docs(08-rust-directory-archiver): create phase plan
This commit is contained in:
@@ -156,7 +156,10 @@ Plans:
|
||||
3. Empty directories within the input are stored as TOC entries of type "directory" with zero-length data and are recreated on unpack
|
||||
4. Running `encrypted_archive unpack archive.bin -o output/` creates the full directory hierarchy and restores Unix mode bits (e.g., a file packed with 0755 is extracted with 0755)
|
||||
5. Running `encrypted_archive inspect archive.bin` shows entry type (file/dir), relative paths, and permissions for each TOC entry
|
||||
**Plans**: TBD
|
||||
**Plans**: 1 plan
|
||||
|
||||
Plans:
|
||||
- [ ] 08-01-PLAN.md -- Update format.rs (v1.1 TocEntry), archive.rs (recursive dir pack/unpack/inspect), and integration tests
|
||||
|
||||
### Phase 9: Kotlin Decoder Update
|
||||
**Goal**: Kotlin decoder extracts directory archives created by the updated Rust archiver, preserving hierarchy and permissions on Android
|
||||
@@ -206,7 +209,7 @@ Phases execute in numeric order: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9 -> 10
|
||||
| 5. Shell Decoder | v1.0 | 2/2 | Complete | 2026-02-25 |
|
||||
| 6. Obfuscation Hardening | v1.0 | 2/2 | Complete | 2026-02-25 |
|
||||
| 7. Format Spec Update | v1.1 | 1/1 | Complete | 2026-02-26 |
|
||||
| 8. Rust Directory Archiver | v1.1 | 0/TBD | Not started | - |
|
||||
| 8. Rust Directory Archiver | v1.1 | 0/1 | Not started | - |
|
||||
| 9. Kotlin Decoder Update | v1.1 | 0/TBD | Not started | - |
|
||||
| 10. Shell Decoder Update | v1.1 | 0/TBD | Not started | - |
|
||||
| 11. Directory Cross-Validation | v1.1 | 0/TBD | Not started | - |
|
||||
|
||||
Reference in New Issue
Block a user