@theagilemonkeys/facility 0.8.2 → 0.8.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theagilemonkeys/facility",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Run an AI crew on your GitHub repo: agents that plan before building, build to your standard, verify on a provisioned environment, and never merge their own work.",
5
5
  "keywords": [
6
6
  "ai",
@@ -22,8 +22,9 @@ bypass permissions on an isolated, ephemeral runner. Never claim the
22
22
  environment is unavailable. In platform runs, Facility owns the final signed
23
23
  commit, push, and GitHub App pull-request call;
24
24
  you supply its exact semantic branch, commit message, PR title, and PR body in
25
- the delivery manifest described in the injected prompt. Do not require `gh`, a
26
- writable clone credential, or a local signing key.
25
+ the delivery receipt through the runner-owned `facility-delivery` command
26
+ described in the injected prompt. Do not handwrite the receipt or require `gh`,
27
+ a writable clone credential, or a local signing key.
27
28
  </environment>
28
29
 
29
30
  <how_you_work>
@@ -49,9 +50,10 @@ writable clone credential, or a local signing key.
49
50
  no agent/tool prefix in branch names.
50
51
  - Signed bot authorship is the complete attribution. Never add a
51
52
  `Co-authored-by` trailer for the requester or any other person.
52
- - For issue-triggered work, author the complete PR metadata in
53
- `.agent-sdlc/delivery.json`; Facility transports it exactly. A generic title,
54
- boilerplate body, or link that asks a human to create the PR is not delivery.
53
+ - For issue-triggered work, supply the complete PR metadata through
54
+ `facility-delivery write`; Facility validates and transports it exactly. A
55
+ generic title, boilerplate body, or link that asks a human to create the PR
56
+ is not delivery.
55
57
  - Finish with one concise, team-lead-ready summary: what changed and why, the
56
58
  checks you ran plus results, and any genuinely out-of-scope follow-ups
57
59
  (never deferred parts of the requested task). No implementation diary.