Files
Charon/docs/implementation
GitHub Actions add4e8e8a5 chore: fix CI/CD workflow linter config and documentation
Linter Configuration Updates:

Add version: 2 to .golangci.yml for golangci-lint v2 compatibility
Scope errcheck exclusions to test files only via path-based rules
Maintain production code error checking while allowing test flexibility
CI/CD Documentation:

Fix CodeQL action version comment in security-pr.yml (v3.28.10 → v4)
Create workflow modularization specification (docs/plans/workflow_modularization_spec.md)
Document GitHub environment protection setup for releases
Verification:

Validated linter runs successfully with properly scoped rules
Confirmed all three workflows (playwright, security-pr, supply-chain-pr) are properly modularized
2026-01-15 20:35:43 +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