Support many-to-many note–chat linking
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Per docs/adr/0001-json-chats-and-markdown-notes.md (line ~83), linked_chats is modeled as a list but the MVP only uses a single continuation-chat slot per note.
Problem
- There is a schema/behavior gap: the schema allows many links, but behavior supports only one continuation chat per note.
Suggested direction
- Support true many-to-many note–chat linking to close the gap.
References
docs/adr/0001-json-chats-and-markdown-notes.md(line ~83)
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
Start by reading docs/adr/0001-json-chats-and-markdown-notes.md around line 83, then trace the current continuation-chat behavior and the linked_chats schema. Done means notes can link to multiple chats and chats can link to multiple notes, with behavior matching the ADR; the issue does not name tests or implementation files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100