Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"Bash(gh api:*)",
"Bash(gh label list:*)",
"Bash(ls:*)",
"Bash(gh pr merge:*)"
"Bash(gh pr merge:*)",
"Bash(git checkout:*)",
"Bash(git pull:*)"
],
"deny": [],
"ask": []
Expand Down
24 changes: 24 additions & 0 deletions docs/archive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Archived Documentation

This directory contains historical and experimental documentation that is no longer actively maintained.

## Contents

### sessions/
Development session notes from the initial implementation phases. These are historical records of work done, not actionable documentation.

- 12 session note files documenting Phase 1-3 development
- Kept for historical reference only

### experimental/
Exploratory analysis and planning documents that are no longer current:

- `REALITY_CHECK.md` - Historical honest assessment
- `SAIL_*.md` - Sail integration experiments (not pursued)
- `ASILD_SAIL_MIGRATION_PLAN.md` - ASIL D planning (superseded)
- `VALIDATION_REPORT.md` - Older validation report (superseded by COMPREHENSIVE_VALIDATION_REPORT.md)
- `PHASE*` - Historical phase completion docs

## Note

These documents are preserved for historical context but should not be used for current development guidance. See the main `docs/` directories for current documentation.