generated from DevPlus1/Unity-Customer-Template
| .. | ||
| ARCHITECTURE.md | ||
| AUTOMATION.md | ||
| CODEX_INSTRUCTIONS.md | ||
| README.md | ||
| REPORTS.md | ||
| REPOSITORY_MAP.md | ||
| VALIDATORS.md | ||
| WORKFLOWS.md | ||
Customer-Test Documentation
Purpose of Repository
This repository is the master template for Runlevel Systems DevPlus1 customer debugging and analysis projects.
Customers are expected to upload code that may already be broken. The repository automation is designed to inspect that code, generate reports, and keep the workflows green when the automation itself succeeds.
Purpose of DevPlus1 Customer Debugging
DevPlus1 customer debugging projects need fast, repeatable automation that:
- validates customer code where supported
- reports errors clearly
- analyzes project structure
- generates documentation-friendly markdown output
- does not confuse customer code problems with automation failures
Repository Goals
- Make Forgejo Actions useful for debugging projects.
- Generate reports on every push and pull request when possible.
- Keep customer code errors visible in logs and markdown.
- Reserve red workflows for automation failures only.
- Provide documentation that future Codex sessions can read first.
High-Level Workflow
- Customer code is pushed to the repository.
validate.ymlruns validation and writesreports/errors.md.project-report.ymlgenerates structure and flow reports inreports/.- Forgejo logs print report summaries directly.
- A developer or future Codex session reviews the reports before deeper work.