Daily Project Digest: 2026-04-11
Highlights
- New MDL features: entity system attributes support,
ALTER PUBLISHED REST SERVICE, and GRANT/REVOKE ACCESS on published REST services.
- First‑class GitHub Copilot support added to
mxcli init.
- Several fixes: SEARCH token handling, JSON output for
SHOW STRUCTURE/SHOW SECURITY MATRIX, diff‑local attribute changes, and REST path validation.
- CI nightly release run is currently failing; dependency bumps for
modernc.org/sqlite and go-runewidth merged.
Code Changes
- Dependencies: Bumped
modernc.org/sqlite (1.48.1 → 1.48.2) and github.com/mattn/go-runewidth (0.0.22 → 0.0.23).
- Features:
- Entity system attributes (
feat: MDL support for entity system attributes).
ALTER PUBLISHED REST SERVICE and GRANT/REVOKE ACCESS on published REST services.
- GitHub Copilot integration in
mxcli init.
- Fixes:
- SEARCH treats
/, ., -, : as token separators.
- JSON output for
SHOW STRUCTURE and SHOW SECURITY MATRIX.
diff‑local now shows attribute changes; added Excluded column.
- Published REST operation paths disallow leading/trailing slashes.
- Stripping REST path slashes and validating microflow param entity refs.
- Data container context hints and LSP completion improvements.
- JSON output for various commands, enum value format fixes, and nested ObjectType property augmentation.
- Misc: Multiple merge commits integrating earlier feature/fix branches.
Pull Requests
- Merged (last 24h): None.
- Opened (last 24h): None.
- Currently Open (pending review): 8 PRs
Issues
- Opened (last 24h): 9 issues
- Closed (last 24h): 7 issues
- Total Open Issues: Repository reports 1 open issue, but the recent activity shows a net increase (9 opened, 7 closed). Expect the count to rise unless older issues are closed elsewhere.
Repository Health
- Stars: 61 Forks: 16 Watchers: 4
- CI Status (latest runs on
main):
- Daily Project Digest workflow – no status indicated (likely pending/unknown)
- Nightly Release & Integration Tests – failure (link)
- AI Issue Review – success (link)
Action Items
Daily digest generated automatically — workflow source
Daily Project Digest: 2026-04-11
Highlights
ALTER PUBLISHED REST SERVICE, andGRANT/REVOKE ACCESSon published REST services.mxcli init.SHOW STRUCTURE/SHOW SECURITY MATRIX, diff‑local attribute changes, and REST path validation.modernc.org/sqliteandgo-runewidthmerged.Code Changes
modernc.org/sqlite(1.48.1 → 1.48.2) andgithub.com/mattn/go-runewidth(0.0.22 → 0.0.23).feat: MDL support for entity system attributes).ALTER PUBLISHED REST SERVICEandGRANT/REVOKE ACCESSon published REST services.mxcli init./,.,-,:as token separators.SHOW STRUCTUREandSHOW SECURITY MATRIX.diff‑localnow shows attribute changes; added Excluded column.Pull Requests
@Module.Constsyntax in expressionsOPENto keyword rule for enum value parsingGRANT/REVOKE EXECUTE ON WORKFLOWUSER TASKIssues
@Module.Const)Filterableproperty on DataGrid2 COLUMN in MDL #177 –Filterableproperty on DataGrid2 COLUMNRETRIEVE WHEREwith string literal on enum should errormxcli checkshould rejectON ERRORonCALL WORKFLOW(CE6035)TARGET USERSclause on workflowUSER TASK.gitignoreadditionRepository Health
main):Action Items
modernc.org/sqliteandgo-runewidthdo not introduce regressions; consider adding a test if missing.Daily digest generated automatically — workflow source