Skip to content

Daily Digest: 2026-06-11 #659

@github-actions

Description

@github-actions

We are given a daily digest for 2026-06-11. We need to structure the response as:

  1. Highlights (1-3 bullet points of the most important changes)
  2. Code Changes (summarize commits by theme, not individually)
  3. Pull Requests (merged, opened, pending review)
  4. Issues (new, closed, total open)
  5. Repository Health (stars, forks, CI status)
  6. Action Items (anything that needs attention: failing CI, stale PRs, unanswered issues)

Let's break down the provided data:

Repository Stats (as of the digest):

  • Stars: 91
  • Forks: 32
  • Watchers: 6
  • Open issues: 1 (but note: we have issues opened and closed in the last 24h, so we'll compute the current open issues from the data)

Commits (last 24h): 20 commits, all by Andrej Koelewijn.

Pull Requests Merged (last 24h): None.

Pull Requests Opened (last 24h): None.

Currently Open PRs:

Issues Opened (last 24h):

Issues Closed (last 24h):

CI Status (latest runs on main):

  • Daily Project Digest [2026-06-11T11:18:41Z] (this is the digest generation, so we can ignore for health? but note it's a run)
  • success — Build, Test & Lint [2026-06-11T10:57:56Z]
  • success — Push on main [2026-06-11T10:42:44Z]

Dependency Changes: None.

Now, let's structure the response:

  1. Highlights: We need 1-3 bullet points of the most important changes.

    • Looking at the commits, there is a lot of work on MCP (Mendix Capability Protocol) and catalog improvements.
    • Notable:
      • feat(mcp): version-keyed capability registry + Capabilities model (ADR-0004 slice 2) [2917a8f]
      • feat(mcp): mxcli mcp capabilities — agent-facing capability report (ADR-0004 slice 1) [744d6dc]
      • docs(adr): ADR-0004 version-aware MCP capability model + proposal build plan [006e874]
    • Also, significant work on workflows (CREATE/ALTER WORKFLOW, etc.) and catalog indexing (various schema versions).
    • However, for highlights, we can pick the overarching theme: ADR-0004 (MCP capability model) and workflow enhancements.

    Let's choose:

    • Major progress on ADR-0004: version-keyed capability registry and agent-facing capability report.
    • Enhanced workflow support: CREATE/ALTER/DROP WORKFLOW with nested operations and property rewrites.
    • Catalog improvements: O(1) unit name lookups, indexing of various document types (image collections, JS actions, etc.), and associations.
  2. Code Changes: Summarize by theme.

    • MCP (Mendix Capability Protocol):
      • Version-keyed capability registry and Capabilities model (ADR-0004 slice 2)
      • Agent-facing capability report (mxcli mcp capabilities) (ADR-0004 slice 1)
      • Workflow enhancements: CREATE/ALTER/DROP WORKFLOW (with nested activities, boundary events, etc.), CREATE MICROFLOW, CONSTANT support, rejection of unsupported operations (NANOFLOW, JAVA ACTION) with clear reasons.
      • Document creation into folders (folder clause) for MCP.
    • Catalog:
      • Indexing improvements: image collections, JS actions, data transformers (schema v4), agent-editor documents (schema v5), associations (schema v3)
      • Performance: O(1) unit name lookups and source-build progress
      • Fixes: SHOW CATALOG TABLES listing every catalog view, trusting fresh catalog for auto-detect type
    • MDL (Mendix Definition Language):
      • Bare describe Module.Name auto-detects type in MDL grammar
      • Auto-detect document type from qualified name in describe
    • Documentation:
      • ADR-0004 documentation
      • MCP/PED backend architecture and mutation-constraint model (wiki)
      • Backend-coverage matrix added to MDL_FEATURE_MATRIX
      • Note on generating backend-coverage MCP column as follow-up
    • Other:
      • Fix init: install Podman via Dockerfile (not non-existent feature)
  3. Pull Requests:

  4. Issues:

  5. Repository Health:

    • Stars: 91
    • Forks: 32
    • CI status:
      • The latest runs on main show two successes (Build, Test & Lint and Push on main) and one run for the digest (which we can ignore for health as it's a documentation task).
      • So CI is passing.
  6. Action Items:

    Action items:
    - Review and merge the open PRs (especially docs: add manual test case documentation for all MDL command areas #386 which is documentation and might be straightforward).
    - Triage the new issues (Java action writer emits legacy MicroflowActionInfo with null ImageData, crashing Studio Pro export/upgrade #656, ALTER ENTITY ADD ATTRIBUTE drops system members (createdDate) on sibling generalization root — CE1613 across inheriting entities #657, Catalog: residual objects-view members + mod-time staleness follow-ons (index completeness & large-project build done) #658).

Now, let's write the digest in markdown.

Note: We must be concise.

Highlights:

  • Major progress on ADR-0004: implemented version-keyed capability registry and agent-facing capability report (mxcli mcp capabilities).
  • Enhanced workflow support: added CREATE/ALTER/DROP WORKFLOW with nested operations, property rewrites, and support for various workflow elements (call-workflow, wait-for-notification, etc.).
  • Catalog improvements: O(1) unit name lookups, indexing of image collections, JS actions, data transformers, agent-editor documents, and associations; plus fixes for catalog staleness and view listing.

Code Changes:

  • MCP: Capability model (ADR-0004), workflow enhancements (CREATE/ALTER/DROP, nested activities, CONSTANT, MICROFLOW), document creation in folders, rejection of unsupported operations (NANOFLOW, JAVA ACTION) with clear reasons.
  • Catalog: Schema-based indexing (v3: associations, v4: image collections/JS actions/data transformers, v5: agent-editor documents), O(1) unit lookups, performance improvements, fixes for SHOW CATALOG TABLES and auto-detect type.
  • MDL: Auto-detection of document type for bare describe Module.Name and qualified names.
  • Documentation: AD

Daily digest generated automatically — workflow source

Metadata

Metadata

Assignees

No one assigned

    Labels

    digestDaily project digest

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions