-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Use this path to move from a clean clone to a validated local copy and a first skill inspection.
- Git
- PowerShell
- Python available as python
The repository validation gate does not currently require a package install.
git clone https://github.com/jeremylongworth-source/AgentLogistics.git
cd AgentLogistics
.\scripts\validate-all.ps1Expected result:
All AgentLogistics validation checks passed.
GitHub Actions runs the same repository validation on pushes, pull requests, and manual dispatches. A separate scheduled and manual workflow audits source links in specialization source maps.
- README.md
- docs/architecture/domain-contract.md
- docs/architecture/scope-boundaries.md
- docs/standards/skill-authoring-standard.md
- docs/standards/research-and-evidence-standard.md
- docs/standards/calculation-standard.md
- tests/README.md
Start with:
skills/inventory-control/calculate-reorder-point/
It is the reference package for the skill shape and shows the separation between SKILL.md, references, agent metadata, calculations, validation, and tests.
For a role-shaped task, use a package under skillsets/. For jurisdiction, industry, mode, or other source-sensitive work, use a package under specializations/.
AgentLogistics is public, pre-v1, and published as v0.1.0-public-preview for GitHub CLI agent-skill installation. The current v1 audit verdict is V1_PARTIALLY_READY.
Do not treat the repository as a certified logistics, legal, regulatory, engineering, safety, customs, food safety, dangerous-goods, or live-system authority.
AgentLogistics is decision-support content. It does not provide legal advice, engineering approval, equipment certification, operator certification, regulatory approval, customs approval, food safety release, dangerous-goods approval, financial approval, customer commitment approval, or live-system authorization.