Skip to content
Open
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
41 changes: 41 additions & 0 deletions .archive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Archive Directory

This directory contains historical development documents that have been moved out of the main repository to keep the GitHub cleaner.

## Innovation Cycles

Innovation cycle documents are now included in **Pull Requests** rather than the main repository.

**Format:**
- Each PR includes the innovation proposal as part of the PR description
- Technical specifications in separate markdown files within the PR
- Discussions happen in PR comments

**Why?**
- Keeps the main repo focused on code and user documentation
- Innovation context stays with the implementation
- Easier to track which innovations were actually implemented
- Cleaner GitHub repository structure

## What's Here

```
.archive/
├── innovation-cycles/ # Historical innovation proposals (Cycles 43-45)
└── README.md # This file
```

## Where Things Go Now

| Document Type | Location |
|---------------|----------|
| Code | Main repository |
| User docs | `/docs/` or root README |
| Technical specs | Pull Request descriptions |
| Innovation proposals | Pull Request descriptions |
| Test results | Pull Request comments |
| Build artifacts | `.gitignore`d (not committed) |

---

**Note:** These files are preserved for historical reference but are no longer actively maintained.
Loading