@aipper/aiws-spec 0.0.24 → 0.0.26
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 +22 -0
- package/docs/aiws-bootstrap-routing-design.md +138 -0
- package/docs/aiws-governance-positioning.md +69 -0
- package/docs/cli-interface.md +91 -6
- package/docs/collaboration-artifacts.md +62 -0
- package/docs/opencode-omo-adapter.md +135 -0
- package/docs/opencode-omo-validation-checklist.md +90 -0
- package/docs/spec-contract.md +30 -22
- package/docs/superpowers-collaboration-adoption.md +92 -0
- package/docs/workflow-delegation-contracts.json +274 -0
- package/docs/workflow-delegation-contracts.md +248 -0
- package/docs/workflow-delegation-contracts.schema.json +176 -0
- package/docs/workflow-governance-rules.json +294 -0
- package/docs/workflow-governance-rules.md +63 -0
- package/docs/workflow-governance-rules.schema.json +182 -0
- package/docs/workflow-review-gates.json +72 -0
- package/docs/workflow-review-gates.md +36 -0
- package/docs/workflow-review-gates.schema.json +67 -0
- package/docs/workflow-router-rules.json +196 -0
- package/docs/workflow-router-rules.md +83 -0
- package/docs/workflow-router-rules.schema.json +119 -0
- package/docs/workflow-stage-contracts.json +148 -0
- package/docs/workflow-stage-contracts.md +70 -0
- package/docs/workflow-stage-contracts.schema.json +98 -0
- package/package.json +1 -1
- package/templates/workspace/.agents/skills/using-aiws/SKILL.md +87 -0
- package/templates/workspace/.agents/skills/ws-commit/SKILL.md +27 -1
- package/templates/workspace/.agents/skills/ws-delegate/SKILL.md +75 -0
- package/templates/workspace/.agents/skills/ws-deliver/SKILL.md +25 -4
- package/templates/workspace/.agents/skills/ws-dev/SKILL.md +35 -6
- package/templates/workspace/.agents/skills/ws-dev-lite/SKILL.md +58 -0
- package/templates/workspace/.agents/skills/ws-finish/SKILL.md +25 -12
- package/templates/workspace/.agents/skills/ws-frontend-design/SKILL.md +126 -0
- package/templates/workspace/.agents/skills/ws-handoff/SKILL.md +25 -4
- package/templates/workspace/.agents/skills/ws-plan/SKILL.md +25 -1
- package/templates/workspace/.agents/skills/ws-plan-verify/SKILL.md +20 -0
- package/templates/workspace/.agents/skills/ws-preflight/SKILL.md +23 -0
- package/templates/workspace/.agents/skills/ws-quality-review/SKILL.md +56 -0
- package/templates/workspace/.agents/skills/ws-review/SKILL.md +24 -0
- package/templates/workspace/.agents/skills/ws-spec-review/SKILL.md +57 -0
- package/templates/workspace/.agents/skills/ws-verify-before-complete/SKILL.md +59 -0
- package/templates/workspace/.aiws/manifest.json +2 -6
- package/templates/workspace/.claude/commands/using-aiws.md +25 -0
- package/templates/workspace/.claude/commands/ws-dev-lite.md +31 -0
- package/templates/workspace/.claude/commands/ws-finish.md +1 -1
- package/templates/workspace/.claude/commands/ws-handoff.md +3 -2
- package/templates/workspace/.claude/commands/ws-quality-review.md +24 -0
- package/templates/workspace/.claude/commands/ws-review.md +2 -2
- package/templates/workspace/.claude/commands/ws-spec-review.md +24 -0
- package/templates/workspace/.claude/commands/ws-verify-before-complete.md +24 -0
- package/templates/workspace/.claude/skills/p-aiws-change-archive/SKILL.md +24 -0
- package/templates/workspace/.claude/skills/p-aiws-change-finish/SKILL.md +24 -0
- package/templates/workspace/.claude/skills/p-aiws-change-list/SKILL.md +18 -0
- package/templates/workspace/.claude/skills/p-aiws-change-new/SKILL.md +26 -0
- package/templates/workspace/.claude/skills/p-aiws-change-next/SKILL.md +19 -0
- package/templates/workspace/.claude/skills/p-aiws-change-start/SKILL.md +33 -0
- package/templates/workspace/.claude/skills/p-aiws-change-status/SKILL.md +19 -0
- package/templates/workspace/.claude/skills/p-aiws-change-sync/SKILL.md +19 -0
- package/templates/workspace/.claude/skills/p-aiws-change-templates-init/SKILL.md +18 -0
- package/templates/workspace/.claude/skills/p-aiws-change-templates-which/SKILL.md +18 -0
- package/templates/workspace/.claude/skills/p-aiws-change-validate/SKILL.md +23 -0
- package/templates/workspace/.claude/skills/p-aiws-hooks-install/SKILL.md +30 -0
- package/templates/workspace/.claude/skills/p-aiws-hooks-status/SKILL.md +18 -0
- package/templates/workspace/.claude/skills/p-aiws-init/SKILL.md +27 -0
- package/templates/workspace/.claude/skills/p-aiws-rollback/SKILL.md +18 -0
- package/templates/workspace/.claude/skills/p-aiws-update/SKILL.md +26 -0
- package/templates/workspace/.claude/skills/p-aiws-validate/SKILL.md +22 -0
- package/templates/workspace/.claude/skills/p-tasks-plan/SKILL.md +37 -0
- package/templates/workspace/.claude/skills/using-aiws/SKILL.md +87 -0
- package/templates/workspace/.claude/skills/ws-analyze/SKILL.md +26 -0
- package/templates/workspace/.claude/skills/ws-bugfix/SKILL.md +111 -0
- package/templates/workspace/.claude/skills/ws-commit/SKILL.md +130 -0
- package/templates/workspace/.claude/skills/ws-deliver/SKILL.md +230 -0
- package/templates/workspace/.claude/skills/ws-dev/SKILL.md +168 -0
- package/templates/workspace/.claude/skills/ws-dev-lite/SKILL.md +58 -0
- package/templates/workspace/.claude/skills/ws-finish/SKILL.md +209 -0
- package/templates/workspace/.claude/skills/ws-frontend-design/SKILL.md +126 -0
- package/templates/workspace/.claude/skills/ws-handoff/SKILL.md +52 -0
- package/templates/workspace/.claude/skills/ws-migrate/SKILL.md +54 -0
- package/templates/workspace/.claude/skills/ws-plan/SKILL.md +138 -0
- package/templates/workspace/.claude/skills/ws-plan-verify/SKILL.md +61 -0
- package/templates/workspace/.claude/skills/ws-preflight/SKILL.md +55 -0
- package/templates/workspace/.claude/skills/ws-pull/SKILL.md +119 -0
- package/templates/workspace/.claude/skills/ws-push/SKILL.md +110 -0
- package/templates/workspace/.claude/skills/ws-quality-review/SKILL.md +56 -0
- package/templates/workspace/.claude/skills/ws-req-change/SKILL.md +41 -0
- package/templates/workspace/.claude/skills/ws-req-contract-sync/SKILL.md +17 -0
- package/templates/workspace/.claude/skills/ws-req-contract-validate/SKILL.md +12 -0
- package/templates/workspace/.claude/skills/ws-req-flow-sync/SKILL.md +28 -0
- package/templates/workspace/.claude/skills/ws-req-review/SKILL.md +32 -0
- package/templates/workspace/.claude/skills/ws-review/SKILL.md +50 -0
- package/templates/workspace/.claude/skills/ws-rule/SKILL.md +23 -0
- package/templates/workspace/.claude/skills/ws-spec-review/SKILL.md +57 -0
- package/templates/workspace/.claude/skills/ws-submodule-setup/SKILL.md +65 -0
- package/templates/workspace/.claude/skills/ws-verify-before-complete/SKILL.md +59 -0
- package/templates/workspace/.githooks/commit-msg +10 -0
- package/templates/workspace/.opencode/command/using-aiws.md +30 -0
- package/templates/workspace/.opencode/command/ws-delegate.md +33 -0
- package/templates/workspace/.opencode/command/ws-dev-lite.md +34 -0
- package/templates/workspace/.opencode/command/ws-finish.md +1 -1
- package/templates/workspace/.opencode/command/ws-handoff.md +4 -3
- package/templates/workspace/.opencode/command/ws-plan.md +3 -0
- package/templates/workspace/.opencode/command/ws-preflight.md +4 -0
- package/templates/workspace/.opencode/command/ws-quality-review.md +30 -0
- package/templates/workspace/.opencode/command/ws-review.md +5 -2
- package/templates/workspace/.opencode/command/ws-spec-review.md +30 -0
- package/templates/workspace/.opencode/command/ws-verify-before-complete.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-archive.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-finish.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-list.md +26 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-new.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-next.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-start.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-status.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-sync.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-templates-init.md +26 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-templates-which.md +26 -0
- package/templates/workspace/.opencode/commands/p-aiws-change-validate.md +27 -0
- package/templates/workspace/.opencode/commands/p-aiws-hooks-install.md +26 -0
- package/templates/workspace/.opencode/commands/p-aiws-hooks-status.md +26 -0
- package/templates/workspace/.opencode/commands/p-aiws-init.md +23 -0
- package/templates/workspace/.opencode/commands/p-aiws-rollback.md +16 -0
- package/templates/workspace/.opencode/commands/p-aiws-update.md +22 -0
- package/templates/workspace/.opencode/commands/p-aiws-validate.md +17 -0
- package/templates/workspace/.opencode/commands/using-aiws.md +30 -0
- package/templates/workspace/.opencode/commands/ws-analyze.md +30 -0
- package/templates/workspace/.opencode/commands/ws-bugfix.md +35 -0
- package/templates/workspace/.opencode/commands/ws-commit.md +70 -0
- package/templates/workspace/.opencode/commands/ws-delegate.md +33 -0
- package/templates/workspace/{.iflow/commands/ws-deliver.toml → .opencode/commands/ws-deliver.md} +13 -13
- package/templates/workspace/.opencode/commands/ws-dev-lite.md +34 -0
- package/templates/workspace/.opencode/commands/ws-dev.md +36 -0
- package/templates/workspace/{.iflow/commands/ws-finish.toml → .opencode/commands/ws-finish.md} +46 -29
- package/templates/workspace/.opencode/commands/ws-handoff.md +26 -0
- package/templates/workspace/.opencode/commands/ws-migrate.md +25 -0
- package/templates/workspace/.opencode/commands/ws-plan-verify.md +28 -0
- package/templates/workspace/.opencode/commands/ws-plan.md +27 -0
- package/templates/workspace/.opencode/commands/ws-preflight.md +34 -0
- package/templates/workspace/.opencode/commands/ws-pull.md +87 -0
- package/templates/workspace/.opencode/commands/ws-push.md +93 -0
- package/templates/workspace/.opencode/commands/ws-quality-review.md +30 -0
- package/templates/workspace/.opencode/commands/ws-req-change.md +45 -0
- package/templates/workspace/.opencode/commands/ws-req-contract-sync.md +21 -0
- package/templates/workspace/.opencode/commands/ws-req-contract-validate.md +16 -0
- package/templates/workspace/.opencode/commands/ws-req-flow-sync.md +23 -0
- package/templates/workspace/.opencode/commands/ws-req-review.md +36 -0
- package/templates/workspace/.opencode/commands/ws-review.md +33 -0
- package/templates/workspace/.opencode/commands/ws-rule.md +27 -0
- package/templates/workspace/.opencode/commands/ws-spec-review.md +30 -0
- package/templates/workspace/.opencode/commands/ws-submodule-setup.md +57 -0
- package/templates/workspace/.opencode/commands/ws-verify-before-complete.md +27 -0
- package/templates/workspace/.opencode/oh-my-opencode.json.example +17 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-archive/SKILL.md +24 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-finish/SKILL.md +24 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-list/SKILL.md +18 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-new/SKILL.md +26 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-next/SKILL.md +19 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-start/SKILL.md +33 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-status/SKILL.md +19 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-sync/SKILL.md +19 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-templates-init/SKILL.md +18 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-templates-which/SKILL.md +18 -0
- package/templates/workspace/.opencode/skills/p-aiws-change-validate/SKILL.md +23 -0
- package/templates/workspace/.opencode/skills/p-aiws-hooks-install/SKILL.md +30 -0
- package/templates/workspace/.opencode/skills/p-aiws-hooks-status/SKILL.md +18 -0
- package/templates/workspace/.opencode/skills/p-aiws-init/SKILL.md +27 -0
- package/templates/workspace/.opencode/skills/p-aiws-rollback/SKILL.md +18 -0
- package/templates/workspace/.opencode/skills/p-aiws-update/SKILL.md +26 -0
- package/templates/workspace/.opencode/skills/p-aiws-validate/SKILL.md +22 -0
- package/templates/workspace/.opencode/skills/p-tasks-plan/SKILL.md +37 -0
- package/templates/workspace/.opencode/skills/using-aiws/SKILL.md +91 -0
- package/templates/workspace/.opencode/skills/ws-analyze/SKILL.md +26 -0
- package/templates/workspace/.opencode/skills/ws-bugfix/SKILL.md +111 -0
- package/templates/workspace/.opencode/skills/ws-commit/SKILL.md +130 -0
- package/templates/workspace/.opencode/skills/ws-delegate/SKILL.md +63 -0
- package/templates/workspace/.opencode/skills/ws-deliver/SKILL.md +230 -0
- package/templates/workspace/.opencode/skills/ws-dev/SKILL.md +168 -0
- package/templates/workspace/.opencode/skills/ws-dev-lite/SKILL.md +58 -0
- package/templates/workspace/.opencode/skills/ws-finish/SKILL.md +209 -0
- package/templates/workspace/.opencode/skills/ws-frontend-design/SKILL.md +126 -0
- package/templates/workspace/.opencode/skills/ws-handoff/SKILL.md +52 -0
- package/templates/workspace/.opencode/skills/ws-migrate/SKILL.md +54 -0
- package/templates/workspace/.opencode/skills/ws-plan/SKILL.md +148 -0
- package/templates/workspace/.opencode/skills/ws-plan-verify/SKILL.md +61 -0
- package/templates/workspace/.opencode/skills/ws-preflight/SKILL.md +60 -0
- package/templates/workspace/.opencode/skills/ws-pull/SKILL.md +119 -0
- package/templates/workspace/.opencode/skills/ws-push/SKILL.md +110 -0
- package/templates/workspace/.opencode/skills/ws-quality-review/SKILL.md +63 -0
- package/templates/workspace/.opencode/skills/ws-req-change/SKILL.md +41 -0
- package/templates/workspace/.opencode/skills/ws-req-contract-sync/SKILL.md +17 -0
- package/templates/workspace/.opencode/skills/ws-req-contract-validate/SKILL.md +12 -0
- package/templates/workspace/.opencode/skills/ws-req-flow-sync/SKILL.md +28 -0
- package/templates/workspace/.opencode/skills/ws-req-review/SKILL.md +32 -0
- package/templates/workspace/.opencode/skills/ws-review/SKILL.md +57 -0
- package/templates/workspace/.opencode/skills/ws-rule/SKILL.md +23 -0
- package/templates/workspace/.opencode/skills/ws-spec-review/SKILL.md +64 -0
- package/templates/workspace/.opencode/skills/ws-submodule-setup/SKILL.md +65 -0
- package/templates/workspace/.opencode/skills/ws-verify-before-complete/SKILL.md +59 -0
- package/templates/workspace/AGENTS.md +74 -30
- package/templates/workspace/AI_PROJECT.md +1 -1
- package/templates/workspace/AI_WORKSPACE.md +1 -1
- package/templates/workspace/changes/README.md +25 -4
- package/templates/workspace/changes/templates/proposal.md +15 -0
- package/templates/workspace/changes/templates/tasks.md +9 -2
- package/templates/workspace/manifest.json +340 -82
- package/templates/workspace/memory-bank/README.md +1 -2
- package/templates/workspace/tools/ws_change_check.py +26 -4
- package/templates/workspace/.iflow/agents/feature-reviewer.md +0 -27
- package/templates/workspace/.iflow/agents/requirements-analyst.md +0 -24
- package/templates/workspace/.iflow/agents/server-commit-manager.md +0 -28
- package/templates/workspace/.iflow/agents/server-fix-implementer.md +0 -31
- package/templates/workspace/.iflow/agents/server-test-planner.md +0 -28
- package/templates/workspace/.iflow/agents/server-test-triager.md +0 -30
- package/templates/workspace/.iflow/commands/aiws-init.toml +0 -24
- package/templates/workspace/.iflow/commands/aiws-rollback.toml +0 -18
- package/templates/workspace/.iflow/commands/aiws-update.toml +0 -23
- package/templates/workspace/.iflow/commands/aiws-validate.toml +0 -18
- package/templates/workspace/.iflow/commands/server-commit.toml +0 -27
- package/templates/workspace/.iflow/commands/server-drain.toml +0 -99
- package/templates/workspace/.iflow/commands/server-fix-and-commit.toml +0 -27
- package/templates/workspace/.iflow/commands/server-fix.toml +0 -65
- package/templates/workspace/.iflow/commands/server-test-plan.toml +0 -62
- package/templates/workspace/.iflow/commands/server-test.toml +0 -58
- package/templates/workspace/.iflow/commands/server-triage.toml +0 -38
- package/templates/workspace/.iflow/commands/server_test-plan.toml +0 -12
- package/templates/workspace/.iflow/commands/server_test.toml +0 -12
- package/templates/workspace/.iflow/commands/ws-analyze.toml +0 -33
- package/templates/workspace/.iflow/commands/ws-commit.toml +0 -46
- package/templates/workspace/.iflow/commands/ws-contract-check.toml +0 -69
- package/templates/workspace/.iflow/commands/ws-dev.toml +0 -34
- package/templates/workspace/.iflow/commands/ws-doctor.toml +0 -141
- package/templates/workspace/.iflow/commands/ws-env-doctor.toml +0 -74
- package/templates/workspace/.iflow/commands/ws-feature-deliver.toml +0 -44
- package/templates/workspace/.iflow/commands/ws-feature-plan.toml +0 -47
- package/templates/workspace/.iflow/commands/ws-init.toml +0 -53
- package/templates/workspace/.iflow/commands/ws-memory-bank-init.toml +0 -100
- package/templates/workspace/.iflow/commands/ws-migrate.toml +0 -59
- package/templates/workspace/.iflow/commands/ws-preflight.toml +0 -30
- package/templates/workspace/.iflow/commands/ws-pull.toml +0 -47
- package/templates/workspace/.iflow/commands/ws-push.toml +0 -40
- package/templates/workspace/.iflow/commands/ws-req-change.toml +0 -64
- package/templates/workspace/.iflow/commands/ws-req-contract-sync.toml +0 -25
- package/templates/workspace/.iflow/commands/ws-req-contract-validate.toml +0 -16
- package/templates/workspace/.iflow/commands/ws-req-flow-sync.toml +0 -36
- package/templates/workspace/.iflow/commands/ws-req-review.toml +0 -56
- package/templates/workspace/.iflow/commands/ws-review.toml +0 -33
- package/templates/workspace/.iflow/commands/ws-rule.toml +0 -43
- package/templates/workspace/.iflow/commands/ws-submodule-setup.toml +0 -32
- package/templates/workspace/tools/iflow_watchdog.sh +0 -138
- package/templates/workspace/tools/install_iflow_watchdog_systemd_user.sh +0 -118
- package/templates/workspace/tools/systemd/iflow-watchdog@.service +0 -16
- package/templates/workspace/tools/systemd/iflow-watchdog@.timer +0 -11
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
"tools": [
|
|
7
7
|
"claude",
|
|
8
8
|
"opencode",
|
|
9
|
-
"codex"
|
|
10
|
-
"iflow"
|
|
9
|
+
"codex"
|
|
11
10
|
]
|
|
12
11
|
},
|
|
13
12
|
"required": [
|
|
@@ -35,6 +34,7 @@
|
|
|
35
34
|
".claude/commands/ws-preflight.md",
|
|
36
35
|
".claude/commands/ws-migrate.md",
|
|
37
36
|
".claude/commands/ws-dev.md",
|
|
37
|
+
".claude/commands/ws-dev-lite.md",
|
|
38
38
|
".claude/commands/ws-deliver.md",
|
|
39
39
|
".claude/commands/ws-analyze.md",
|
|
40
40
|
".claude/commands/ws-pull.md",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
".opencode/command/ws-preflight.md",
|
|
57
57
|
".opencode/command/ws-migrate.md",
|
|
58
58
|
".opencode/command/ws-dev.md",
|
|
59
|
+
".opencode/command/ws-dev-lite.md",
|
|
59
60
|
".opencode/command/ws-deliver.md",
|
|
60
61
|
".opencode/command/ws-analyze.md",
|
|
61
62
|
".opencode/command/ws-bugfix.md",
|
|
@@ -64,6 +65,7 @@
|
|
|
64
65
|
".opencode/command/ws-finish.md",
|
|
65
66
|
".opencode/command/ws-submodule-setup.md",
|
|
66
67
|
".opencode/command/ws-review.md",
|
|
68
|
+
".opencode/command/ws-delegate.md",
|
|
67
69
|
".opencode/command/ws-commit.md",
|
|
68
70
|
".opencode/command/ws-rule.md",
|
|
69
71
|
".opencode/command/ws-req-review.md",
|
|
@@ -71,43 +73,6 @@
|
|
|
71
73
|
".opencode/command/ws-req-contract-sync.md",
|
|
72
74
|
".opencode/command/ws-req-contract-validate.md",
|
|
73
75
|
".opencode/command/ws-req-flow-sync.md",
|
|
74
|
-
".iflow/commands/aiws-init.toml",
|
|
75
|
-
".iflow/commands/aiws-update.toml",
|
|
76
|
-
".iflow/commands/aiws-validate.toml",
|
|
77
|
-
".iflow/commands/aiws-rollback.toml",
|
|
78
|
-
".iflow/commands/server-test-plan.toml",
|
|
79
|
-
".iflow/commands/server-test.toml",
|
|
80
|
-
".iflow/commands/server-triage.toml",
|
|
81
|
-
".iflow/commands/server-fix.toml",
|
|
82
|
-
".iflow/commands/server-fix-and-commit.toml",
|
|
83
|
-
".iflow/commands/server-drain.toml",
|
|
84
|
-
".iflow/commands/server-commit.toml",
|
|
85
|
-
".iflow/commands/server_test-plan.toml",
|
|
86
|
-
".iflow/commands/server_test.toml",
|
|
87
|
-
".iflow/commands/ws-preflight.toml",
|
|
88
|
-
".iflow/commands/ws-migrate.toml",
|
|
89
|
-
".iflow/commands/ws-dev.toml",
|
|
90
|
-
".iflow/commands/ws-analyze.toml",
|
|
91
|
-
".iflow/commands/ws-deliver.toml",
|
|
92
|
-
".iflow/commands/ws-pull.toml",
|
|
93
|
-
".iflow/commands/ws-push.toml",
|
|
94
|
-
".iflow/commands/ws-finish.toml",
|
|
95
|
-
".iflow/commands/ws-submodule-setup.toml",
|
|
96
|
-
".iflow/commands/ws-review.toml",
|
|
97
|
-
".iflow/commands/ws-commit.toml",
|
|
98
|
-
".iflow/commands/ws-rule.toml",
|
|
99
|
-
".iflow/commands/ws-contract-check.toml",
|
|
100
|
-
".iflow/commands/ws-doctor.toml",
|
|
101
|
-
".iflow/commands/ws-env-doctor.toml",
|
|
102
|
-
".iflow/commands/ws-init.toml",
|
|
103
|
-
".iflow/commands/ws-memory-bank-init.toml",
|
|
104
|
-
".iflow/commands/ws-feature-plan.toml",
|
|
105
|
-
".iflow/commands/ws-feature-deliver.toml",
|
|
106
|
-
".iflow/commands/ws-req-review.toml",
|
|
107
|
-
".iflow/commands/ws-req-change.toml",
|
|
108
|
-
".iflow/commands/ws-req-contract-sync.toml",
|
|
109
|
-
".iflow/commands/ws-req-contract-validate.toml",
|
|
110
|
-
".iflow/commands/ws-req-flow-sync.toml",
|
|
111
76
|
".claude/commands/p-aiws-change-archive.md",
|
|
112
77
|
".claude/commands/p-aiws-change-finish.md",
|
|
113
78
|
".claude/commands/p-aiws-change-list.md",
|
|
@@ -121,10 +86,14 @@
|
|
|
121
86
|
".claude/commands/p-aiws-change-validate.md",
|
|
122
87
|
".claude/commands/p-aiws-hooks-install.md",
|
|
123
88
|
".claude/commands/p-aiws-hooks-status.md",
|
|
89
|
+
".claude/commands/using-aiws.md",
|
|
124
90
|
".claude/commands/ws-plan.md",
|
|
125
91
|
".claude/commands/ws-plan-verify.md",
|
|
126
92
|
".claude/commands/ws-handoff.md",
|
|
127
93
|
".claude/commands/ws-bugfix.md",
|
|
94
|
+
".claude/commands/ws-spec-review.md",
|
|
95
|
+
".claude/commands/ws-quality-review.md",
|
|
96
|
+
".claude/commands/ws-verify-before-complete.md",
|
|
128
97
|
".opencode/command/p-aiws-change-archive.md",
|
|
129
98
|
".opencode/command/p-aiws-change-finish.md",
|
|
130
99
|
".opencode/command/p-aiws-change-list.md",
|
|
@@ -138,22 +107,28 @@
|
|
|
138
107
|
".opencode/command/p-aiws-change-validate.md",
|
|
139
108
|
".opencode/command/p-aiws-hooks-install.md",
|
|
140
109
|
".opencode/command/p-aiws-hooks-status.md",
|
|
110
|
+
".opencode/command/using-aiws.md",
|
|
141
111
|
".opencode/command/ws-plan.md",
|
|
112
|
+
".opencode/command/ws-delegate.md",
|
|
142
113
|
".opencode/command/ws-plan-verify.md",
|
|
143
|
-
".opencode/command/ws-handoff.md"
|
|
114
|
+
".opencode/command/ws-handoff.md",
|
|
115
|
+
".opencode/command/ws-spec-review.md",
|
|
116
|
+
".opencode/command/ws-quality-review.md",
|
|
117
|
+
".opencode/command/ws-verify-before-complete.md",
|
|
118
|
+
".claude/skills/**",
|
|
119
|
+
".opencode/skills/**",
|
|
120
|
+
".opencode/commands/**"
|
|
144
121
|
],
|
|
145
122
|
"optional": [
|
|
146
|
-
".iflow/agents/**",
|
|
147
123
|
"memory-bank/**",
|
|
148
124
|
"secrets/test-accounts.example.json",
|
|
125
|
+
".opencode/oh-my-opencode.json.example",
|
|
149
126
|
"changes/templates/proposal.md",
|
|
150
127
|
"changes/templates/tasks.md",
|
|
151
128
|
"changes/templates/design.md",
|
|
152
129
|
"tools/requirements_contract_sync.py",
|
|
153
130
|
"tools/requirements_flow_gen.py",
|
|
154
131
|
"tools/server_test_runner.py",
|
|
155
|
-
"tools/iflow_watchdog.sh",
|
|
156
|
-
"tools/install_iflow_watchdog_systemd_user.sh",
|
|
157
132
|
"tools/ws_resolve_sub_target.sh"
|
|
158
133
|
],
|
|
159
134
|
"update": {
|
|
@@ -209,7 +184,54 @@
|
|
|
209
184
|
".opencode/command/aiws-change-archive.md",
|
|
210
185
|
".opencode/command/aiws-change-templates-which.md",
|
|
211
186
|
".opencode/command/aiws-change-templates-init.md",
|
|
212
|
-
".agents/skills/ws-tasks-plan/SKILL.md"
|
|
187
|
+
".agents/skills/ws-tasks-plan/SKILL.md",
|
|
188
|
+
".iflow/agents/feature-reviewer.md",
|
|
189
|
+
".iflow/agents/requirements-analyst.md",
|
|
190
|
+
".iflow/agents/server-commit-manager.md",
|
|
191
|
+
".iflow/agents/server-fix-implementer.md",
|
|
192
|
+
".iflow/agents/server-test-planner.md",
|
|
193
|
+
".iflow/agents/server-test-triager.md",
|
|
194
|
+
".iflow/commands/aiws-init.toml",
|
|
195
|
+
".iflow/commands/aiws-rollback.toml",
|
|
196
|
+
".iflow/commands/aiws-update.toml",
|
|
197
|
+
".iflow/commands/aiws-validate.toml",
|
|
198
|
+
".iflow/commands/server-commit.toml",
|
|
199
|
+
".iflow/commands/server-drain.toml",
|
|
200
|
+
".iflow/commands/server-fix-and-commit.toml",
|
|
201
|
+
".iflow/commands/server-fix.toml",
|
|
202
|
+
".iflow/commands/server-test-plan.toml",
|
|
203
|
+
".iflow/commands/server-test.toml",
|
|
204
|
+
".iflow/commands/server-triage.toml",
|
|
205
|
+
".iflow/commands/server_test-plan.toml",
|
|
206
|
+
".iflow/commands/server_test.toml",
|
|
207
|
+
".iflow/commands/ws-analyze.toml",
|
|
208
|
+
".iflow/commands/ws-commit.toml",
|
|
209
|
+
".iflow/commands/ws-contract-check.toml",
|
|
210
|
+
".iflow/commands/ws-deliver.toml",
|
|
211
|
+
".iflow/commands/ws-dev.toml",
|
|
212
|
+
".iflow/commands/ws-doctor.toml",
|
|
213
|
+
".iflow/commands/ws-env-doctor.toml",
|
|
214
|
+
".iflow/commands/ws-feature-deliver.toml",
|
|
215
|
+
".iflow/commands/ws-feature-plan.toml",
|
|
216
|
+
".iflow/commands/ws-finish.toml",
|
|
217
|
+
".iflow/commands/ws-init.toml",
|
|
218
|
+
".iflow/commands/ws-memory-bank-init.toml",
|
|
219
|
+
".iflow/commands/ws-migrate.toml",
|
|
220
|
+
".iflow/commands/ws-preflight.toml",
|
|
221
|
+
".iflow/commands/ws-pull.toml",
|
|
222
|
+
".iflow/commands/ws-push.toml",
|
|
223
|
+
".iflow/commands/ws-req-change.toml",
|
|
224
|
+
".iflow/commands/ws-req-contract-sync.toml",
|
|
225
|
+
".iflow/commands/ws-req-contract-validate.toml",
|
|
226
|
+
".iflow/commands/ws-req-flow-sync.toml",
|
|
227
|
+
".iflow/commands/ws-req-review.toml",
|
|
228
|
+
".iflow/commands/ws-review.toml",
|
|
229
|
+
".iflow/commands/ws-rule.toml",
|
|
230
|
+
".iflow/commands/ws-submodule-setup.toml",
|
|
231
|
+
"tools/iflow_watchdog.sh",
|
|
232
|
+
"tools/install_iflow_watchdog_systemd_user.sh",
|
|
233
|
+
"tools/systemd/iflow-watchdog@.service",
|
|
234
|
+
"tools/systemd/iflow-watchdog@.timer"
|
|
213
235
|
],
|
|
214
236
|
"replace_file": [
|
|
215
237
|
".aiws/manifest.json",
|
|
@@ -226,6 +248,7 @@
|
|
|
226
248
|
".agents/skills/p-aiws-validate/SKILL.md",
|
|
227
249
|
".agents/skills/p-aiws-hooks-install/SKILL.md",
|
|
228
250
|
".agents/skills/p-aiws-hooks-status/SKILL.md",
|
|
251
|
+
".agents/skills/using-aiws/SKILL.md",
|
|
229
252
|
".agents/skills/p-aiws-change-list/SKILL.md",
|
|
230
253
|
".agents/skills/p-aiws-change-new/SKILL.md",
|
|
231
254
|
".agents/skills/p-aiws-change-start/SKILL.md",
|
|
@@ -241,6 +264,9 @@
|
|
|
241
264
|
".agents/skills/ws-bugfix/SKILL.md",
|
|
242
265
|
".agents/skills/ws-commit/SKILL.md",
|
|
243
266
|
".agents/skills/ws-dev/SKILL.md",
|
|
267
|
+
".agents/skills/ws-dev-lite/SKILL.md",
|
|
268
|
+
".agents/skills/ws-delegate/SKILL.md",
|
|
269
|
+
".agents/skills/ws-frontend-design/SKILL.md",
|
|
244
270
|
".agents/skills/ws-deliver/SKILL.md",
|
|
245
271
|
".agents/skills/ws-finish/SKILL.md",
|
|
246
272
|
".agents/skills/ws-migrate/SKILL.md",
|
|
@@ -258,45 +284,11 @@
|
|
|
258
284
|
".agents/skills/ws-req-flow-sync/SKILL.md",
|
|
259
285
|
".agents/skills/ws-req-review/SKILL.md",
|
|
260
286
|
".agents/skills/ws-review/SKILL.md",
|
|
287
|
+
".agents/skills/ws-spec-review/SKILL.md",
|
|
288
|
+
".agents/skills/ws-quality-review/SKILL.md",
|
|
289
|
+
".agents/skills/ws-verify-before-complete/SKILL.md",
|
|
261
290
|
".agents/skills/ws-rule/SKILL.md",
|
|
262
291
|
".opencode/command/ws-bugfix.md",
|
|
263
|
-
".iflow/commands/aiws-init.toml",
|
|
264
|
-
".iflow/commands/aiws-update.toml",
|
|
265
|
-
".iflow/commands/aiws-validate.toml",
|
|
266
|
-
".iflow/commands/aiws-rollback.toml",
|
|
267
|
-
".iflow/commands/server-test-plan.toml",
|
|
268
|
-
".iflow/commands/server-test.toml",
|
|
269
|
-
".iflow/commands/server-triage.toml",
|
|
270
|
-
".iflow/commands/server-fix.toml",
|
|
271
|
-
".iflow/commands/server-fix-and-commit.toml",
|
|
272
|
-
".iflow/commands/server-drain.toml",
|
|
273
|
-
".iflow/commands/server-commit.toml",
|
|
274
|
-
".iflow/commands/server_test-plan.toml",
|
|
275
|
-
".iflow/commands/server_test.toml",
|
|
276
|
-
".iflow/commands/ws-preflight.toml",
|
|
277
|
-
".iflow/commands/ws-migrate.toml",
|
|
278
|
-
".iflow/commands/ws-dev.toml",
|
|
279
|
-
".iflow/commands/ws-analyze.toml",
|
|
280
|
-
".iflow/commands/ws-deliver.toml",
|
|
281
|
-
".iflow/commands/ws-pull.toml",
|
|
282
|
-
".iflow/commands/ws-push.toml",
|
|
283
|
-
".iflow/commands/ws-finish.toml",
|
|
284
|
-
".iflow/commands/ws-submodule-setup.toml",
|
|
285
|
-
".iflow/commands/ws-review.toml",
|
|
286
|
-
".iflow/commands/ws-commit.toml",
|
|
287
|
-
".iflow/commands/ws-rule.toml",
|
|
288
|
-
".iflow/commands/ws-contract-check.toml",
|
|
289
|
-
".iflow/commands/ws-doctor.toml",
|
|
290
|
-
".iflow/commands/ws-env-doctor.toml",
|
|
291
|
-
".iflow/commands/ws-init.toml",
|
|
292
|
-
".iflow/commands/ws-memory-bank-init.toml",
|
|
293
|
-
".iflow/commands/ws-feature-plan.toml",
|
|
294
|
-
".iflow/commands/ws-feature-deliver.toml",
|
|
295
|
-
".iflow/commands/ws-req-review.toml",
|
|
296
|
-
".iflow/commands/ws-req-change.toml",
|
|
297
|
-
".iflow/commands/ws-req-contract-sync.toml",
|
|
298
|
-
".iflow/commands/ws-req-contract-validate.toml",
|
|
299
|
-
".iflow/commands/ws-req-flow-sync.toml",
|
|
300
292
|
".claude/commands/p-aiws-change-archive.md",
|
|
301
293
|
".claude/commands/p-aiws-change-finish.md",
|
|
302
294
|
".claude/commands/p-aiws-change-list.md",
|
|
@@ -310,9 +302,13 @@
|
|
|
310
302
|
".claude/commands/p-aiws-change-validate.md",
|
|
311
303
|
".claude/commands/p-aiws-hooks-install.md",
|
|
312
304
|
".claude/commands/p-aiws-hooks-status.md",
|
|
305
|
+
".claude/commands/using-aiws.md",
|
|
313
306
|
".claude/commands/ws-plan.md",
|
|
314
307
|
".claude/commands/ws-plan-verify.md",
|
|
315
308
|
".claude/commands/ws-bugfix.md",
|
|
309
|
+
".claude/commands/ws-spec-review.md",
|
|
310
|
+
".claude/commands/ws-quality-review.md",
|
|
311
|
+
".claude/commands/ws-verify-before-complete.md",
|
|
316
312
|
".opencode/command/p-aiws-change-archive.md",
|
|
317
313
|
".opencode/command/p-aiws-change-finish.md",
|
|
318
314
|
".opencode/command/p-aiws-change-list.md",
|
|
@@ -326,8 +322,105 @@
|
|
|
326
322
|
".opencode/command/p-aiws-change-validate.md",
|
|
327
323
|
".opencode/command/p-aiws-hooks-install.md",
|
|
328
324
|
".opencode/command/p-aiws-hooks-status.md",
|
|
325
|
+
".opencode/command/using-aiws.md",
|
|
329
326
|
".opencode/command/ws-plan.md",
|
|
330
|
-
".opencode/command/ws-
|
|
327
|
+
".opencode/command/ws-delegate.md",
|
|
328
|
+
".opencode/command/ws-plan-verify.md",
|
|
329
|
+
".opencode/command/ws-spec-review.md",
|
|
330
|
+
".opencode/command/ws-quality-review.md",
|
|
331
|
+
".opencode/command/ws-verify-before-complete.md",
|
|
332
|
+
".claude/skills/p-aiws-change-archive/SKILL.md",
|
|
333
|
+
".opencode/skills/p-aiws-change-archive/SKILL.md",
|
|
334
|
+
".claude/skills/p-aiws-change-finish/SKILL.md",
|
|
335
|
+
".opencode/skills/p-aiws-change-finish/SKILL.md",
|
|
336
|
+
".claude/skills/p-aiws-change-list/SKILL.md",
|
|
337
|
+
".opencode/skills/p-aiws-change-list/SKILL.md",
|
|
338
|
+
".claude/skills/p-aiws-change-new/SKILL.md",
|
|
339
|
+
".opencode/skills/p-aiws-change-new/SKILL.md",
|
|
340
|
+
".claude/skills/p-aiws-change-next/SKILL.md",
|
|
341
|
+
".opencode/skills/p-aiws-change-next/SKILL.md",
|
|
342
|
+
".claude/skills/p-aiws-change-start/SKILL.md",
|
|
343
|
+
".opencode/skills/p-aiws-change-start/SKILL.md",
|
|
344
|
+
".claude/skills/p-aiws-change-status/SKILL.md",
|
|
345
|
+
".opencode/skills/p-aiws-change-status/SKILL.md",
|
|
346
|
+
".claude/skills/p-aiws-change-sync/SKILL.md",
|
|
347
|
+
".opencode/skills/p-aiws-change-sync/SKILL.md",
|
|
348
|
+
".claude/skills/p-aiws-change-templates-init/SKILL.md",
|
|
349
|
+
".opencode/skills/p-aiws-change-templates-init/SKILL.md",
|
|
350
|
+
".claude/skills/p-aiws-change-templates-which/SKILL.md",
|
|
351
|
+
".opencode/skills/p-aiws-change-templates-which/SKILL.md",
|
|
352
|
+
".claude/skills/p-aiws-change-validate/SKILL.md",
|
|
353
|
+
".opencode/skills/p-aiws-change-validate/SKILL.md",
|
|
354
|
+
".claude/skills/p-aiws-hooks-install/SKILL.md",
|
|
355
|
+
".opencode/skills/p-aiws-hooks-install/SKILL.md",
|
|
356
|
+
".claude/skills/p-aiws-hooks-status/SKILL.md",
|
|
357
|
+
".opencode/skills/p-aiws-hooks-status/SKILL.md",
|
|
358
|
+
".claude/skills/using-aiws/SKILL.md",
|
|
359
|
+
".opencode/skills/using-aiws/SKILL.md",
|
|
360
|
+
".claude/skills/p-aiws-init/SKILL.md",
|
|
361
|
+
".opencode/skills/p-aiws-init/SKILL.md",
|
|
362
|
+
".claude/skills/p-aiws-rollback/SKILL.md",
|
|
363
|
+
".opencode/skills/p-aiws-rollback/SKILL.md",
|
|
364
|
+
".claude/skills/p-aiws-update/SKILL.md",
|
|
365
|
+
".opencode/skills/p-aiws-update/SKILL.md",
|
|
366
|
+
".claude/skills/p-aiws-validate/SKILL.md",
|
|
367
|
+
".opencode/skills/p-aiws-validate/SKILL.md",
|
|
368
|
+
".claude/skills/p-tasks-plan/SKILL.md",
|
|
369
|
+
".opencode/skills/p-tasks-plan/SKILL.md",
|
|
370
|
+
".claude/skills/ws-analyze/SKILL.md",
|
|
371
|
+
".opencode/skills/ws-analyze/SKILL.md",
|
|
372
|
+
".claude/skills/ws-bugfix/SKILL.md",
|
|
373
|
+
".opencode/skills/ws-bugfix/SKILL.md",
|
|
374
|
+
".claude/skills/ws-commit/SKILL.md",
|
|
375
|
+
".opencode/skills/ws-commit/SKILL.md",
|
|
376
|
+
".claude/skills/ws-deliver/SKILL.md",
|
|
377
|
+
".opencode/skills/ws-deliver/SKILL.md",
|
|
378
|
+
".claude/skills/ws-dev/SKILL.md",
|
|
379
|
+
".opencode/skills/ws-dev/SKILL.md",
|
|
380
|
+
".claude/skills/ws-dev-lite/SKILL.md",
|
|
381
|
+
".opencode/skills/ws-dev-lite/SKILL.md",
|
|
382
|
+
".opencode/skills/ws-delegate/SKILL.md",
|
|
383
|
+
".opencode/oh-my-opencode.json.example",
|
|
384
|
+
".claude/skills/ws-finish/SKILL.md",
|
|
385
|
+
".opencode/skills/ws-finish/SKILL.md",
|
|
386
|
+
".claude/skills/ws-frontend-design/SKILL.md",
|
|
387
|
+
".opencode/skills/ws-frontend-design/SKILL.md",
|
|
388
|
+
".claude/skills/ws-handoff/SKILL.md",
|
|
389
|
+
".opencode/skills/ws-handoff/SKILL.md",
|
|
390
|
+
".claude/skills/ws-migrate/SKILL.md",
|
|
391
|
+
".opencode/skills/ws-migrate/SKILL.md",
|
|
392
|
+
".claude/skills/ws-plan/SKILL.md",
|
|
393
|
+
".opencode/skills/ws-plan/SKILL.md",
|
|
394
|
+
".claude/skills/ws-plan-verify/SKILL.md",
|
|
395
|
+
".opencode/skills/ws-plan-verify/SKILL.md",
|
|
396
|
+
".claude/skills/ws-preflight/SKILL.md",
|
|
397
|
+
".opencode/skills/ws-preflight/SKILL.md",
|
|
398
|
+
".claude/skills/ws-pull/SKILL.md",
|
|
399
|
+
".opencode/skills/ws-pull/SKILL.md",
|
|
400
|
+
".claude/skills/ws-push/SKILL.md",
|
|
401
|
+
".opencode/skills/ws-push/SKILL.md",
|
|
402
|
+
".claude/skills/ws-req-change/SKILL.md",
|
|
403
|
+
".opencode/skills/ws-req-change/SKILL.md",
|
|
404
|
+
".claude/skills/ws-req-contract-sync/SKILL.md",
|
|
405
|
+
".opencode/skills/ws-req-contract-sync/SKILL.md",
|
|
406
|
+
".claude/skills/ws-req-contract-validate/SKILL.md",
|
|
407
|
+
".opencode/skills/ws-req-contract-validate/SKILL.md",
|
|
408
|
+
".claude/skills/ws-req-flow-sync/SKILL.md",
|
|
409
|
+
".opencode/skills/ws-req-flow-sync/SKILL.md",
|
|
410
|
+
".claude/skills/ws-req-review/SKILL.md",
|
|
411
|
+
".opencode/skills/ws-req-review/SKILL.md",
|
|
412
|
+
".claude/skills/ws-review/SKILL.md",
|
|
413
|
+
".opencode/skills/ws-review/SKILL.md",
|
|
414
|
+
".claude/skills/ws-spec-review/SKILL.md",
|
|
415
|
+
".opencode/skills/ws-spec-review/SKILL.md",
|
|
416
|
+
".claude/skills/ws-quality-review/SKILL.md",
|
|
417
|
+
".opencode/skills/ws-quality-review/SKILL.md",
|
|
418
|
+
".claude/skills/ws-verify-before-complete/SKILL.md",
|
|
419
|
+
".opencode/skills/ws-verify-before-complete/SKILL.md",
|
|
420
|
+
".claude/skills/ws-rule/SKILL.md",
|
|
421
|
+
".opencode/skills/ws-rule/SKILL.md",
|
|
422
|
+
".claude/skills/ws-submodule-setup/SKILL.md",
|
|
423
|
+
".opencode/skills/ws-submodule-setup/SKILL.md"
|
|
331
424
|
],
|
|
332
425
|
"managed_blocks": {
|
|
333
426
|
"AGENTS.md": [
|
|
@@ -366,6 +459,9 @@
|
|
|
366
459
|
".claude/commands/ws-dev.md": [
|
|
367
460
|
"claude:ws-dev"
|
|
368
461
|
],
|
|
462
|
+
".claude/commands/ws-dev-lite.md": [
|
|
463
|
+
"claude:ws-dev-lite"
|
|
464
|
+
],
|
|
369
465
|
".claude/commands/ws-deliver.md": [
|
|
370
466
|
"claude:ws-deliver"
|
|
371
467
|
],
|
|
@@ -429,6 +525,9 @@
|
|
|
429
525
|
".opencode/command/ws-dev.md": [
|
|
430
526
|
"opencode:ws-dev"
|
|
431
527
|
],
|
|
528
|
+
".opencode/command/ws-dev-lite.md": [
|
|
529
|
+
"opencode:ws-dev-lite"
|
|
530
|
+
],
|
|
432
531
|
".opencode/command/ws-deliver.md": [
|
|
433
532
|
"opencode:ws-deliver"
|
|
434
533
|
],
|
|
@@ -513,6 +612,9 @@
|
|
|
513
612
|
".claude/commands/p-aiws-hooks-status.md": [
|
|
514
613
|
"claude:aiws-hooks-status"
|
|
515
614
|
],
|
|
615
|
+
".claude/commands/using-aiws.md": [
|
|
616
|
+
"claude:using-aiws"
|
|
617
|
+
],
|
|
516
618
|
".claude/commands/ws-plan.md": [
|
|
517
619
|
"claude:ws-plan"
|
|
518
620
|
],
|
|
@@ -525,6 +627,15 @@
|
|
|
525
627
|
".claude/commands/ws-bugfix.md": [
|
|
526
628
|
"claude:ws-bugfix"
|
|
527
629
|
],
|
|
630
|
+
".claude/commands/ws-spec-review.md": [
|
|
631
|
+
"claude:ws-spec-review"
|
|
632
|
+
],
|
|
633
|
+
".claude/commands/ws-quality-review.md": [
|
|
634
|
+
"claude:ws-quality-review"
|
|
635
|
+
],
|
|
636
|
+
".claude/commands/ws-verify-before-complete.md": [
|
|
637
|
+
"claude:ws-verify-before-complete"
|
|
638
|
+
],
|
|
528
639
|
".opencode/command/p-aiws-change-archive.md": [
|
|
529
640
|
"opencode:aiws-change-archive"
|
|
530
641
|
],
|
|
@@ -564,14 +675,161 @@
|
|
|
564
675
|
".opencode/command/p-aiws-hooks-status.md": [
|
|
565
676
|
"opencode:aiws-hooks-status"
|
|
566
677
|
],
|
|
678
|
+
".opencode/command/using-aiws.md": [
|
|
679
|
+
"opencode:using-aiws"
|
|
680
|
+
],
|
|
567
681
|
".opencode/command/ws-plan.md": [
|
|
568
682
|
"opencode:ws-plan"
|
|
569
683
|
],
|
|
684
|
+
".opencode/command/ws-delegate.md": [
|
|
685
|
+
"opencode:ws-delegate"
|
|
686
|
+
],
|
|
570
687
|
".opencode/command/ws-plan-verify.md": [
|
|
571
688
|
"opencode:ws-plan-verify"
|
|
572
689
|
],
|
|
573
690
|
".opencode/command/ws-handoff.md": [
|
|
574
691
|
"opencode:ws-handoff"
|
|
692
|
+
],
|
|
693
|
+
".opencode/command/ws-spec-review.md": [
|
|
694
|
+
"opencode:ws-spec-review"
|
|
695
|
+
],
|
|
696
|
+
".opencode/command/ws-quality-review.md": [
|
|
697
|
+
"opencode:ws-quality-review"
|
|
698
|
+
],
|
|
699
|
+
".opencode/command/ws-verify-before-complete.md": [
|
|
700
|
+
"opencode:ws-verify-before-complete"
|
|
701
|
+
],
|
|
702
|
+
".opencode/commands/p-aiws-change-archive.md": [
|
|
703
|
+
"opencode:aiws-change-archive"
|
|
704
|
+
],
|
|
705
|
+
".opencode/commands/p-aiws-change-finish.md": [
|
|
706
|
+
"opencode:aiws-change-finish"
|
|
707
|
+
],
|
|
708
|
+
".opencode/commands/p-aiws-change-list.md": [
|
|
709
|
+
"opencode:aiws-change-list"
|
|
710
|
+
],
|
|
711
|
+
".opencode/commands/p-aiws-change-new.md": [
|
|
712
|
+
"opencode:aiws-change-new"
|
|
713
|
+
],
|
|
714
|
+
".opencode/commands/p-aiws-change-next.md": [
|
|
715
|
+
"opencode:aiws-change-next"
|
|
716
|
+
],
|
|
717
|
+
".opencode/commands/p-aiws-change-start.md": [
|
|
718
|
+
"opencode:aiws-change-start"
|
|
719
|
+
],
|
|
720
|
+
".opencode/commands/p-aiws-change-status.md": [
|
|
721
|
+
"opencode:aiws-change-status"
|
|
722
|
+
],
|
|
723
|
+
".opencode/commands/p-aiws-change-sync.md": [
|
|
724
|
+
"opencode:aiws-change-sync"
|
|
725
|
+
],
|
|
726
|
+
".opencode/commands/p-aiws-change-templates-init.md": [
|
|
727
|
+
"opencode:aiws-change-templates-init"
|
|
728
|
+
],
|
|
729
|
+
".opencode/commands/p-aiws-change-templates-which.md": [
|
|
730
|
+
"opencode:aiws-change-templates-which"
|
|
731
|
+
],
|
|
732
|
+
".opencode/commands/p-aiws-change-validate.md": [
|
|
733
|
+
"opencode:aiws-change-validate"
|
|
734
|
+
],
|
|
735
|
+
".opencode/commands/p-aiws-hooks-install.md": [
|
|
736
|
+
"opencode:aiws-hooks-install"
|
|
737
|
+
],
|
|
738
|
+
".opencode/commands/p-aiws-hooks-status.md": [
|
|
739
|
+
"opencode:aiws-hooks-status"
|
|
740
|
+
],
|
|
741
|
+
".opencode/commands/using-aiws.md": [
|
|
742
|
+
"opencode:using-aiws"
|
|
743
|
+
],
|
|
744
|
+
".opencode/commands/p-aiws-init.md": [
|
|
745
|
+
"opencode:aiws-init"
|
|
746
|
+
],
|
|
747
|
+
".opencode/commands/p-aiws-rollback.md": [
|
|
748
|
+
"opencode:aiws-rollback"
|
|
749
|
+
],
|
|
750
|
+
".opencode/commands/p-aiws-update.md": [
|
|
751
|
+
"opencode:aiws-update"
|
|
752
|
+
],
|
|
753
|
+
".opencode/commands/p-aiws-validate.md": [
|
|
754
|
+
"opencode:aiws-validate"
|
|
755
|
+
],
|
|
756
|
+
".opencode/commands/ws-analyze.md": [
|
|
757
|
+
"opencode:ws-analyze"
|
|
758
|
+
],
|
|
759
|
+
".opencode/commands/ws-bugfix.md": [
|
|
760
|
+
"opencode:ws-bugfix"
|
|
761
|
+
],
|
|
762
|
+
".opencode/commands/ws-commit.md": [
|
|
763
|
+
"opencode:ws-commit"
|
|
764
|
+
],
|
|
765
|
+
".opencode/commands/ws-deliver.md": [
|
|
766
|
+
"opencode:ws-deliver"
|
|
767
|
+
],
|
|
768
|
+
".opencode/commands/ws-dev.md": [
|
|
769
|
+
"opencode:ws-dev"
|
|
770
|
+
],
|
|
771
|
+
".opencode/commands/ws-dev-lite.md": [
|
|
772
|
+
"opencode:ws-dev-lite"
|
|
773
|
+
],
|
|
774
|
+
".opencode/commands/ws-finish.md": [
|
|
775
|
+
"opencode:ws-finish"
|
|
776
|
+
],
|
|
777
|
+
".opencode/commands/ws-handoff.md": [
|
|
778
|
+
"opencode:ws-handoff"
|
|
779
|
+
],
|
|
780
|
+
".opencode/commands/ws-spec-review.md": [
|
|
781
|
+
"opencode:ws-spec-review"
|
|
782
|
+
],
|
|
783
|
+
".opencode/commands/ws-quality-review.md": [
|
|
784
|
+
"opencode:ws-quality-review"
|
|
785
|
+
],
|
|
786
|
+
".opencode/commands/ws-verify-before-complete.md": [
|
|
787
|
+
"opencode:ws-verify-before-complete"
|
|
788
|
+
],
|
|
789
|
+
".opencode/commands/ws-migrate.md": [
|
|
790
|
+
"opencode:ws-migrate"
|
|
791
|
+
],
|
|
792
|
+
".opencode/commands/ws-plan-verify.md": [
|
|
793
|
+
"opencode:ws-plan-verify"
|
|
794
|
+
],
|
|
795
|
+
".opencode/commands/ws-plan.md": [
|
|
796
|
+
"opencode:ws-plan"
|
|
797
|
+
],
|
|
798
|
+
".opencode/commands/ws-delegate.md": [
|
|
799
|
+
"opencode:ws-delegate"
|
|
800
|
+
],
|
|
801
|
+
".opencode/commands/ws-preflight.md": [
|
|
802
|
+
"opencode:ws-preflight"
|
|
803
|
+
],
|
|
804
|
+
".opencode/commands/ws-pull.md": [
|
|
805
|
+
"opencode:ws-pull"
|
|
806
|
+
],
|
|
807
|
+
".opencode/commands/ws-push.md": [
|
|
808
|
+
"opencode:ws-push"
|
|
809
|
+
],
|
|
810
|
+
".opencode/commands/ws-req-change.md": [
|
|
811
|
+
"opencode:ws-req-change"
|
|
812
|
+
],
|
|
813
|
+
".opencode/commands/ws-req-contract-sync.md": [
|
|
814
|
+
"opencode:ws-req-contract-sync"
|
|
815
|
+
],
|
|
816
|
+
".opencode/commands/ws-req-contract-validate.md": [
|
|
817
|
+
"opencode:ws-req-contract-validate"
|
|
818
|
+
],
|
|
819
|
+
".opencode/commands/ws-req-flow-sync.md": [
|
|
820
|
+
"opencode:ws-req-flow-sync"
|
|
821
|
+
],
|
|
822
|
+
".opencode/commands/ws-req-review.md": [
|
|
823
|
+
"opencode:ws-req-review"
|
|
824
|
+
],
|
|
825
|
+
".opencode/commands/ws-review.md": [
|
|
826
|
+
"opencode:ws-review"
|
|
827
|
+
],
|
|
828
|
+
".opencode/commands/ws-rule.md": [
|
|
829
|
+
"opencode:ws-rule"
|
|
830
|
+
],
|
|
831
|
+
".opencode/commands/ws-submodule-setup.md": [
|
|
832
|
+
"opencode:ws-submodule-setup"
|
|
575
833
|
]
|
|
576
834
|
}
|
|
577
835
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Memory Bank(工作区上下文)
|
|
2
2
|
|
|
3
|
-
目的:给
|
|
3
|
+
目的:给 OpenCode/Codex/Claude 一个“固定且可持续更新”的上下文集合,避免每次会话重新讲一遍导致跑偏。
|
|
4
4
|
|
|
5
5
|
在你的工作区中:
|
|
6
6
|
- `REQUIREMENTS.md` 仍是**需求真值**(不要复制到这里)。
|
|
@@ -11,4 +11,3 @@
|
|
|
11
11
|
- 改代码前:先看 `REQUIREMENTS.md` + `AI_PROJECT.md` + `AI_WORKSPACE.md`,再结合本目录的 `architecture.md`/`progress.md`。
|
|
12
12
|
- 每次完成一个可验证的小步:更新 `progress.md`(写清:做了什么、证据路径、下一步)。
|
|
13
13
|
- 发生重大结构变化:更新 `architecture.md`(只写高层关系,不要堆细节)。
|
|
14
|
-
|
|
@@ -204,6 +204,7 @@ def find_markdown_section(text: str, aliases: List[str]) -> str:
|
|
|
204
204
|
return ""
|
|
205
205
|
|
|
206
206
|
start = -1
|
|
207
|
+
start_level = 0
|
|
207
208
|
for i, line in enumerate(lines):
|
|
208
209
|
m = re.match(r"^\s{0,3}(#{2,6})\s+(.+?)\s*$", line)
|
|
209
210
|
if not m:
|
|
@@ -211,6 +212,7 @@ def find_markdown_section(text: str, aliases: List[str]) -> str:
|
|
|
211
212
|
heading_norm = normalize_heading_token(m.group(2))
|
|
212
213
|
if any(alias in heading_norm for alias in alias_tokens):
|
|
213
214
|
start = i + 1
|
|
215
|
+
start_level = len(m.group(1))
|
|
214
216
|
break
|
|
215
217
|
|
|
216
218
|
if start < 0:
|
|
@@ -218,7 +220,8 @@ def find_markdown_section(text: str, aliases: List[str]) -> str:
|
|
|
218
220
|
|
|
219
221
|
end = len(lines)
|
|
220
222
|
for j in range(start, len(lines)):
|
|
221
|
-
|
|
223
|
+
m = re.match(r"^\s{0,3}(#{1,6})\s+.+$", lines[j])
|
|
224
|
+
if m and len(m.group(1)) <= start_level:
|
|
222
225
|
end = j
|
|
223
226
|
break
|
|
224
227
|
|
|
@@ -495,23 +498,42 @@ def validate_change(
|
|
|
495
498
|
return p2.startswith(f"changes/{change_id}/evidence/") or p2.startswith(f"changes/{change_id}/review/")
|
|
496
499
|
|
|
497
500
|
def parse_scope_patterns_from_plan(plan_text: str) -> List[str]:
|
|
498
|
-
# Extract bullet
|
|
501
|
+
# Extract allow-list bullet items from a plan's scope section.
|
|
502
|
+
# Supports either:
|
|
503
|
+
# - direct bullets under "## Scope"
|
|
504
|
+
# - nested "### In Scope" / "### Out of Scope" sections
|
|
499
505
|
lines = (plan_text or "").splitlines()
|
|
500
506
|
patterns: List[str] = []
|
|
501
507
|
in_scope = False
|
|
508
|
+
has_scope_subsections = False
|
|
509
|
+
scope_subsection = ""
|
|
502
510
|
for raw in lines:
|
|
503
511
|
line = raw.rstrip("\n")
|
|
504
512
|
if line.startswith("## "):
|
|
505
513
|
in_scope = line.strip() in ("## Scope", "## 影响范围(Scope)", "## 影响范围 (Scope)")
|
|
514
|
+
has_scope_subsections = False
|
|
515
|
+
scope_subsection = ""
|
|
506
516
|
continue
|
|
507
517
|
if not in_scope:
|
|
508
518
|
continue
|
|
509
519
|
if line.startswith("## "):
|
|
510
520
|
break
|
|
521
|
+
if line.startswith("### "):
|
|
522
|
+
has_scope_subsections = True
|
|
523
|
+
heading = line.strip().lower()
|
|
524
|
+
if "in scope" in heading or "本次改动范围" in line:
|
|
525
|
+
scope_subsection = "in"
|
|
526
|
+
elif "out of scope" in heading or "明确不改动" in line:
|
|
527
|
+
scope_subsection = "out"
|
|
528
|
+
else:
|
|
529
|
+
scope_subsection = "other"
|
|
530
|
+
continue
|
|
511
531
|
s = line.strip()
|
|
512
532
|
if not s:
|
|
513
533
|
continue
|
|
514
534
|
if s.startswith("- "):
|
|
535
|
+
if has_scope_subsections and scope_subsection != "in":
|
|
536
|
+
continue
|
|
515
537
|
v = s[2:].strip()
|
|
516
538
|
if v.startswith("`") and v.endswith("`") and len(v) >= 2:
|
|
517
539
|
v = v[1:-1].strip()
|
|
@@ -583,7 +605,7 @@ def validate_change(
|
|
|
583
605
|
patterns = [normalize_scope_pattern(p) for p in parse_scope_patterns_from_plan(plan_text)]
|
|
584
606
|
patterns = [p for p in patterns if p]
|
|
585
607
|
if not patterns:
|
|
586
|
-
(errors if strict else warnings).append(f"{plan_rel} scope check enabled but no patterns found under '## Scope'")
|
|
608
|
+
(errors if strict else warnings).append(f"{plan_rel} scope check enabled but no patterns found under '## Scope' / '### In Scope'")
|
|
587
609
|
return
|
|
588
610
|
|
|
589
611
|
meta_path = change_dir / ".ws-change.json"
|
|
@@ -895,7 +917,7 @@ def main(argv: Optional[List[str]] = None) -> int:
|
|
|
895
917
|
parser.add_argument(
|
|
896
918
|
"--check-scope",
|
|
897
919
|
action="store_true",
|
|
898
|
-
help="Scope gate: compare git diff vs base_branch with plan '## Scope' patterns and warn/error on out-of-scope files.",
|
|
920
|
+
help="Scope gate: compare git diff vs base_branch with plan '## Scope' / '### In Scope' patterns and warn/error on out-of-scope files.",
|
|
899
921
|
)
|
|
900
922
|
parser.add_argument(
|
|
901
923
|
"--allow-branches",
|