You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Git tracks what changed. Threadlinking tracks **why**.
4
4
5
-
A local-first tool for preserving AI conversation context alongside the files you create. When you return to code weeks later, threadlinking tells you the reasoning behind it.
5
+
A local-first tool for preserving decision-making context alongside the files you create. When you return to code weeks later, threadlinking tells you the reasoning behind it.
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Threadlinking
2
2
3
-
> Connect your files with their origin stories
3
+
> Preserve the decisions behind your code
4
4
5
-
Threadlinking is a Claude Code native tool for preserving conversation context alongside the files you create.
5
+
Threadlinking is a Claude Code native tool for preserving decision-making context alongside the files you create.
6
6
7
-
You're working with Claude on a project. It creates files, makes design decisions, solves problems. A week later, you're looking at the code wondering:
7
+
Your team is working on a project. Files get created, design decisions are made, problems get solved. A week later, someone's looking at the code wondering:
8
8
9
-
> "What was the context? What was I thinking?"
9
+
> "Why was it built this way? What were we thinking?"
10
10
11
-
Threadlinking solves this. Claude automatically saves the relevant conversation snippets when creating files, so you can always trace back to the "why."
11
+
Threadlinking solves this. It captures the reasoning behind decisions when creating files, so you can always trace back to the "why" — even across sessions, teammates, and repos.
12
12
13
-
**The key insight:** A thread is a container for an **idea or project**, not a feature or task. One thread might span months of work, dozens of files, and hundreds of snippets across multiple repos. When you start a new Claude session next week, threadlinking connects it back to the earlier conversations - preserving context across the gaps.
13
+
**The key insight:** A thread is a container for an **idea or project**, not a feature or task. One thread might span months of work, dozens of files, and hundreds of snippets across multiple repos. When someone starts a new session next week, threadlinking connects it back to the earlier decisions — preserving context across the gaps.
14
14
15
15
---
16
16
@@ -122,11 +122,11 @@ All components are optional and can be skipped during init.
122
122
123
123
## How It Works
124
124
125
-
Claude automatically detects when you're doing work worth preserving and prompts you:
125
+
Claude automatically detects when decisions are being made and prompts you:
126
126
127
127
```
128
128
You: "Let's build a new authentication system using JWT"
129
-
Claude: "This looks like work worth preserving context for. Should I create
129
+
Claude: "This looks like a decision worth preserving. Should I create
130
130
a thread for this? I'd suggest 'myproject' - or name it something else."
0 commit comments