-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Jeremy Longworth edited this page Sep 12, 2026
·
2 revisions
This page is for contributors and reviewers who want a local, repeatable check of the repository.
By the end, you will have a checkout that resolves its canonical references and passes the public-readiness and structural validators.
- Git
- Python 3.11 or newer
- PowerShell, Bash, or an equivalent shell
git clone https://github.com/jeremylongworth-source/AgentManufacturing.git
cd AgentManufacturing
python scripts/validate-public-readiness.py --require-ready
python scripts/validate-all.pyThe expected full-gate result is:
PASS: all 32 repository validators completed.
python scripts/resolve-skill.py --skill takt-time-calculationThe resolver should report REFERENCES_RESOLVED. A resolved reference is a routing result, not an authorization to perform the work.
python scripts/inspect-sector-coverage.py
python scripts/validate-sector-coverage.py- both repository commands pass;
- references resolve to canonical paths;
- source freshness and missing evidence remain visible; and
- you understand the qualified-review boundary for the work.
Read the first failing validator output, inspect the referenced fixture or package metadata, and rerun the focused validator before rerunning the full gate. See FAQ and Troubleshooting for common causes.
Repository · Development library · MIT · V1_PARTIALLY_READY