Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 981 Bytes

File metadata and controls

32 lines (23 loc) · 981 Bytes

Architecture

The library uses a hybrid model:

  • This standalone repository owns general shared skills, contracts, and schemas.
  • Project repositories may own narrow adapters that add local manifests, documentation precedence, ignored paths, or safe detection rules.

Skills consume the evidence-pack contract but do not depend on hidden state. Audit-only and action-capable behavior remain separate. Adapters may only narrow permissions or enrich evidence; shared restrictions and completion rules take precedence.

Pilot Skills

Audit-only:

  • repo-map
  • route-trace
  • env-audit
  • secret-audit
  • api-contract-audit
  • migration-review
  • github-handoff
  • deployment-preflight
  • git-preflight
  • runtime-truth
  • llm-drift-control

Controlled local validation:

  • build-verify

The evidence pack is a shared output contract, not an executable skill. Provider operations, deployment execution, and additional project adapters remain separate future work.