upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/archive/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/archive/README.md')
-rw-r--r--docs/archive/README.md158
1 files changed, 0 insertions, 158 deletions
diff --git a/docs/archive/README.md b/docs/archive/README.md
deleted file mode 100644
index 9ff9e3e..0000000
--- a/docs/archive/README.md
+++ /dev/null
@@ -1,158 +0,0 @@
1# Archive - Historical Documentation
2
3**Purpose:** Completed session documents, phase reports, and historical records
4**Status:** Read-only - documents are not modified after archiving
5
6---
7
8## Archive Organization
9
10Documents are organized by date (YYYY-MM-DD) and topic.
11
12### November 3, 2025 - Architecture Investigation & Initial Implementation
13
14**Architecture Investigation:**
15- `2025-11-03-architecture-investigation.md` - GRASP protocol investigation complete
16- `2025-11-03-review-summary.md` - Executive summary of investigation
17- `2025-11-03-documentation-index.md` - Initial docs structure
18
19**grasp-audit Implementation:**
20- `2025-11-03-grasp-audit-plan.md` - Audit tool design decisions
21- `2025-11-03-grasp-audit-implementation.md` - Implementation summary
22- `2025-11-03-implementation-complete.md` - Initial implementation complete
23- `2025-11-03-verification-complete.md` - Verification results
24
25**Testing:**
26- `2025-11-03-compliance-test-proposal.md` - Test strategy proposal
27- `2025-11-03-compliance-testing-report.md` - Compliance testing report
28- `2025-11-03-test-breakdown.md` - Detailed test breakdown
29- `2025-11-03-smoke-test-report.md` - Smoke test results
30- `2025-11-03-final-audit-report.md` - Final audit report
31- `2025-11-03-final-summary.md` - Final summary
32
33**Reference:**
34- `2025-11-03-files-created.md` - Files created during investigation
35- `2025-11-03-quick-reference.md` - Quick reference guide
36- `2025-11-03-start-here.md` - Getting started guide
37
38---
39
40### November 4, 2025 - Upgrades & Migrations
41
42**Tag Migration:**
43- `2025-11-04-tag-migration.md` - Migration to standard "t" tags (detailed)
44- `2025-11-04-tag-migration-summary.md` - Migration summary
45
46**Flake Migration:**
47- `2025-11-04-flake-migration.md` - shell.nix → flake.nix migration
48
49**nostr-sdk Upgrade:**
50- `2025-11-04-nostr-sdk-upgrade.md` - 0.35 → 0.43 upgrade guide
51- `2025-11-04-upgrade-complete.md` - Upgrade completion report
52
53**Fixes & Improvements:**
54- `2025-11-04-compilation-fixes.md` - Compilation fixes
55- `2025-11-04-audit-system-fixed.md` - Audit system fixes
56- `2025-11-04-audit-status-report.md` - Audit status report
57
58**Session Summaries:**
59- `2025-11-04-session-summary.md` - Main session summary
60- `2025-11-04-session-complete-1.md` - Session completion 1
61- `2025-11-04-session-complete-2.md` - Session completion 2
62- `2025-11-04-session-continuation.md` - Session continuation
63
64**Planning:**
65- `2025-11-04-next-session-quickstart.md` - Next session quickstart
66- `2025-11-04-next-prompt.md` - Next prompt planning
67- `2025-11-04-ready-for-next-phase.md` - Phase readiness report
68
69---
70
71## Using Archived Documents
72
73### When to Reference
74
75✅ **Good reasons to reference:**
76- Understanding historical context
77- Learning from past decisions
78- Reviewing what was tried before
79- Tracking project evolution
80
81❌ **Don't reference for:**
82- Current implementation details (use `docs/` instead)
83- Active development (use `CURRENT_STATUS.md`)
84- Reusable patterns (use `docs/learnings/`)
85
86### Extracting Learnings
87
88If you find useful patterns or gotchas in archived documents:
89
901. Extract to appropriate `docs/learnings/*.md` file
912. Update with current context
923. Link to archive for historical context
93
94**Example:**
95```markdown
96<!-- In docs/learnings/nostr-sdk.md -->
97
98## Tag Migration Pattern
99
100When changing tag structure...
101
102**Reference:** See `docs/archive/2025-11-04-tag-migration.md` for detailed migration story.
103```
104
105---
106
107## Archive Principles
108
1091. **Immutable**: Documents are not modified after archiving
1102. **Dated**: All filenames include YYYY-MM-DD prefix
1113. **Organized**: Grouped by date and topic
1124. **Referenced**: Can be linked from active docs for context
1135. **Searchable**: Full-text search helps find historical info
114
115---
116
117## Document Lifecycle
118
119```
120Working Doc (root)
121
122Extract Learnings → docs/learnings/
123
124Archive → docs/archive/
125
126Reference (read-only)
127```
128
129---
130
131## Quick Find
132
133### By Topic
134
135- **Architecture**: `2025-11-03-architecture-investigation.md`
136- **Testing**: `2025-11-03-*-test-*.md`
137- **Migrations**: `2025-11-04-*-migration.md`
138- **Upgrades**: `2025-11-04-*-upgrade.md`
139- **Sessions**: `2025-11-04-session-*.md`
140
141### By Date
142
143- **Nov 3**: Initial investigation and implementation
144- **Nov 4**: Upgrades, migrations, and refinements
145
146---
147
148## Related Documentation
149
150- **Active Status**: `../CURRENT_STATUS.md`
151- **Learnings**: `../learnings/`
152- **Architecture**: `../ARCHITECTURE.md`
153- **Guidelines**: `../../AGENTS.md`
154
155---
156
157*Archive established: November 4, 2025*
158*Total documents: 30*