ai-push-hooks 0.1.16 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-push-hooks",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Modular AI push-hook workflow runner",
5
5
  "license": "MIT",
6
6
  "repository": {
package/pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ai-push-hooks"
7
- version = "0.1.16"
7
+ version = "0.1.17"
8
8
  description = "Modular AI push-hook workflow runner"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -32,7 +32,7 @@ Rules:
32
32
  BEADS_PLAN_PROMPT = """Check the attached branch context and output a JSON object describing Beads alignment work.
33
33
 
34
34
  Return keys:
35
- - commands: array of non-interactive br command strings to run
35
+ - commands: array of non-interactive bd command strings to run
36
36
  - unresolved: boolean
37
37
  - report_markdown: markdown string or empty
38
38