@williambeto/ai-workflow 2.4.9 → 2.6.3
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/bin/ai-workflow.d.ts +3 -0
- package/bin/ai-workflow.js +2669 -1
- package/bin/ai-workflow.js.map +1 -0
- package/chunk-2AOV2ATY.js +749 -0
- package/chunk-5WRI5ZAA.js +31 -0
- package/chunk-6EMG6FAO.js +734 -0
- package/chunk-UHLZX2EG.js +1827 -0
- package/core/index.d.ts +440 -0
- package/core/index.js +32 -0
- package/core/index.js.map +1 -0
- package/dist-assets/AGENTS.md +23 -6
- package/dist-assets/agents/atlas.md +8 -8
- package/dist-assets/agents/nexus.md +4 -4
- package/dist-assets/agents/orion.md +1 -1
- package/dist-assets/agents/phoenix.md +1 -1
- package/dist-assets/agents/sage.md +1 -1
- package/dist-assets/commands/implement.md +1 -1
- package/dist-assets/docs/QUICKSTART.md +8 -8
- package/dist-assets/docs/cli-reference.md +7 -7
- package/dist-assets/docs/compatibility/provider-usage.md +1 -9
- package/dist-assets/docs/compatibility/runtime-matrix.md +5 -6
- package/dist-assets/docs/consumer-onboarding.md +2 -2
- package/dist-assets/docs/design-patterns-policy.md +1 -1
- package/dist-assets/docs/npm-consumer-quickstart.md +70 -109
- package/dist-assets/docs/policies/01-BRANCH_GATE.md +1 -1
- package/dist-assets/docs/policies/06-FINAL_EVIDENCE_CONTRACT.md +2 -2
- package/dist-assets/docs/policies/08-PRODUCT_TRUTHFULNESS_AND_PROJECT_DOCS.md +1 -1
- package/dist-assets/docs/policies/10-BEHAVIORAL_CONTRACT_HARDENING.md +1 -1
- package/dist-assets/docs/policies/ORCHESTRATION_PROTOCOL.md +8 -9
- package/dist-assets/docs/policies/PROCEDURE_DELIVERY_ARTIFACTS.md +4 -10
- package/dist-assets/docs/policies/SKILLS_COMMON_GOVERNANCE.md +1 -1
- package/dist-assets/docs/profiles/README.md +2 -2
- package/dist-assets/docs/specs/runtime-operational-contract.md +12 -12
- package/dist-assets/docs/troubleshooting-guide.md +2 -2
- package/dist-assets/docs/visual-validation-guide.md +3 -3
- package/dist-assets/schemas/evidence.schema.json +109 -0
- package/dist-assets/templates/ANTIGRAVITY.md.template +7 -5
- package/dist-assets/templates/CLAUDE.md.template +7 -5
- package/dist-assets/templates/CODEX.md.template +7 -5
- package/evidence-validator-76ZQQYDU.js +6661 -0
- package/package.json +7 -64
- package/{src/core/workspace/read-only-workspace.js → read-only-workspace-PZBE7KAX.js} +14 -31
- package/{src/commands/validate.js → validate-Q2NLLQ5G.js} +30 -22
- package/AGENTS.md +0 -34
- package/CHANGELOG.md +0 -259
- package/LICENSE +0 -21
- package/PUBLISH_MANIFEST.json +0 -34
- package/README.md +0 -129
- package/dist-assets/templates/.geminiignore.template +0 -8
- package/dist-assets/templates/GEMINI.md.template +0 -20
- package/docs/compatibility/provider-usage.md +0 -46
- package/docs/compatibility/runtime-matrix.md +0 -31
- package/docs/getting-started/DESKTOP_PROMPT.md +0 -52
- package/docs/getting-started/authoring-custom-skills.md +0 -80
- package/docs/getting-started/quickstart.md +0 -117
- package/docs/getting-started/troubleshooting.md +0 -123
- package/docs/getting-started/upgrading-to-v2.md +0 -62
- package/src/adapters/index.js +0 -4
- package/src/adapters/platforms/antigravity.js +0 -382
- package/src/adapters/platforms/claude.js +0 -126
- package/src/adapters/platforms/codex.js +0 -113
- package/src/adapters/platforms/gemini.js +0 -245
- package/src/cli.js +0 -155
- package/src/commands/clean.js +0 -106
- package/src/commands/collect-evidence.js +0 -25
- package/src/commands/doctor.js +0 -202
- package/src/commands/execute.js +0 -382
- package/src/commands/init.js +0 -359
- package/src/commands/run.js +0 -112
- package/src/core/backup.js +0 -65
- package/src/core/completion-contract.js +0 -35
- package/src/core/delegation-controller.js +0 -193
- package/src/core/evidence/evidence-ledger.js +0 -98
- package/src/core/execution-planner.js +0 -62
- package/src/core/filesystem.js +0 -141
- package/src/core/finalization/finalizer.js +0 -165
- package/src/core/finalization/workspace-snapshot.js +0 -110
- package/src/core/gates/branch-gate.js +0 -134
- package/src/core/gates/merge-gate.js +0 -74
- package/src/core/handoff/handoff-engine.js +0 -104
- package/src/core/healing/cli-remediation-executor.js +0 -153
- package/src/core/healing/healer-engine.js +0 -212
- package/src/core/healing/runtime-remediation-executor.js +0 -136
- package/src/core/identity.js +0 -43
- package/src/core/install-plan.js +0 -34
- package/src/core/opencode-merge.js +0 -150
- package/src/core/package-assets.js +0 -141
- package/src/core/request-classifier.js +0 -73
- package/src/core/request-router.js +0 -289
- package/src/core/runtime/opencode-adapter.js +0 -202
- package/src/core/sdd/validator.js +0 -67
- package/src/core/statuses.js +0 -29
- package/src/core/symlink-layout.js +0 -93
- package/src/core/templates.js +0 -229
- package/src/core/validation/artifact-fidelity-gate.js +0 -445
- package/src/core/validation/canonical-finalization.js +0 -43
- package/src/core/validation/delivery-decision-engine.js +0 -344
- package/src/core/validation/evidence-collector.js +0 -245
- package/src/core/validation/quality-guard.js +0 -251
- package/src/core/validation/stack-detector.js +0 -65
- package/src/core/validation/validation-planner.js +0 -134
- package/src/core/validation/visual-verifier.js +0 -175
- package/src/core/workflow-profiles.js +0 -107
- package/src/core/workflow-state-machine.js +0 -46
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
Use AGENTS.md and the relevant contracts.
|
|
4
4
|
|
|
5
5
|
```txt
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
Request → Planning → Branch Gate → Delegation → Implementation → Validation → Evidence
|
|
7
|
+
|
|
8
|
+
Proportional policies:
|
|
9
|
+
- low risk / optional evidence / low remediationLimit
|
|
10
|
+
- medium risk / optional evidence / normal remediationLimit
|
|
11
|
+
- high risk / required evidence / specPolicy required / higher remediationLimit
|
|
10
12
|
```
|
|
11
13
|
|
|
12
14
|
Use professional taxonomy: Primary Agents, Skill-backed Specialist Roles, Skills, Commands.
|
|
@@ -17,4 +19,4 @@ Use professional taxonomy: Primary Agents, Skill-backed Specialist Roles, Skills
|
|
|
17
19
|
- Explicit requirements, clean code, generated specs, and inline comments do not replace documentation.
|
|
18
20
|
- For user-facing UI, rendered or visual evidence is required when the runtime can inspect it; raw/default browser UI is `FAIL_QUALITY_GATE`.
|
|
19
21
|
- High/Critical security findings must be classified in evidence.
|
|
20
|
-
- Implementation work must create delivery artifacts proportional to
|
|
22
|
+
- Implementation work must create delivery artifacts proportional to the active policies (evidencePolicy, riskLevel, specPolicy).
|
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
Use AGENTS.md and the relevant contracts.
|
|
4
4
|
|
|
5
5
|
```txt
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
Request → Planning → Branch Gate → Delegation → Implementation → Validation → Evidence
|
|
7
|
+
|
|
8
|
+
Proportional policies:
|
|
9
|
+
- low risk / optional evidence / low remediationLimit
|
|
10
|
+
- medium risk / optional evidence / normal remediationLimit
|
|
11
|
+
- high risk / required evidence / specPolicy required / higher remediationLimit
|
|
10
12
|
```
|
|
11
13
|
|
|
12
14
|
Provide evidence for completed work.
|
|
@@ -17,4 +19,4 @@ Provide evidence for completed work.
|
|
|
17
19
|
- Explicit requirements, clean code, generated specs, and inline comments do not replace documentation.
|
|
18
20
|
- For user-facing UI, rendered or visual evidence is required when the runtime can inspect it; raw/default browser UI is `FAIL_QUALITY_GATE`.
|
|
19
21
|
- High/Critical security findings must be classified in evidence.
|
|
20
|
-
- Implementation work must create delivery artifacts proportional to
|
|
22
|
+
- Implementation work must create delivery artifacts proportional to the active policies (evidencePolicy, riskLevel, specPolicy).
|
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
Use AGENTS.md and the relevant contracts.
|
|
4
4
|
|
|
5
5
|
```txt
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
Request → Planning → Branch Gate → Delegation → Implementation → Validation → Evidence
|
|
7
|
+
|
|
8
|
+
Proportional policies:
|
|
9
|
+
- low risk / optional evidence / low remediationLimit
|
|
10
|
+
- medium risk / optional evidence / normal remediationLimit
|
|
11
|
+
- high risk / required evidence / specPolicy required / higher remediationLimit
|
|
10
12
|
```
|
|
11
13
|
|
|
12
14
|
Never publish, tag, release, deploy, merge, push, force-push, or change package version without explicit approval.
|
|
@@ -17,4 +19,4 @@ Never publish, tag, release, deploy, merge, push, force-push, or change package
|
|
|
17
19
|
- Explicit requirements, clean code, generated specs, and inline comments do not replace documentation.
|
|
18
20
|
- For user-facing UI, rendered or visual evidence is required when the runtime can inspect it; raw/default browser UI is `FAIL_QUALITY_GATE`.
|
|
19
21
|
- High/Critical security findings must be classified in evidence.
|
|
20
|
-
- Implementation work must create delivery artifacts proportional to
|
|
22
|
+
- Implementation work must create delivery artifacts proportional to the active policies (evidencePolicy, riskLevel, specPolicy).
|