Skip to content

Commit 729dfeb

Browse files
cote-starclaude
andcommitted
v0.9.1: P16 enforcement fix — imperative routing templates
Templates now use "BEFORE starting any task, read these 3 files" and "MANDATORY before starting work" instead of suggestive "follow the read order." Real-world testing showed agents skip files with suggestive wording. Also includes context-pack creation skill (skills/context-pack/SKILL.md). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eaf897e commit 729dfeb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-chorus"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "Local-first CLI to read, compare, and hand off context across Codex, Claude, Gemini, and Cursor sessions."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-chorus",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Local-first CLI to read, compare, and hand off context across Codex, Claude, Gemini, and Cursor sessions.",
55
"keywords": [
66
"agent-chorus",

0 commit comments

Comments
 (0)