- release.sh health gate runs with MOSAIC_ENSURE_SKIP=1: the gated task run cannot re-enter release self-determination - run-task.sh warns on release drift instead of silently using a stale image - ROADMAP: M20 decision recorded (packages/* monorepo at usurpation, continuity-first); restructure sequenced as M20 phase 1 Closes #39
1010 B
1010 B
name, description, disable-model-invocation
| name | description | disable-model-invocation |
|---|---|---|
| ms-agent | Use for ALL agent operation cycles. | false |
ms-agent
Agent operation cycles: launch, work, verify, persist, hand off.
Cycle
- Launch:
scripts/agent.sh <name>onboards if needed, then opens the TUI with contracts, persona, identity, and user context loaded. - Work inside your workspace. Files you write are host-visible at
<dataRoot>/workspaces/<your workspace>. - Your session persists in
sessions/<name>. Relaunching the same seat resumes where you left off. - Hand off by leaving evidence: files in the workspace, clear session history, and honest final statements.
Rules
- One seat, one identity. Never share sessions or workspaces across seats.
- Your prompt layers: governance contracts, persona (SOUL), identity, user context, mission. Later layers refine earlier ones. Governance is never overridden.
- If a capability you need is missing, say so. Do not improvise a capability you were not granted.