Files
Charon/docs/implementation
GitHub Actions ac803fd411 fix(ci): add CHARON_EMERGENCY_TOKEN to E2E test workflows
Add missing emergency token environment variable to all E2E test workflows to
fix security teardown failures in CI. Without this token, the emergency reset
endpoint returns 501 "not configured", causing test teardown to fail and
leaving ACL enabled, which blocks 83 subsequent tests.

Changes:

Add CHARON_EMERGENCY_TOKEN to docker-build.yml test-image job
Add CHARON_EMERGENCY_TOKEN to e2e-tests.yml e2e-tests job
Add CHARON_EMERGENCY_TOKEN to playwright.yml playwright job
Verified:

Docker build strategy already optimal (build once, push to both GHCR + Docker Hub)
Testing strategy correct (test once by digest, validates both registries)
All workflows now have environment parity with local development setup
Requires GitHub repository secret:

Name: CHARON_EMERGENCY_TOKEN
Value: 64-char hex token (e.g., from openssl rand -hex 32)
Related:

Emergency endpoint rate limiting removal (proper fix)
Local emergency token configuration (.env, docker-compose.local.yml)
Security test suite teardown mechanism
Refs #550
2026-01-26 20:03:30 +00:00
..
2026-01-26 19:22:05 +00:00
2026-01-26 19:22:05 +00:00

Implementation Documentation Archive

This directory contains archived implementation documentation and historical records of feature development in Charon.

Purpose

These documents serve as historical references for:

  • Feature implementation details and decisions
  • Migration summaries and upgrade paths
  • Investigation reports and debugging sessions
  • Phase completion records

Document Index

Documents will be organized here after migration from the project root:

Document Description
AGENT_SKILLS_MIGRATION_SUMMARY.md Agent skills system migration details
BULK_ACL_FEATURE.md Bulk ACL feature implementation
I18N_IMPLEMENTATION_SUMMARY.md Internationalization implementation
IMPLEMENTATION_SUMMARY.md General implementation summary
INVESTIGATION_SUMMARY.md Investigation and debugging records
ISSUE_16_ACL_IMPLEMENTATION.md Issue #16 ACL implementation details
PHASE_*_COMPLETE.md Phase completion documentation
QA_*.md QA audit and verification reports
SECURITY_*.md Security implementation records
WEBSOCKET_FIX_SUMMARY.md WebSocket fix implementation

Note

These are historical implementation records. For current documentation, refer to:

  • /docs/ - Main documentation
  • /README.md - Project overview
  • /CONTRIBUTING.md - Contribution guidelines
  • /CHANGELOG.md - Version history