951 B
951 B
Repo Mosaic Linkage
This repository is attached to the machine-wide Mosaic framework.
Load Order for Agents
~/.mosaic/STANDARDS.mdAGENTS.md(this repository).mosaic/repo-hooks.sh(repo-specific automation hooks)
Purpose
- Keep universal standards in
~/.mosaic - Keep repo-specific behavior in this repo
- Avoid copying large runtime configs into each project
Optional Quality Rails
Use .mosaic/quality-rails.yml to track whether quality rails are enabled for this repo.
Apply a template:
~/.mosaic/bin/mosaic-quality-apply --template <template> --target .
Verify enforcement:
~/.mosaic/bin/mosaic-quality-verify --target .
Optional Matrix Orchestrator Rail
Repo-local orchestrator state lives in .mosaic/orchestrator/.
Run one cycle:
~/.mosaic/bin/mosaic-orchestrator-run --once
Run continuously:
~/.mosaic/bin/mosaic-orchestrator-run --poll-sec 10