@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,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Route every git operation through the canon git skills
|
|
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.
|