@open-agent-toolkit/cli 0.1.62 → 0.1.64

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.
Files changed (61) hide show
  1. package/assets/agents/oat-phase-implementer.md +9 -1
  2. package/assets/agents/oat-reviewer.md +8 -1
  3. package/assets/docs/cli-utilities/configuration.md +29 -0
  4. package/assets/docs/cli-utilities/tool-packs.md +29 -1
  5. package/assets/docs/contributing/skills.md +22 -0
  6. package/assets/docs/workflows/projects/artifacts.md +30 -0
  7. package/assets/docs/workflows/projects/autonomy.md +154 -0
  8. package/assets/docs/workflows/projects/cursor-cloud.md +151 -0
  9. package/assets/docs/workflows/projects/dispatch-ceiling.md +13 -0
  10. package/assets/docs/workflows/projects/index.md +6 -0
  11. package/assets/public-package-versions.json +4 -4
  12. package/assets/skills/oat-cursor-cloud-projects/SKILL.md +318 -0
  13. package/assets/skills/oat-cursor-cloud-projects/references/cursor-cloud-mechanics.md +173 -0
  14. package/assets/skills/oat-project-autonomous/SKILL.md +439 -0
  15. package/assets/skills/oat-project-autonomous/references/gate-inventory.md +294 -0
  16. package/assets/skills/oat-project-design/SKILL.md +79 -1
  17. package/assets/skills/oat-project-discover/SKILL.md +76 -1
  18. package/assets/skills/oat-project-document/SKILL.md +24 -1
  19. package/assets/skills/oat-project-document/references/docs/autonomy-contract.md +294 -0
  20. package/assets/skills/oat-project-implement/SKILL.md +18 -1
  21. package/assets/skills/oat-project-implement/references/completion-and-closeout.md +72 -7
  22. package/assets/skills/oat-project-implement/references/dispatch-and-dry-run.md +17 -9
  23. package/assets/skills/oat-project-implement/references/docs/autonomy-contract.md +294 -0
  24. package/assets/skills/oat-project-implement/references/plan-and-resume.md +56 -0
  25. package/assets/skills/oat-project-plan-writing/SKILL.md +48 -12
  26. package/assets/skills/oat-project-pr-final/SKILL.md +31 -4
  27. package/assets/skills/oat-project-pr-final/references/docs/autonomy-contract.md +294 -0
  28. package/assets/skills/oat-project-quick-start/SKILL.md +50 -2
  29. package/assets/skills/oat-project-quick-start/references/docs/autonomy-contract.md +294 -0
  30. package/assets/skills/oat-project-review-provide/SKILL.md +9 -1
  31. package/assets/skills/oat-project-review-receive/SKILL.md +9 -1
  32. package/assets/skills/oat-project-summary/SKILL.md +76 -14
  33. package/assets/templates/summary.md +24 -0
  34. package/dist/commands/gate/index.d.ts.map +1 -1
  35. package/dist/commands/gate/index.js +4 -1
  36. package/dist/commands/init/tools/index.d.ts.map +1 -1
  37. package/dist/commands/init/tools/index.js +67 -45
  38. package/dist/commands/init/tools/shared/skill-manifest.d.ts +1 -1
  39. package/dist/commands/init/tools/shared/skill-manifest.d.ts.map +1 -1
  40. package/dist/commands/init/tools/shared/skill-manifest.js +2 -0
  41. package/dist/commands/init/tools/workflows/index.d.ts +2 -1
  42. package/dist/commands/init/tools/workflows/index.d.ts.map +1 -1
  43. package/dist/commands/init/tools/workflows/index.js +13 -11
  44. package/dist/commands/init/tools/workflows/install-workflows.d.ts +2 -0
  45. package/dist/commands/init/tools/workflows/install-workflows.d.ts.map +1 -1
  46. package/dist/commands/init/tools/workflows/install-workflows.js +4 -0
  47. package/dist/commands/project/new/scaffold.d.ts +1 -0
  48. package/dist/commands/project/new/scaffold.d.ts.map +1 -1
  49. package/dist/commands/project/new/scaffold.js +23 -4
  50. package/dist/commands/tools/remove/index.js +2 -2
  51. package/dist/commands/tools/remove/remove-tools.d.ts.map +1 -1
  52. package/dist/commands/tools/remove/remove-tools.js +23 -0
  53. package/dist/commands/tools/update/index.d.ts.map +1 -1
  54. package/dist/commands/tools/update/index.js +7 -1
  55. package/dist/commands/tools/update/update-tools.d.ts +9 -0
  56. package/dist/commands/tools/update/update-tools.d.ts.map +1 -1
  57. package/dist/commands/tools/update/update-tools.js +25 -5
  58. package/dist/providers/identity/family.d.ts +1 -1
  59. package/dist/providers/identity/family.d.ts.map +1 -1
  60. package/dist/providers/identity/family.js +2 -0
  61. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: oat-project-quick-start
3
- version: 2.1.15
3
+ version: 2.2.1
4
4
  description: Use when a task is small enough for quick mode or rapid iteration is preferred. Scaffolds a lightweight OAT project from discovery directly to a runnable plan, with optional brainstorming and lightweight design.
5
5
  argument-hint: '<project-name> ["project description"]'
6
6
  oat_gateable: true
@@ -24,9 +24,16 @@ Create or resume a project in **quick mode** and produce a runnable `plan.md` wi
24
24
 
25
25
  **Purpose:** Capture intent quickly (`discovery.md`) and generate an execution-ready `plan.md` for `oat-project-implement`.
26
26
 
