commit e7f338e3a9325644f86af1d460205fa2fba535a7 Author: Jason Woltje Date: Thu Mar 12 19:51:51 2026 -0500 chore: planning gate — milestones, issues, and task breakdown 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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..333c1e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +logs/ diff --git a/.mosaic/README.md b/.mosaic/README.md new file mode 100644 index 0000000..dd289aa --- /dev/null +++ b/.mosaic/README.md @@ -0,0 +1,78 @@ +# Repo Mosaic Linkage + +This repository is attached to the machine-wide Mosaic framework. + +## Load Order for Agents + +1. `~/.config/mosaic/STANDARDS.md` +2. `AGENTS.md` (this repository) +3. `.mosaic/repo-hooks.sh` (repo-specific automation hooks) + +## Purpose + +- Keep universal standards in `~/.config/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: + +```bash +~/.config/mosaic/bin/mosaic-quality-apply --template