Agent enablement for a fleet of repositories: autonomy and repeatable quality inside guardrails.
- Version 2.0:
- Repurposed from a .NET sample-project template into a governance and workflow-audit catalog: the shared fleet rules (
AGENTS.md,CODESTYLE.md,WORKFLOW.md), a machine-readablespec/, the fleetregistry/, per-repo auditreports/, branch rulesets, and three procedures an agent routes between by what a repository actually holds:STANDUP.mdfrom nothing to operational,AUDIT.mdto measure without changing anything, andRESYNC.mdto bring a repository that has fallen behind back into line. Adds a host tool contract with version floors (spec/host-tools.jsonand a carriedhost-tools.jsonper repository), and a derived detector for files the hub hosts rather than carries, so a retired file is found rather than remembered. Ships no application code, and the old sample project and its build pipeline are removed.
- Repurposed from a .NET sample-project template into a governance and workflow-audit catalog: the shared fleet rules (
- Version 1.0:
- .NET sample-project template with a build and publish pipeline.