docs(01-format-specification): create phase plan
This commit is contained in:
@@ -30,10 +30,10 @@ Decimal phases appear between their surrounding integers in numeric order.
|
||||
2. Spec defines magic bytes, version field, encryption parameters (AES-256-CBC, IV storage, HMAC placement), and compression flags
|
||||
3. Spec includes a worked example: a concrete archive with 2 files showing exact byte layout
|
||||
4. Spec addresses all obfuscation features (XOR headers, encrypted TOC, decoy padding) even though implementation is Phase 6
|
||||
**Plans**: TBD
|
||||
**Plans**: 1 plan
|
||||
|
||||
Plans:
|
||||
- [ ] 01-01: TBD
|
||||
- [ ] 01-01-PLAN.md -- Write complete binary format specification with byte-level field definitions, worked example, and shell reference appendix
|
||||
|
||||
### Phase 2: Core Archiver
|
||||
**Goal**: A working Rust CLI that takes input files and produces a valid encrypted archive
|
||||
@@ -114,7 +114,7 @@ Phases execute in numeric order: 1 -> 2 -> 3 -> 4 -> 5 -> 6
|
||||
|
||||
| Phase | Plans Complete | Status | Completed |
|
||||
|-------|----------------|--------|-----------|
|
||||
| 1. Format Specification | 0/1 | Not started | - |
|
||||
| 1. Format Specification | 0/1 | Planned | - |
|
||||
| 2. Core Archiver | 0/2 | Not started | - |
|
||||
| 3. Round-Trip Verification | 0/2 | Not started | - |
|
||||
| 4. Kotlin Decoder | 0/1 | Not started | - |
|
||||
|
||||
Reference in New Issue
Block a user