Files
Charon/docs/implementation
GitHub Actions 489cd93384 chore: Revamp frontend test iteration plan and documentation
- Updated design documentation to reflect the new Playwright-first approach for frontend testing, including orchestration flow and runbook notes.
- Revised requirements to align with the new frontend test iteration strategy, emphasizing E2E environment management and coverage thresholds.
- Expanded tasks to outline phased implementation for frontend testing, including Playwright E2E baseline, backend triage, and coverage validation.
- Enhanced QA report to capture frontend coverage failures and type errors, with detailed remediation steps for accessibility compliance.
- Created new security validation and accessibility remediation reports for CrowdSec configuration, addressing identified issues and implementing fixes.
- Adjusted package.json scripts to prioritize Firefox for Playwright tests.
- Added canonical links for requirements and tasks documentation.
2026-02-08 00:03:48 +00:00
..
2026-02-05 11:00:56 +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
gorm_security_scanner_complete.md GORM Security Scanner implementation and usage
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