Break PRD into 8 milestones (Phase 0–7) with 59 issues on Gitea. Populate TASKS.md, update mission manifest, initialize scratchpad. Repo created at git.mosaicstack.dev/mosaic/mosaic-stack. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
762 B
762 B
Agent Guidelines
Required Load Order
~/.config/mosaic/SOUL.md~/.config/mosaic/STANDARDS.md~/.config/mosaic/AGENTS.md~/.config/mosaic/guides/E2E-DELIVERY.mdAGENTS.md(this file)- Runtime-specific guide:
~/.config/mosaic/runtime/<runtime>/RUNTIME.md .mosaic/repo-hooks.sh
Session Lifecycle
bash scripts/agent/session-start.sh
bash scripts/agent/critical.sh
bash scripts/agent/session-end.sh
Shared Tools
- Quality and orchestration guides:
~/.config/mosaic/guides/ - Shared automation tools:
~/.config/mosaic/tools/
Repo-Specific Notes
- Add project constraints and workflows here.
- Implement hook functions in
.mosaic/repo-hooks.sh. - Scratchpads are mandatory for non-trivial tasks.