haiku-method 2.3.0 → 3.1.0
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/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +6 -6
- package/CHANGELOG.md +13 -0
- package/VALIDATION.md +9 -6
- package/bin/haiku +504 -454
- package/data/archetypes.json +172 -172
- package/harnesses/cursor.json +7 -7
- package/harnesses/gemini-cli.json +7 -7
- package/harnesses/windsurf.json +7 -7
- package/hooks/hooks.json +72 -72
- package/lib/capture-playwright-worker.js +118 -112
- package/package.json +1 -1
- package/schemas/providers/hubspot.schema.json +10 -8
- package/schemas/providers/jira.schema.json +3 -1
- package/schemas/providers/openpencil.schema.json +10 -1
- package/schemas/providers/salesforce.schema.json +10 -8
- package/schemas/providers/stack-alerting.schema.json +7 -1
- package/schemas/providers/stack-monitoring.schema.json +8 -1
- package/schemas/settings.schema.json +112 -22
- package/skills/migrate/SKILL.md +20 -3
- package/studios/software/examples/add-oauth-login/sequence.ts +1164 -119
- package/studios/software/examples/add-oauth-login/stages/design/state.json +5 -8
- package/studios/software/examples/add-oauth-login/stages/development/state.json +9 -9
- package/studios/software/examples/add-oauth-login/stages/inception/state.json +10 -10
- package/studios/software/examples/add-oauth-login/stages/operations/state.json +5 -7
- package/studios/software/examples/add-oauth-login/stages/product/state.json +5 -7
- package/studios/software/examples/add-oauth-login/stages/security/state.json +5 -8
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"unit-02-oauth-flow"
|
|
8
|
-
],
|
|
9
|
-
"iteration": 0
|
|
2
|
+
"stage": "design",
|
|
3
|
+
"status": "complete",
|
|
4
|
+
"current_unit": null,
|
|
5
|
+
"completed_units": ["unit-01-login-screen", "unit-02-oauth-flow"],
|
|
6
|
+
"iteration": 0
|
|
10
7
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"stage": "development",
|
|
3
|
+
"status": "complete",
|
|
4
|
+
"current_unit": null,
|
|
5
|
+
"completed_units": [
|
|
6
|
+
"unit-01-oauth-provider",
|
|
7
|
+
"unit-02-login-ui",
|
|
8
|
+
"unit-03-session-mgmt"
|
|
9
|
+
],
|
|
10
|
+
"iteration": 0
|
|
11
11
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
"stage": "inception",
|
|
3
|
+
"status": "complete",
|
|
4
|
+
"current_unit": null,
|
|
5
|
+
"completed_units": [
|
|
6
|
+
"unit-01-oauth-provider-setup",
|
|
7
|
+
"unit-02-callback-handler",
|
|
8
|
+
"unit-03-session-management",
|
|
9
|
+
"unit-04-callback-error-handling"
|
|
10
|
+
],
|
|
11
|
+
"iteration": 0
|
|
12
12
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
],
|
|
8
|
-
"iteration": 0
|
|
2
|
+
"stage": "operations",
|
|
3
|
+
"status": "complete",
|
|
4
|
+
"current_unit": null,
|
|
5
|
+
"completed_units": ["unit-01-deploy-config"],
|
|
6
|
+
"iteration": 0
|
|
9
7
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
],
|
|
8
|
-
"iteration": 0
|
|
2
|
+
"stage": "product",
|
|
3
|
+
"status": "complete",
|
|
4
|
+
"current_unit": null,
|
|
5
|
+
"completed_units": ["unit-01-auth-spec"],
|
|
6
|
+
"iteration": 0
|
|
9
7
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"unit-02-pen-test"
|
|
8
|
-
],
|
|
9
|
-
"iteration": 0
|
|
2
|
+
"stage": "security",
|
|
3
|
+
"status": "complete",
|
|
4
|
+
"current_unit": null,
|
|
5
|
+
"completed_units": ["unit-01-threat-model", "unit-02-pen-test"],
|
|
6
|
+
"iteration": 0
|
|
10
7
|
}
|