mirror of
https://github.com/merlinhu1/codex-game-studio.git
synced 2026-08-25 07:54:34 +02:00
1.6 KiB
1.6 KiB
status, doc_type, last_reviewed, source_of_truth
| status | doc_type | last_reviewed | source_of_truth | |
|---|---|---|---|---|
| active | workflow | 2026-05-28 |
|
Repository Rules
Purpose
This file mirrors the repository-specific agent rules from AGENTS.md in the configured Truthmark authority tree so structure and sync workflows can find them through the documented authority roots.
Rules
- Use
npm run validatebefore any parity claim. - This project uses
"type": "module",module: "NodeNext", andmoduleResolution: "NodeNext"; relative TypeScript imports must use emitted.jsspecifiers. - For source-checkout usage, run
npm install && npm run buildfirst, then use./codex-game-studio ...; generated bundled CLI artifacts are not committed. - Keep tracked game-template surfaces in the repository root.
- Do not load all agents or all templates for a single role task.
- Root
AGENTS.mdis a tracked game-template file, not an init-generated file. - Direct Codex execution is the default path via
codex-game-studio run <role>. --dry-runand--print-promptare inspection-only paths.- Explicit, file-backed task orchestration is now inside the product boundary; telemetry, planner/next, ownership enforcement, hosted orchestration, background loops, and unbounded parallelism remain future-only.
- Read
docs/architecture/product-boundary.mdbefore creating or revising designs, implementation plans, OpenSpec changes, template/project surfaces, role/workflow expansions, approval/write-policy behavior, or runtime execution behavior.
Truthmark Notes
Keep the Truthmark-managed block in AGENTS.md intact. If these rules change in AGENTS.md, update this file in the same pass.