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
docs: fix hallucinated commands and broken links in README
Remove references to non-existent `felt migrate-tags` command.
Fix relative links to docs/graph.md and docs/workflows.md.
Remove stale docs/README.md duplicate.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Bracketed tags at the start of titles (`[tag]`) are automatically extracted into the tags field. For existing felts, use `felt migrate-tags` to extract bracketed tags from titles (use `--dry-run` to preview).
91
+
Bracketed tags at the start of titles (`[tag]`) are automatically extracted into the tags field.
92
92
93
93
### File Format
94
94
@@ -157,8 +157,6 @@ felt tag <id> <tag> # add tag
157
157
felt untag <id><tag># remove tag
158
158
felt link <id><dep-id># add dependency
159
159
felt unlink <id><dep-id># remove dependency
160
-
felt migrate-tags # extract [tags] from titles
161
-
felt migrate-tags --dry-run # preview without changes
162
160
```
163
161
164
162
### Graph
@@ -198,5 +196,5 @@ felt prime # full context for session recovery
0 commit comments