27
+ When `OAT_AUTONOMOUS=1`, read `references/docs/autonomy-contract.md` and keep
28
+ `OAT_NON_INTERACTIVE=1` set for this run. The autonomous branches below are
29
+ inert otherwise. Record decisions and rationale, but never persist either
30
+ autonomy environment signal.
31
+
27
32
  **BLOCKED Activities:**
28
33
 
29
- - No spec-driven spec/design authoring unless user explicitly asks to promote to the spec-driven workflow.
34
+ - No spec-driven spec/design authoring unless the user explicitly asks to
35
+ promote, or `OAT_AUTONOMOUS=1` selects promotion through the documented
36
+ design-depth heuristic.
30
37
  - No implementation code changes.
31
38
 
32
39
  **ALLOWED Activities:**
@@ -76,6 +83,13 @@ When executing this skill, provide lightweight progress feedback so the user can
76
83
  - Quick-start handoff is not complete until the changed project artifacts have been committed. Refresh `.oat/state.md` when available, but do not stage it; the repo dashboard is generated and normally gitignored.
77
84
  - This applies to downstream lifecycle boundaries too: implementation, review, revise, and PR skills must inherit a committed artifact baseline, not an untracked project tree.
78
85
 
86
+ ## Artifact Hygiene
87
+
88
+ Artifact hygiene contract: Before finishing or committing, format every file you created or edited. Use the concrete write/fix formatting command supplied by the governing plan, task, or brief. If none is usable, discover the repository's documented write/fix command from applicable `AGENTS.md`/`CLAUDE.md` instructions and relevant package manifests; do not infer or hardcode a formatter. Prefer a file-scoped invocation when supported, and avoid rewriting unrelated files. If no command is discoverable, warn once with `no format command discovered in repo instructions; skipping`, then continue.
89
+
90
+ After formatting, run only repository checks relevant to the files changed;
91
+ writing lifecycle artifacts does not imply unrelated full test suites.
92
+
79
93
  ## Process
80
94
 
81
95
  ### Step 0 (Preflight): Inherited Git State
@@ -92,6 +106,10 @@ Before scaffolding, surface the working tree state so unrelated changes don't ge
92
106
 
93
107
  > **Tool availability is not the same as interactivity.** If `AskUserQuestion` is unavailable but chat is available, present the three choices as a plain chat message and wait for the user's reply. Only fall back to "Proceed anyway" when `OAT_NON_INTERACTIVE=1` is set or there is no user-response channel at all.
94
108
 
109
+ When `OAT_AUTONOMOUS=1`, use that existing proceed-anyway branch, record gate
110
+ `QS-01`, and leave all unrelated working-tree files unstaged. A cleanup that
111
+ could discard work remains a destructive-change boundary.
112
+
95
113
  Do not advance past this gate without an explicit choice.
96
114
 
97
115
  ### Step 0.5: Resolve Active Project
@@ -192,6 +210,13 @@ git diff --cached --quiet || git commit -m "chore(oat): capture quick-start disc
192
210
 
193
211
  **Auto-advance rule:** If the request was classified as **well-understood** in Step 2a and discovery surfaced no architecture decisions, component boundary questions, or unexpected complexity, skip this decision point entirely and continue directly to Step 2.6 (the requirements gate still fires before plan generation). This preserves the minimal-ceremony contract for straightforward requests.
194
212
 
213
+ **Autonomous resolution:** If `OAT_AUTONOMOUS=1` and the auto-advance rule did
214
+ not apply, do not present the choice below. Apply the same recommendation
215
+ heuristic to select straight-to-plan, lightweight design, or spec-driven
216
+ promotion. Record gate `QS-04`, the selected depth, and the evidence-based
217
+ rationale in `discovery.md` before following the selected branch. Stop at a
218
+ product-judgment boundary if the available evidence cannot support the choice.
219
+
195
220
  **Otherwise**, present the user with a choice about how to proceed:
196
221
 
197
222
  > "Discovery is complete. How would you like to proceed?"
@@ -292,6 +317,11 @@ fi
292
317
  # Route the user accordingly. Do NOT loop back into the gate.
293
318
  ```
294
319
 
320
+ Under `OAT_AUTONOMOUS=1`, the non-interactive branch above is the gate `QS-05`
321
+ resolution. Record the auto-confirmed requirement set in the discovery/plan
322
+ handoff. Contradictory or materially incomplete requirements remain a
323
+ product-judgment boundary; auto-confirmation is not permission to invent scope.
324
+
295
325
  Before continuing to Step 3, complete discovery through the CLI validation
296
326
  boundary:
297
327
 
@@ -703,6 +733,24 @@ git diff --cached --quiet || git commit -m "chore(oat): update quick-start artif
703
733
 
704
734
  ### Gate Execution
705
735
 
736
+ The quick-start exit-gate review scope is the complete artifact bundle that
737
+ exists at this point:
738
+
739
+ - `discovery.md`, including assumptions, constraints, and the chosen depth;
740
+ - `design.md` when lightweight design was produced;
741
+ - `plan.md`, including task completeness and executable verification.
742
+
743
+ Review the bundle as one pre-implementation handoff so discovery assumptions
744
+ and lightweight design decisions are checked with the plan that depends on
745
+ them. This broadens review scope only; it does not change gate configuration
746
+ schema or authorize runtime argument injection.
747
+
748
+ Legacy quick-start gates whose configured command or prompt explicitly reviews
749
+ only `plan.md` remain valid. Execute those commands unchanged, record
750
+ `legacy-plan-only` scope in gate provenance, and do not require a config
751
+ migration. New or bundle-capable gate declarations should evaluate every
752
+ artifact above that exists.
753
+
706
754
  Before reporting this skill as complete, run the configured gate as the final step after artifact review, state sync, dashboard refresh, and the quick-start artifact commit:
707
755
 
708
756
  1. Resolve the gate for this skill: