Adds tools/quality/scripts/verify-sanitized.sh (two-class, self-tested) wired
blocking in .woodpecker/ci.yml; sanitizes operator identity from the public
framework package so the gate is green.
- purge jarvis/jason/woltje/PDA across 26 files -> generic
- delete jarvis-loop.json overlay; add neutral examples/{personas,overlays}
- relocate maintainer AUDIT to docs/audits/; delete 2 jarvis-brain rule blocks
- neutralize SOUL persona; strip "(Policy: Jason ...)" keeping universal rule
- test fixtures jason.woltje -> ci-bot (both git tests pass)
Deferred (tracked): private third-party host (uscllc) genericization.
Refs #542, closes #571
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
23 lines
762 B
Markdown
23 lines
762 B
Markdown
# Mosaic Profiles
|
|
|
|
Profiles are runtime-neutral context packs that can be consumed by any agent runtime.
|
|
|
|
## Layout
|
|
|
|
- `domains/`: regulated-domain and security context (HIPAA, fintech, crypto, etc.)
|
|
- `tech-stacks/`: stack-specific conventions and quality checks
|
|
- `workflows/`: reusable execution workflows
|
|
|
|
## Runtime Split
|
|
|
|
- Runtime-neutral content belongs here under `~/.config/mosaic/profiles`.
|
|
- Runtime-specific settings belong under `~/.config/mosaic/runtime/<runtime>/...`.
|
|
|
|
Current runtime overlay example:
|
|
|
|
- `examples/overlays/e2e-loop.json`
|
|
|
|
## Claude Compatibility
|
|
|
|
`mosaic-link-runtime-assets` prunes legacy preset symlink trees from `~/.claude` so Mosaic remains canonical and Claude uses runtime overlays that reference Mosaic paths directly.
|