Files
breadcrumb-the-shire/agent-system
fs f6777113ec test(gateways): add 27 unit tests for 3 security-critical gateway classes
AuthCryptoGatewayTest (10 tests): encrypt/decrypt round-trip, unique IVs,
Crypto payload format verification (GR-SEC-005), error handling.
SettingsCryptoGatewayTest (9 tests): interface compliance, round-trip,
AES-256-GCM format, tampered ciphertext handling.
OidcHttpGatewayTest (8 tests): success, 401/500, network error, malformed JSON.

Plan amended: PermissionGateway removed (does not exist in codebase).
SC-002 amended: payload format verification accepted as Crypto delegation proof.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:57:33 +01:00
..
2026-03-09 19:56:08 +01:00
2026-03-09 19:56:08 +01:00
2026-03-06 00:44:52 +01:00
2026-03-09 18:30:52 +01:00

Agent System

This folder contains the technical assets for the multi-role workflow.

Structure:

  • contracts/: JSON schemas for role outputs
  • templates/: starter JSON payloads
  • prompts/: role-specific prompt baselines
  • checks/: guard catalog, quality gates, and review checklists
  • runs/: optional runtime artifacts (can stay untracked)

References:

  • Planner standard: tools/codex-skills/starterkit-planner/SKILL.md
  • Guardrails: tools/codex-skills/core-guardrails/SKILL.md
  • Docs/Skills audit policy: agent-system/checks/docs-skills-audit-policy.md