Files
breadcrumb-the-shire/agent-system
fs 549d9dd6f4 test(auth): add 33 unit tests for AuthService and RememberMeService
AuthServiceTest (17 tests): canLoginToTenant, refreshSessionAuthState,
loginUserById, login email-not-verified branch.
RememberMeServiceTest (16 tests): rememberUser, autoLoginFromCookie
(all 11 branches), forgetCurrentUser, forgetAllForUser,
expireAllTokensByAdmin.

Also fixes: 3 PHPStan errors in FrontendTelemetryIngestService,
8 CS-Fixer violations in out-of-scope files (ordered_imports,
braces_position).

All quality gates green: QG-001 (429 tests/0 failures),
QG-002 (0 errors), QG-003 (11 arch tests pass), QG-006 (0 violations).

Task: AUTH-LOGIN-REVIEW-001

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 11:43:31 +01:00
..
2026-03-06 00:44:52 +01:00
2026-03-06 00:44:52 +01:00
2026-03-06 00:44:52 +01:00
2026-03-06 00:44:52 +01:00
2026-03-06 00:44: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