gszr / gszr/ChatNotes

Implement deferred ADR-0001 features

Open
#8 0 comments 0 reactions 0 assignees View on GitHub

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
  • /save proposal 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_segment in crates/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.rssanitize_path_segment (lines ~676-692)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.