• v26.06.01.1 — MCP plan-prompt tune + Flutter docs removal
    CI & Build / Python lint (push) Successful in 3s
    CI & Build / TypeScript typecheck (push) Successful in 33s
    CI & Build / Python tests (push) Successful in 45s
    CI & Build / Build & push image (push) Successful in 24s
    Stable

    bvandeusen released this 2026-06-01 00:13:58 -04:00 | 115 commits to main since this release

    Small follow-up release on top of v26.05.30.1. Two commits, docs/prompt only — no schema, no behavior changes to running services.

    MCP plan-instruction tightening

    The Plans paragraph in the MCP server's _INSTRUCTIONS previously ended with a quiet footer ("not in local .md files") that lost to the much louder superpowers brainstorming / writing-plans skill flow, whose terminal steps save to docs/superpowers/specs/*.md and docs/superpowers/plans/*.md. Reordered so start_planning is named as the FIRST action when beginning non-trivial work, with an explicit override of those .md paths and coverage extended to specs as well as plans (matches rulebook rule 27).

    Effect: when Claude reconnects after the new image deploys, it will reach for start_planning before any markdown plan file by default.

    Flutter companion-app docs removed

    The Flutter app no longer adds value over web/PWA access. In-repo surface stripped:

    • deleted docs/android-app.md
    • dropped Android App row from README docs table and from the README feature paragraph
    • dropped the two Flutter-related roadmap bullets from docs/features.md
    • removed the "Flutter app port" subsection from docs/design-system.md

    The standalone fabled_app repo is untouched here; archival of that repo is a separate operation on that repo.

    Deploy notes

    No migration. No data changes. Pull the new :latest image; restart. Done.

    Verification

    CI green on commit fd20b67 (typecheck / lint / tests / image build all ) before merge.

    Downloads