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
#1164 lint: ARCH002 and ARCH003 never report anything (entity_type compared to a spelling the linter does not return)
#1161 CE0463 on every mxcli-authored Barcode Scanner: an object list the author never wrote is seeded with a placeholder row
#1137 CALL JAVASCRIPT ACTION with entity-type parameter produces wrong BSON type (BasicCodeActionParameterValue instead of EntityTypeCodeActionParameterValue)
#1124 On macOS mxcli setup mxbuild prints "Using Studio Pro mxbuild for X" and returns without touching ~/.mxcli/mxbuild/X/, so the remedy that run --local's own messages recommend leaves the cache exactly as broken as before
#1120 CREATE OR MODIFY MICROFLOW silently drops the microflow's URL (deep link) property
#1119 Any MDL write to an existing entity regenerates attribute storage GUIDs → Mendix DB sync drops and recreates every column (data loss)
#1101COUNT(FILTER(…)) writes an Aggregate activity with no List property — passes check, fails the build with CE0012
#1100 The expression type checker is skipped inside a LOOP body — E004 fires on a parameter and is silent on a loop variable (CE0117 at build)
#1087 fix widgets: update widget app IDs to resolve CE9500 after marketplace module upgrade
#1086 mxcli test --local downloads Linux mxbuild into Windows $USERPROFILE/.mxcli/mxbuild with no override to redirect to Windows binary
#1082 CONTAINER Action: nanoflow does not support explicit parameter binding — CE1571
#1064 CE7033 (IN QUEUE on a non-Nothing microflow) is an untreated sibling of the CE1571 datasource-argument check
#1063 a layout whose placeholder is not named Main passes check AND exec, then fails CE0848 — and there is no DROP LAYOUT
#1034DESCRIBE JAVA ACTION drops the type-parameter name (prints entity <> instead of entity <pEntity>) — the declaration does not round-trip
#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
#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
#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
Daily Project Digest: 2026-09-24
Repository Stats
Commits (last 24h)
f18c3077docs(changelog): release v0.24.0 (Ako)cb7cfa86Merge pull request Sync ako/mxcli: storage-GUID data loss and its write guard, MOVE/RENAME reference sweeps #1177 from ako/main (Ako)881aa7abMerge pull request DYNAMICTEXT Attribute binding inside LISTVIEW is silently dropped, leaving orphaned template parameter and causing Studio Pro NullReferenceException #650 from ako/claude/gracious-pascal-gnqadw (Ako)1b5f5593fix: describe leavesalloff an import that returns one object (Claude)737840b8Merge pull request Daily Digest: 2026-06-07 #649 from ako/claude/awesome-maxwell-wkt02o (Ako)d5eb583eMerge pull request Daily Digest: 2026-06-06 #648 from ako/claude/youthful-planck-x6x8xk (Ako)2f509c4bdocs: keep CLAUDE.md within its context budget (Claude)f2562927docs: the restart is the wall-time lever — three projects, two corrections (Claude)39e617e1docs: CLAUDE.md states the storage-GUID guard's current pairing rule (Claude)bc4a8324fix: the storage-GUID guard must see a GUID lost in an in-place type conversion (Claude)c4656d60fix(lint): CONV010 must allow the only delegation an ACT_ nanoflow has (Claude)37d62851fix(microflow): keep a while loop's first activity inside its own box (Claude)a78ef877Merge pull request Datasource-typed pluggable-widget property passes 'check' but is silently dropped at 'exec' (CE0642) #643 from ako/claude/modest-lamport-w3kalw (Ako)dda7c394Merge pull request DESCRIBE emits widget-action microflow args as 'Name = value' but grammar wants 'Name: value' (roundtrip break) #640 from ako/claude/beautiful-turing-axrt64 (Ako)be7a0a09docs: record what the two-defect refusal taught, and fix a wrong claim (Claude)86927852fix: the storage-GUID guard must test member identity, not just $ID (Claude)99d1871bfix: carry child identities when the statement declares members without IDs (Claude)51c63a17Merge remote-tracking branch 'origin/main' into claude/beautiful-turing-axrt64 (Claude)945a994aMerge pull request Daily Digest: 2026-06-04 #639 from ako/claude/mxcli-issue-1086-vscgel (Ako)3f98a707Merge pull request DESCRIBE emits unquoted reserved-keyword datagrid column names (e.g. 'column Title'), which fails to re-parse — #619 missed columns #638 from ako/claude/vibrant-bell-0ecu7e (Ako)0c1a5f3bdocs: bring the GUID section back under the CLAUDE.md context budget (Claude)2559bcb7Merge remote-tracking branch 'origin/main' into claude/modest-lamport-w3kalw (Claude)bd07db23Merge origin/main into claude/vibrant-bell-0ecu7e (Claude)57259e8eMerge pull request Sync ako/mxcli: widget bindings and action slots, nanoflow expression checks, diag invocation accuracy #1172 from ako/main (Ako)53ff13cffix(check): report a queued call to a microflow that returns a value (CE7033) (Claude)d5e14689Merge pull request DESCRIBE emits body-less CREATE JAVA ACTION for source-less (add-on module) actions, which fails to re-parse (roundtrip break) #637 from ako/claude/stoic-brown-m0uo4i (Ako)d73fc6d7fix(test): accept --mxbuild-path and MXCLI_MXBUILD_PATH for test --local (Claude)338880ebfix: trim entity-type code-action arguments written on their own line (Claude)24c7df2eMerge remote-tracking branch 'origin/main' into claude/stoic-brown-m0uo4i (Claude)c4626d8dMerge pull request Extend .gitignore file of mendix project #636 from ako/claude/inspiring-gates-ea783w (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)
ALTER ENTITY ... MODIFY ATTRIBUTE(@savinocannonebiz)Issues Closed (last 24h)
mxcli checkpasses,execfails: native listview design properties are unwritable (false green)mxcli setup mxbuildprints "Using Studio Pro mxbuild for X" and returns without touching~/.mxcli/mxbuild/X/, so the remedy thatrun --local's own messages recommend leaves the cache exactly as broken as beforeCOUNT(FILTER(…))writes an Aggregate activity with noListproperty — passescheck, fails the build with CE0012LOOPbody —E004fires on a parameter and is silent on a loop variable (CE0117 at build)IN QUEUEon a non-Nothing microflow) is an untreated sibling of the CE1571 datasource-argument checkMainpasses check AND exec, then fails CE0848 — and there is noDROP LAYOUTDESCRIBE JAVA ACTIONdrops the type-parameter name (printsentity <>instead ofentity <pEntity>) — the declaration does not round-tripcurrentDeviceType()validation) only runs forCREATE MICROFLOW, notCREATE NANOFLOW— the identical invalid expression passescheck, is written, and fails the build withCE0117write-lint-rulesskill documentsaction_type/source_typeAPI values that do not exist — rules written from the guide's own examples silently match zero violationsJUMP TO <activity>inside a boundary-event body writes a Jump with noTarget, named after its target — so an interrupting boundary event cannot be expressed correctlyCI Status (latest runs on main)
Dependency Changes (last 5 commits)
No dependency changes.
Daily digest generated automatically — workflow source