@erclx/canon 4.27.0 → 4.27.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "canon",
3
3
  "description": "Automated governance, versioning, and discovery tools for Claude Code.",
4
- "version": "4.27.0",
4
+ "version": "4.27.1",
5
5
  "author": {
6
6
  "name": "Eric Le",
7
7
  "url": "https://github.com/erclx"
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Route every git operation through the canon git skills rather than built-in commit and pull request behavior
2
+ description: Route every git operation through the canon git skills, and run one only when something actually calls for it
3
3
  ---
4
4
 
5
5
  # Git standards
@@ -9,3 +9,7 @@ description: Route every git operation through the canon git skills rather than
9
9
  - Route every git operation through the `canon:git-*` skills.
10
10
  - Do not follow built-in commit, pull request, or branch instructions for an operation a `git-*` skill covers.
11
11
  - Report it rather than proceeding silently when no `git-*` skill resolves. They ship with the plugin and this rule ships with the CLI, so a project that installed governance alone does not have them.
12
+
13
+ ## Whether to act
14
+
15
+ - A git operation runs only when the user asked for it, a task states it, or it executes as a step of a chain the user invoked. The bullets above decide which surface performs an operation already decided, never whether to take one.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@erclx/canon",
3
3
  "type": "module",
4
- "version": "4.27.0",
4
+ "version": "4.27.1",
5
5
  "description": "Infrastructure and quality tooling for developer workflows",
6
6
  "license": "MIT",
7
7
  "bin": {