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: AGENTS.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Development Rules
2
2
3
-
Agent-facing rules for working on Claurst. Mirrors and extends `src-rust/.claude/CLAUDE.md`; when the two disagree, the rule closer to the code wins.
3
+
Agent-facing rules for working on Coven Code. Mirrors and extends `src-rust/.claude/CLAUDE.md`; when the two disagree, the rule closer to the code wins.
4
4
5
5
## Conversational Style
6
6
@@ -49,19 +49,19 @@ The ratatui frontend is sensitive to terminal size and key encoding. For repeata
49
49
cargo build
50
50
51
51
# 80×24 session
52
-
tmux new-session -d -s claurst-test -x 80 -y 24
53
-
tmux send-keys -t claurst-test "./target/debug/claurst" Enter
tmux send-keys -t claurst-test "your prompt here" Enter
60
-
tmux send-keys -t claurst-test Escape
61
-
tmux send-keys -t claurst-test C-o # ctrl+o
59
+
tmux send-keys -t coven-code-test "your prompt here" Enter
60
+
tmux send-keys -t coven-code-test Escape
61
+
tmux send-keys -t coven-code-test C-o # ctrl+o
62
62
63
63
# Cleanup
64
-
tmux kill-session -t claurst-test
64
+
tmux kill-session -t coven-code-test
65
65
```
66
66
67
67
On Windows hosts, prefer `cargo run -- --print "..."` against the headless path. The Windows console has known quirks with the kitty keyboard protocol — see `crates/tui` for the push/pop workaround.
@@ -116,7 +116,7 @@ If the provider uses an env var (e.g. `FOO_API_KEY`), wire it into the auth-stor
116
116
117
117
## Releasing
118
118
119
-
Claurst uses a **single workspace version** stamped across every surface (Cargo workspace, Cargo.lock entries for the 12 `claurst*` crates, `npm/package.json`, README badge, docs, ACP registry template). Versioning is forward-only — the release workflow refuses to ship a tag less than or equal to the highest existing tag.
119
+
Coven Code uses a **single workspace version** stamped across every surface (Cargo workspace, Cargo.lock entries for the 12 `claurst*` crates (internal crate names, intentionally preserved), `npm/package.json`, README badge, docs, ACP registry template). Versioning is forward-only — the release workflow refuses to ship a tag less than or equal to the highest existing tag.
ASCII mascot renderer. Currently "Rustle" from upstream.
84
-
To rebrand: rename `RustlePose` → `CompanionPose`, update art in `rustle_lines()`, update call-sites in `render.rs` and `app.rs`.
83
+
ASCII mascot renderer. Currently "Rune" (renamed from "Rustle" upstream).
84
+
To rebrand: rename `RustlePose` → `CompanionPose` (pending — "Rune" is the mascot name), update art in `rustle_lines()`, update call-sites in `render.rs` and `app.rs`.
0 commit comments