docs(framework): add agency & persistence patterns to config + guides #543

Open
jason.woltje wants to merge 2 commits from docs/framework-agency-patterns into main
Owner

Closes #542

Adds 7 additive behavioral/agency rules to the Mosaic framework source (), distilled from the Claude Code system prompt, competitor autonomous-agent prompts, and Fable 5 consumer-prompt deltas.

Files (+37/−0, additive only):

  • — own-mistakes stance; USER.md formatting override; reversibility heuristic (hard-gate-reconciled); injected-content caution
  • — Block vs. Done semantics
  • — failure-handling retry budget; pre-done self-interrogation
  • — worker-prompt-quality standard; trust-but-verify
  • — integrity guardrails

Independent review: APPROVE (one remediation applied). Scope: framework source only; divergent root-level copies untouched.

Closes #542 Adds 7 additive behavioral/agency rules to the Mosaic framework source (), distilled from the Claude Code system prompt, competitor autonomous-agent prompts, and Fable 5 consumer-prompt deltas. **Files (+37/−0, additive only):** - — own-mistakes stance; USER.md formatting override; reversibility heuristic (hard-gate-reconciled); injected-content caution - — Block vs. Done semantics - — failure-handling retry budget; pre-done self-interrogation - — worker-prompt-quality standard; trust-but-verify - — integrity guardrails Independent review: APPROVE (one remediation applied). Scope: framework source only; divergent root-level copies untouched.
jason.woltje added 1 commit 2026-06-16 04:10:02 +00:00
docs(framework): add agency & persistence patterns to config + guides
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
d481a74a86
Seven additive behavioral rules distilled from the Claude Code system
prompt, competitor autonomous-agent prompts (Devin/Cline/Cursor/Windsurf/
Droid/Manus/Replit), and Fable 5 consumer-prompt deltas:

- SOUL.md: own-mistakes stance, USER.md formatting override, reversibility
  heuristic (hard-gate-reconciled), injected-content caution
- AGENTS.md: Block vs. Done semantics
- E2E-DELIVERY.md: failure-handling retry budget, pre-done self-interrogation
- ORCHESTRATOR.md: worker-prompt-quality standard, trust-but-verify
- QA-TESTING.md: integrity guardrails

Additive only (+37/-0). Independent review passed (one remediation applied).

Refs #542

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jason.woltje added 1 commit 2026-06-16 04:48:13 +00:00
style(framework): prettier format E2E-DELIVERY.md (fix #543 CI)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ae8c68ba81
prettier@3.8.1 normalizes emphasis *full* -> _full_ (printWidth 100).
No content change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin docs/framework-agency-patterns:docs/framework-agency-patterns
git checkout docs/framework-agency-patterns
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#543