MCP plan-prompt tune + Flutter docs removal #52

Merged
bvandeusen merged 2 commits from dev into main 2026-06-01 00:13:31 -04:00
Owner

Two small docs/prompt changes for production.

Changes

chore(mcp): tighten plan-instruction to override .md plan habit
The Plans paragraph in the MCP server's _INSTRUCTIONS was a quiet footer ("not in local .md files") that lost to the much louder superpowers brainstorming/writing-plans flow, which terminates by saving to docs/superpowers/specs/*.md and docs/superpowers/plans/*.md. Reorder so start_planning is named as the FIRST action, explicitly override the .md skill paths, and extend the rule to cover specs as well as plans (matches rulebook rule 27).

docs: remove Flutter companion app from project surface
The Flutter app no longer adds value over web/PWA access. Strip the in-repo surface that referenced it:

  • delete docs/android-app.md
  • drop README docs-table row and feature-list mention
  • drop the two Flutter roadmap bullets from docs/features.md
  • remove the Flutter port subsection from docs/design-system.md

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

Verification

  • CI green on commit fd20b67 (typecheck / lint / tests / image build all ).
  • No backend code changes; no migration; no behavior change to running services.
  • After deploy: the next MCP reconnect picks up the new prompt; nothing else changes.

🤖 Generated with Claude Code

Two small docs/prompt changes for production. ## Changes **`chore(mcp)`: tighten plan-instruction to override .md plan habit** The Plans paragraph in the MCP server's `_INSTRUCTIONS` was a quiet footer ("not in local .md files") that lost to the much louder superpowers brainstorming/writing-plans flow, which terminates by saving to `docs/superpowers/specs/*.md` and `docs/superpowers/plans/*.md`. Reorder so `start_planning` is named as the FIRST action, explicitly override the .md skill paths, and extend the rule to cover specs as well as plans (matches rulebook rule 27). **`docs`: remove Flutter companion app from project surface** The Flutter app no longer adds value over web/PWA access. Strip the in-repo surface that referenced it: - delete `docs/android-app.md` - drop README docs-table row and feature-list mention - drop the two Flutter roadmap bullets from `docs/features.md` - remove the Flutter port subsection from `docs/design-system.md` The standalone `fabled_app` repo is untouched here; archival of that repo is a separate operation. ## Verification - CI green on commit `fd20b67` (typecheck / lint / tests / image build all ✅). - No backend code changes; no migration; no behavior change to running services. - After deploy: the next MCP reconnect picks up the new prompt; nothing else changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bvandeusen added 2 commits 2026-06-01 00:13:26 -04:00
The prior wording ("not in local .md files") was a footer after a
how-to and lost to the much louder superpowers brainstorming /
writing-plans skill flow, which terminates by saving to
docs/superpowers/specs/*.md and docs/superpowers/plans/*.md.

Reorder so start_planning is named as the FIRST action, explicitly
override the .md skill paths, and extend the rule to cover specs as
well as plans (matches the rulebook's rule 27).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
docs: remove Flutter companion app from project surface
CI & Build / Python lint (push) Successful in 8s
CI & Build / TypeScript typecheck (push) Successful in 39s
CI & Build / Python tests (push) Successful in 52s
CI & Build / Build & push image (push) Successful in 3m43s
fd20b67b22
The Flutter app (separate fabled_app repo) no longer adds value over
web/PWA access. Strip the in-repo surface that referenced it:

- delete docs/android-app.md
- drop README docs-table row and feature-list mention
- drop the two Flutter roadmap bullets from docs/features.md
- remove the Flutter port subsection from docs/design-system.md

The standalone fabled_app repo is untouched here; archival/deletion
of that repo is a separate decision.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
bvandeusen merged commit c810d63bee into main 2026-06-01 00:13:31 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledScribe#52