1.6 KiB
1.6 KiB
Codex Instructions
Repository Purpose
This repository is the master template for Runlevel Systems DevPlus1 customer debugging and analysis projects.
Expected Workflow
- Read this documentation set first.
- Run or inspect validation automation.
- Review generated reports before making assumptions about customer code.
- Treat customer code errors as reportable debugging inputs, not workflow failures.
Expected Reports
reports/errors.mdreports/project-flow.mdreports/file-summary.mdreports/languages.mdreports/summary.mdreports/generated-files.mdreports/api-reference.mdreports/file-purpose.mdreports/unity-scripts.mdreports/call-map.mdreports/code-docs-summary.md
Expected Validation Behavior
- Green workflow means automation completed.
- Red workflow means automation failed.
- Customer code errors do not fail workflows.
- Customer code errors are reported in
reports/errors.md. - Reports should always be generated whenever possible.
- New validators should be added through
VALIDATORS.md. - New workflows should be documented in
WORKFLOWS.md. - Code documentation reports are generated by
tools/generate-code-docs.sh. - The code documentation generator is read-only against customer source files.
Recommended File Reading Order For Codex
docs/CODEX_INSTRUCTIONS.mddocs/README.mddocs/ARCHITECTURE.mddocs/WORKFLOWS.mddocs/REPORTS.mddocs/VALIDATORS.mddocs/REPOSITORY_MAP.md
Maintenance Rule
Update this file whenever automation behavior changes. These docs are authoritative and should stay current as the repository evolves.