wdi-method 0.6.18 → 0.6.19
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/CHANGELOG.md +31 -0
- package/README.md +538 -530
- package/kit/.constitution/method/README.md +1 -0
- package/kit/.constitution/method/ci-guide.md +150 -0
- package/kit/skills/wdi-autopilot/SKILL.md +440 -384
- package/kit/skills/wdi-build/SKILL.md +398 -393
- package/kit-overlay/AGENTS.md +1 -0
- package/kit-overlay/README.md +1 -0
- package/package.json +1 -1
package/kit-overlay/AGENTS.md
CHANGED
|
@@ -184,6 +184,7 @@ verifies the result, and lands the memlog.
|
|
|
184
184
|
| Writing the spine, an `AD-N`, C4, or one of the three inventories | `.constitution/method/document/architecture-guide.md` |
|
|
185
185
|
| Opening, accepting, or applying a `DEC-` | `.constitution/method/document/decision-guide.md` |
|
|
186
186
|
| Writing or reading a structure map | `.constitution/method/structure-guide.md` |
|
|
187
|
+
| Writing or changing a CI workflow, or deciding whether a push may start a cloud run | `.constitution/method/ci-guide.md` |
|
|
187
188
|
| Looking for where code lives, or placing new code | `.control/structure-codebase.md` |
|
|
188
189
|
| Looking for where a document lives | `.control/structure-document.md` |
|
|
189
190
|
| Writing or reviewing code | `.constitution/project/codebase-stack-guide.md` · `.constitution/project/codebase-conventions-guide.md` · `.constitution/project/codebase-brownfield-guide.md` |
|
package/kit-overlay/README.md
CHANGED
|
@@ -43,6 +43,7 @@ Never a rule. When it disagrees with a guide, the guide wins and the disagreemen
|
|
|
43
43
|
| [`language-guide.md`](language-guide.md) | Naming anything — a code identifier, a code file, a document file |
|
|
44
44
|
| [`method-glossary.md`](method-glossary.md) | Unsure what a method term means — layer, wave, Product Component, ID code |
|
|
45
45
|
| [`structure-guide.md`](structure-guide.md) | Writing or checking the two structure maps in `.control/` |
|
|
46
|
+
| [`ci-guide.md`](ci-guide.md) | Writing or changing a CI workflow; when a push may start a cloud run, and what MUST NOT |
|
|
46
47
|
|
|
47
48
|
## `document/` — document rules
|
|
48
49
|
|