Skip to content

Commit c5fb2b4

Browse files
committed
Add public roadmap
1 parent 0817024 commit c5fb2b4

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ target/
66
*~
77
.env
88
test/
9+
Amber_Taskboard.md

ROADMAP.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Roadmap
2+
3+
## In Progress
4+
- Anomaly threshold optimization — benchmark data shows 0.80 is strictly superior to current 0.50 default (F1: 1.000 vs 0.667). Code change pending.
5+
- Cross-platform immutability hardening — Linux (FS_IMMUTABLE_FL), macOS (UF_IMMUTABLE), Windows (NTFS ACL) landed. Testing coverage for macOS/Windows paths.
6+
7+
## v0.2.0
8+
- Benchmark-driven threshold update (0.50 → 0.80)
9+
- TUI timeline pagination for large version histories
10+
- `amber search` regex support and formatted output
11+
- Improved error diagnostics for permission and filesystem compatibility issues
12+
13+
## v0.3.0
14+
- Real bsdiff delta benchmarks through Rust code path
15+
- Training framework integration examples (PyTorch Lightning callback, HuggingFace Trainer hook)
16+
- `amber analytics` — session-level statistics (loss curves, score trends, storage usage)
17+
- Checkpoint provenance chain visualization in TUI
18+
19+
## v1.0.0
20+
- S3-compatible remote backend
21+
- Distributed store replication (multi-node)
22+
- CUDA-aware checkpoint interception (hook at `torch.save` level)
23+
- REST API for CI/CD pipeline integration
24+
- Formal verification of manifest chain integrity (Merkle tree upgrade)

0 commit comments

Comments
 (0)