Skip to content

Commit 12455c5

Browse files
cailmdaleyclaude
andcommitted
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>
1 parent b5fdf67 commit 12455c5

File tree

2 files changed

+3
-190
lines changed

2 files changed

+3
-190
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ felt ls -t pure-eb # filter (AND logic)
8888
felt ready -t pure-eb # filter ready
8989
```
9090

91-
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.
9292

9393
### File Format
9494

@@ -157,8 +157,6 @@ felt tag <id> <tag> # add tag
157157
felt untag <id> <tag> # remove tag
158158
felt link <id> <dep-id> # add dependency
159159
felt unlink <id> <dep-id> # remove dependency
160-
felt migrate-tags # extract [tags] from titles
161-
felt migrate-tags --dry-run # preview without changes
162160
```
163161

164162
### Graph
@@ -198,5 +196,5 @@ felt prime # full context for session recovery
198196

199197
## Further Reading
200198

201-
- [Graph Operations](graph.md) — traversal, visualization, integrity
202-
- [Workflows](workflows.md) — patterns, Claude Code integration
199+
- [Graph Operations](docs/graph.md) — traversal, visualization, integrity
200+
- [Workflows](docs/workflows.md) — patterns, Claude Code integration

docs/README.md

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)