You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add async-std file I/O and directory traversal in store.rs: - find_nbd_root / find_nbd_root_from: walk up from cwd to locate .nbd/ - tickets_dir, ticket_path: pure path helpers - ensure_tickets_dir: create .nbd/tickets/ on first use - write_ticket / read_ticket: JSON serialisation round-trip - list_tickets: read all *.json files, sort by priority descending Add 8 unit tests covering write/read round-trip, missing-ticket error, priority-sorted list, empty directory, grandparent traversal, traversal failure, and path helpers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| .claude | 3 months ago | |
| src | 3 months ago | |
| tests | 3 months ago | |
| CLAUDE.md | 3 months ago | |
| Cargo.lock | 3 months ago | |
| Cargo.toml | 3 months ago | |
| PLAN.md | 3 months ago | |