You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#740 feat(new): add --container-runtime flag (parity with mxcli init) (@kaspergff)
#386 docs: add manual test case documentation for all MDL command areas (@retran)
Issues Opened (last 24h)
#1038 diff-local always fails with "mprcontents directory not found" on a project where the directory exists (@TOFBuck)
#1037mxcli new: optionally create the app on the Mendix platform (Team Server repo included) (@MendixMau)
#1036mxcli widget init generates MDL examples that the parser rejects (@MendixMau)
#1035 mxcli-authored Gallery widget fails mxbuild CE0463 even after full regeneration (@MendixMau)
#1034DESCRIBE JAVA ACTION drops the type-parameter name (prints entity <> instead of entity <pEntity>) — the declaration does not round-trip (@MendixMau)
#1033 MDL044 write barrier (currentDeviceType() validation) only runs for CREATE MICROFLOW, not CREATE NANOFLOW — the identical invalid expression passes check, is written, and fails the build with CE0117 (@MendixMau)
#1032ALTER PAGE { SET DataSource = DATABASE Module.Entity ON <dataview>; } reports success but silently wipes the DataView's datasource entirely — CE7007 downstream (@MendixMau)
#1031CREATE WORKFLOW ... DECISION writes the outcome label as a raw string instead of an EnumerationValueIdentifier — project fails to load with StorageLoadException (@MendixMau)
#1030raise error; used directly in a microflow's main flow (not inside an error handler) always fails native mxbuild with CE0710 — a genuine flow-graph codegen defect (@MendixMau)
#1029 A page-level actionbutton (outside any dataview) with Action: show_page Page(Param: $Var) silently drops the argument and rebinds every target-page parameter to $currentObject — CE1571 at build (@MendixMau)
#1028CREATE SNIPPET ... (Params: { $X: String }) — a primitive-typed snippet parameter, shown in mxcli syntax snippet.create's own example — fails at exec with entity not found: String (@MendixMau)
#1027 The bundled write-lint-rules skill documents action_type/source_type API values that do not exist — rules written from the guide's own examples silently match zero violations (@MendixMau)
#1026mxcli new warns that the project path exceeds the MxToolset 259-character limit, then hangs forever in the first build instead of failing (@MendixMau)
#1025mxcli syntax drill-down rejects the example printed in its own help text (Unknown topic: workflow user-task targeting) (@MendixMau)
#1024JUMP TO <activity> inside a boundary-event body writes a Jump with no Target, named after its target — so an interrupting boundary event cannot be expressed correctly (@MendixMau)
#1023 Workflow CALL MICROFLOW … WITH (Param = $Var) — an unquoted value segfaults the binary (nil-pointer panic in buildWorkflowCallMicroflow) instead of reporting an error (@MendixMau)
#1020 CREATE OR MODIFY EXTERNAL ENTITIES FROM does not link action parameter/response entities to OData contract, leaving CE7252/CE7269 unresolvable via CLI
#1018 CREATE OR REPLACE / CREATE OR MODIFY deletes an object's doc comment (Documentation), silently
Daily Project Digest: 2026-09-04
Repository Stats
Commits (last 24h)
191a0c99Merge pull request Sync ako/mxcli: rewrites stop deleting what the statement did not restate, authorable message definitions, and a project knowledge store #1022 from ako/main (Ako)afaf1317Merge pull request docs: add manual test case documentation for all MDL command areas #386 from ako/claude/banking-app-feedback-do04dy (Ako)85c43f69Merge branch 'main' into claude/banking-app-feedback-do04dy (Claude)7847b8afMerge pull request docs: add manual test case documentation for all MDL command areas #385 from ako/feat/brain-phase-1 (Ako)25dd8ffeMerge pull request Object-valued owner-both reverse retrieves can rebuild as lists #383 from ako/fix/mapping-originalvalue-379 (Ako)11b068d1Merge pull request fix: preserve object-valued owner-both reverse retrieves #384 from ako/docs/brain-cli-surface-and-skill (Ako)db865b5eMerge branch 'main' into fix/mapping-originalvalue-379 (Ako)4e6674d6Merge pull request fix: emit list retrieve for owner-both reverse references #381 from ako/claude/mxbuild-diagnostics-spike-emta6h (Ako)c6b5fc22fix(odata): type an external action's return value and its parameters (Claude)a90222c8Merge pull request Reverse Reference retrieve with owner-both association is typed as single object #380 from ako/feat/message-definitions-272 (Ako)8439944efix(lint): QUAL005 stops folding an enumeration's values into one group (Claude)99bd6a16feat(catalog): index every translatable string, not five hand-picked kinds (Claude)c85c8961feat(bootstrap): ask for requirements at the interview, and record them by default (Ako)71bb4dd3feat(brain): requirements and slices, with progress derived from the model (Ako)7a7c4968docs(proposal): translations is partial, and two open questions are settled (Claude)767bc71ffeat(brain): project knowledge store, phase 1 (mxcli brain) (Ako)9c35e958docs(proposal): restate the brain's CLI surface and skill against sharding (Ako)87ce7af8test(messagedefs): skip the doctype example on the legacy engine (Ako)a4b4a66fMerge pull request Daily Digest: 2026-04-29 #382 from ako/docs/brain-sharding-and-location (Ako)31c099fefix(mappings): carry OriginalValue and the snippet's formatting through a rewrite (Ako)4a5d0362docs(proposal): tier 1 is no longer blocked — CREATE OR REPLACE / CREATE OR MODIFY deletes an object's doc comment (Documentation), silently #1018 has landed (Ako)0fd687aedocs(proposal): shard the project brain by module, home it at docs/brain/ (Ako)b723a00dMerge branch 'main' into feat/message-definitions-272 (Ako)86b187bedocs(messagedefs): example, skill, site reference, syntax help, finding (Ako)9d433527feat(messagedefs): executor — create, alter, describe, show, drop (Ako)b9d422e2Merge pull request Builder emits ResultHandlingString for REST 'returns response' #377 from ako/fix/documentation-preserved-on-rewrite (Ako)e09216c5Merge remote-tracking branch 'origin/main' into fix/documentation-preserved-on-rewrite (Ako)c57589d5Merge pull request fix: emit ResultHandlingHttpResponse for REST 'returns response' #378 from ako/fix/x-crypto-6354-6355 (Ako)c187f2f3fix(messagedefs): three derivations corrected against a real Studio Pro document (Ako)7c5fc9cbbuild(deps): x/crypto v0.55.0 -> v0.56.0 for GO-2026-6354/6355 (Ako)Pull Requests Merged (last 24h)
No PRs merged.
Pull Requests Opened (last 24h)
No new PRs.
Currently Open PRs
file, unguarded chmod) #742) (@kaspergff)Issues Opened (last 24h)
mxcli new: optionally create the app on the Mendix platform (Team Server repo included) (@MendixMau)mxcli widget initgenerates MDL examples that the parser rejects (@MendixMau)DESCRIBE JAVA ACTIONdrops the type-parameter name (printsentity <>instead ofentity <pEntity>) — the declaration does not round-trip (@MendixMau)currentDeviceType()validation) only runs forCREATE MICROFLOW, notCREATE NANOFLOW— the identical invalid expression passescheck, is written, and fails the build withCE0117(@MendixMau)ALTER PAGE { SET DataSource = DATABASE Module.Entity ON <dataview>; }reports success but silently wipes the DataView's datasource entirely —CE7007downstream (@MendixMau)CREATE WORKFLOW ... DECISIONwrites the outcome label as a raw string instead of anEnumerationValueIdentifier— project fails to load withStorageLoadException(@MendixMau)raise error;used directly in a microflow's main flow (not inside an error handler) always fails native mxbuild withCE0710— a genuine flow-graph codegen defect (@MendixMau)actionbutton(outside any dataview) withAction: show_page Page(Param: $Var)silently drops the argument and rebinds every target-page parameter to$currentObject— CE1571 at build (@MendixMau)CREATE SNIPPET ... (Params: { $X: String })— a primitive-typed snippet parameter, shown inmxcli syntax snippet.create's own example — fails atexecwithentity not found: String(@MendixMau)write-lint-rulesskill documentsaction_type/source_typeAPI values that do not exist — rules written from the guide's own examples silently match zero violations (@MendixMau)mxcli newwarns that the project path exceeds the MxToolset 259-character limit, then hangs forever in the first build instead of failing (@MendixMau)mxcli syntaxdrill-down rejects the example printed in its own help text (Unknown topic: workflow user-task targeting) (@MendixMau)JUMP TO <activity>inside a boundary-event body writes a Jump with noTarget, named after its target — so an interrupting boundary event cannot be expressed correctly (@MendixMau)CALL MICROFLOW … WITH (Param = $Var)— an unquoted value segfaults the binary (nil-pointer panic inbuildWorkflowCallMicroflow) instead of reporting an error (@MendixMau)Issues Closed (last 24h)
CI Status (latest runs on main)
Dependency Changes (last 5 commits)
go.mod
go.sum
Daily digest generated automatically — workflow source