@patronage/software-factory 1.0.0-alpha.22 → 1.0.0-alpha.24
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/README.md +2 -0
- package/dist/index.d.ts +806 -662
- package/dist/index.js +8536 -7919
- package/dist/schemas.d.ts +286 -425
- package/dist/schemas.js +705 -270
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -73,3 +73,5 @@ npx skills add https://github.com/patronage/software-factory -g --all
|
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
They provide procedure and link back to the documentation site; they are not a second command reference.
|
|
76
|
+
|
|
77
|
+
`assembleReviewPrompt` puts a repository-root `CODING_STANDARDS.md` into the correctness prompt when the file exists and is not blank. It reads the file at the candidate head, not from the working tree, and emits one `coding-standards` section that names the head SHA. A repository without the file gets an unchanged prompt. `pr:review --assemble` writes that factory-owned prompt under `.factory-memory/pr-review-prompt.json`. `pr:review --findings` copies the recorded sections onto the proof when the artifact's patch-id matches.
|