Files
breadcrumb-the-shire/agent-system
fs d4978d1504 test(services): add 88 unit tests for 7 critical service classes
RateLimiterServiceTest (17): hit/isBlocked/reset/registerFailure, fail-open,
sliding window, scope normalization.
PermissionServiceTest (24): userHas, getUserPermissions, cache hit/miss/refresh,
clearUserCache, CRUD, system permission protection.
RoleServiceTest (9): createFromAdmin, updateFromAdmin, deleteByUuid,
Admin role protection, duplicate code rejection.
TenantServiceTest (8): CRUD, department-dependent deletion blocking.
DepartmentServiceTest (14): listPaged scope filtering, groupActiveByTenantIds,
createFromAdmin, deleteByUuid, syncTenants.
MailServiceTest (8): send logging, MailerException handling, template metadata.
UserLifecycleServiceTest (8): advisory locking, deactivation, deletion,
snapshot failure skip, privileged user exclusion, manual trigger type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:57:54 +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