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 local development before install/link, use npm scripts that build first and exercise
node dist/cli.js. - Keep generated game projects under
projects/<slug>/. - Do not load all agents or all templates for a single role task.
src/agents.tsis the single owner for generated projectAGENTS.md.- Direct Codex execution is the default path via
opengamestudio 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, generated 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.