Skip to content

Commit a417b9e

Browse files
committed
docs: add homebrew install, remove priority, add setup commands
1 parent e96826c commit a417b9e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Fibers are markdown files. Human-readable, version-controllable, greppable. No d
1010

1111
## Install
1212

13+
```bash
14+
brew install cailmdaley/tap/felt
15+
```
16+
17+
Or with Go:
18+
1319
```bash
1420
go install github.com/cailmdaley/felt@latest
1521
```
@@ -98,7 +104,6 @@ Fibers live in `.felt/<id>.md`:
98104
title: "Design API"
99105
status: closed
100106
tags: [backend, auth]
101-
priority: 2
102107
depends-on:
103108
- id: research-auth-patterns-a1b2c3d4
104109
label: auth approach
@@ -177,7 +182,9 @@ felt check # validate integrity
177182
### Integration
178183

179184
```bash
180-
felt hook session # context for session start hooks
185+
felt setup claude # install Claude Code session hook
186+
felt setup codex # install Codex shell wrapper
187+
felt hook session # output session context (used by hooks)
181188
felt prime # alias for hook session
182189
```
183190

@@ -186,7 +193,6 @@ felt prime # alias for hook session
186193
```bash
187194
-b, --body "text" # body text
188195
-s, --status open # status (open, active, closed)
189-
-p, --priority 1 # 0-4, lower = more urgent
190196
-a, --depends-on <id> # dependency (repeatable)
191197
-D, --due 2024-03-15 # due date
192198
-t, --tag <tag> # tag (repeatable)

0 commit comments

Comments
 (0)