Require default execution rails for all harness agents.

Codify authorize → plan → build → review → check → local-only save so
Grok Build stays on process without the user naming every slash command.
This commit is contained in:
Ty
2026-07-27 10:13:30 -07:00
parent 47327d90d8
commit ce087533fa
5 changed files with 116 additions and 9 deletions
+6 -4
View File
@@ -2,12 +2,14 @@
This directory is the **Salon_Assistant / Lumina** product seed (Gitea `Ty_Tech/Salon_Assistant`).
1. Read and follow **[AGENTS.md](AGENTS.md)** in full — product hard rules **and mandatory Git hygiene**.
1. Read and follow **[AGENTS.md](AGENTS.md)** in full — product hard rules, **execution loop**, and **Git hygiene**.
2. Design SSOT: `design/DESIGN_PLAN.md`, `design/use-cases.md`, `design/scenarios.md`, `design/DECISIONS.md`.
3. Operator docs live under `docs/`; do not treat them as a second design SSOT.
4. **No product implementation** until the user says **build** / **implement**.
5. Git remote ops for this product: **`gitea_vps` only** — never `gitea_mcp_for_ty` or localhost Git MCP.
6. Platform-first: `nemohermes` / `openshell` only; no parallel control API.
7. Owner-facing answers must never include terminal, nano, or Docker instructions.
5. **Default rails without being asked:** plan (if needed) → build authorized slice → independent review → check → commit only if asked → **no push** unless asked.
6. Git remote ops for this product: **`gitea_vps` only** — never `gitea_mcp_for_ty` or localhost Git MCP.
7. Platform-first: `nemohermes` / `openshell` only; no parallel control API.
8. Owner-facing answers must never include terminal, nano, or Docker instructions.
9. Subagents inherit these rules; reviewers/verifiers stay read-only; parallel writers use worktrees.
If any instruction conflicts, **this trees `AGENTS.md` wins** over parent workspace notes for product work inside `Salon_Assistant/`.