Files
stack/v1/packages/mosaic/framework/adapters/generic.md
T

15 lines
379 B
Markdown

# Generic Adapter
For runtimes without a first-class adapter yet.
## Required Context
1. Load `~/.config/mosaic/STANDARDS.md`
2. Load project `AGENTS.md`
## Minimal Contract
- Use `scripts/agent/session-start.sh` at start if present.
- Use `scripts/agent/session-end.sh` before completion if present.
- If missing, run equivalent repo commands and report what was executed.