@patronage/software-factory 1.0.0-alpha.21 → 1.0.0-alpha.23
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 +1 -1
- package/dist/index.d.ts +752 -680
- package/dist/index.js +7847 -7730
- package/dist/schemas.d.ts +213 -389
- package/dist/schemas.js +596 -221
- package/package.json +4 -9
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ Generated production workflows may call `psf production:impact --before <sha> --
|
|
|
66
66
|
|
|
67
67
|
Generated pull-request workflows may call `psf candidate:impact --base <sha> --head <sha> --github-output <path>` to route Candidate verification surfaces. The command evaluates the same profile impact declarations and pnpm dependency graph from the exact base/head identity, diffed from their merge base; it is the candidate-named sibling of `production:impact` and replaces repository-owned path filters, never adds a second matcher. The `head` commit must be the checked-out `HEAD`, and both commits must be reachable (`fetch-depth: 0`). Every doubt path — unreadable identity, malformed or unsupported graph data, an unowned profile change, a working-tree profile that differs from the head commit, or classifier refusal — fails closed and leaves every declared target demanded. `production:impact` keeps its merge-push `before`/`after` contract unchanged.
|
|
68
68
|
|
|
69
|
-
For factory workflow, install the four canonical skills
|
|
69
|
+
For factory workflow, install the four canonical skills as the `patronage-software-factory` host plugin (Claude Code, Codex, or Cursor; see [`skills/README.md`](../skills/README.md)). Cloud agents that cannot load host plugins fall back to:
|
|
70
70
|
|
|
71
71
|
```bash
|
|
72
72
|
npx skills add https://github.com/patronage/software-factory -g --all
|