Implement deferred ADR-0001 features
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
docs/adr/0001-json-chats-and-markdown-notes.md (lines ~137-144) lists unbuilt items.
Deferred items
/saveproposal review with/apply//reject- Model-generated note updates
- Broken-link detection / repair
- Arbitrary nested chat directories
- A shared safe relative path parser for all chat/note/link/repair paths
Suggested direction
- Implement the deferred features above.
sanitize_path_segmentincrates/storage/src/lib.rs(lines ~676-692) and ad-hoc path handling are scattered, so the shared safe relative path parser is a good foundational refactor to do first.
References
docs/adr/0001-json-chats-and-markdown-notes.md(lines ~137-144)crates/storage/src/lib.rs—sanitize_path_segment(lines ~676-692)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read docs/adr/0001-json-chats-and-markdown-notes.md around lines 137-144, then inspect sanitize_path_segment in crates/storage/src/lib.rs and the other path-handling sites. Map the deferred items and their path requirements before choosing scope; done means the listed review, note-update, link, nested-directory, and shared-parser features are implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown, rust
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100