@hunter-harness/workflow-harness 0.2.11 → 0.2.13
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/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/general/claude-code/contracts/workflow-policy.json +30 -0
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +6 -0
- package/harness/bundles/general/claude-code/harness-plan/reference.md +7 -2
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/checklist.md +3 -2
- package/harness/bundles/general/claude-code/harness-run/reference.md +6 -4
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-sync/reference.md +5 -4
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +282 -120
- package/harness/bundles/general/claude-code/scripts/harness_events.py +400 -24
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +585 -21
- package/harness/bundles/general/claude-code/scripts/harness_integration.py +403 -18
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +225 -29
- package/harness/bundles/general/claude-code/scripts/harness_phase.py +926 -0
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/general/claude-code/scripts/harness_profile.py +50 -0
- package/harness/bundles/general/claude-code/scripts/harness_runtime.py +248 -0
- package/harness/bundles/general/claude-code/scripts/harness_state.py +15 -2
- package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/general/claude-code/scripts/harness_workflow_policy.py +19 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +30 -0
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +6 -0
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +7 -2
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/checklist.md +3 -2
- package/harness/bundles/general/codebuddy/harness-run/reference.md +6 -4
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-sync/reference.md +5 -4
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +282 -120
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +400 -24
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +585 -21
- package/harness/bundles/general/codebuddy/scripts/harness_integration.py +403 -18
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +225 -29
- package/harness/bundles/general/codebuddy/scripts/harness_phase.py +926 -0
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/general/codebuddy/scripts/harness_profile.py +50 -0
- package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +248 -0
- package/harness/bundles/general/codebuddy/scripts/harness_state.py +15 -2
- package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/general/codebuddy/scripts/harness_workflow_policy.py +19 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/general/codex/contracts/workflow-policy.json +30 -0
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/codex/harness-plan/checklist.md +6 -0
- package/harness/bundles/general/codex/harness-plan/reference.md +7 -2
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/checklist.md +3 -2
- package/harness/bundles/general/codex/harness-run/reference.md +6 -4
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-sync/reference.md +5 -4
- package/harness/bundles/general/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codex/scripts/harness_archive.py +282 -120
- package/harness/bundles/general/codex/scripts/harness_events.py +400 -24
- package/harness/bundles/general/codex/scripts/harness_gate.py +585 -21
- package/harness/bundles/general/codex/scripts/harness_integration.py +403 -18
- package/harness/bundles/general/codex/scripts/harness_ledger.py +225 -29
- package/harness/bundles/general/codex/scripts/harness_phase.py +926 -0
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/general/codex/scripts/harness_profile.py +50 -0
- package/harness/bundles/general/codex/scripts/harness_runtime.py +248 -0
- package/harness/bundles/general/codex/scripts/harness_state.py +15 -2
- package/harness/bundles/general/codex/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/general/codex/scripts/harness_workflow_policy.py +19 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +30 -0
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/cursor/harness-plan/checklist.md +6 -0
- package/harness/bundles/general/cursor/harness-plan/reference.md +7 -2
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/checklist.md +3 -2
- package/harness/bundles/general/cursor/harness-run/reference.md +6 -4
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-sync/reference.md +5 -4
- package/harness/bundles/general/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/cursor/scripts/harness_archive.py +282 -120
- package/harness/bundles/general/cursor/scripts/harness_events.py +400 -24
- package/harness/bundles/general/cursor/scripts/harness_gate.py +585 -21
- package/harness/bundles/general/cursor/scripts/harness_integration.py +403 -18
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +225 -29
- package/harness/bundles/general/cursor/scripts/harness_phase.py +926 -0
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/general/cursor/scripts/harness_profile.py +50 -0
- package/harness/bundles/general/cursor/scripts/harness_runtime.py +248 -0
- package/harness/bundles/general/cursor/scripts/harness_state.py +15 -2
- package/harness/bundles/general/cursor/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/general/cursor/scripts/harness_workflow_policy.py +19 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/java/claude-code/contracts/workflow-policy.json +30 -0
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +6 -0
- package/harness/bundles/java/claude-code/harness-plan/reference.md +7 -2
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-sync/reference.md +5 -4
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +282 -120
- package/harness/bundles/java/claude-code/scripts/harness_events.py +400 -24
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +585 -21
- package/harness/bundles/java/claude-code/scripts/harness_integration.py +403 -18
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +225 -29
- package/harness/bundles/java/claude-code/scripts/harness_phase.py +926 -0
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/java/claude-code/scripts/harness_profile.py +50 -0
- package/harness/bundles/java/claude-code/scripts/harness_runtime.py +248 -0
- package/harness/bundles/java/claude-code/scripts/harness_state.py +15 -2
- package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/java/claude-code/scripts/harness_workflow_policy.py +19 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.json +30 -0
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +6 -0
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +7 -2
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-sync/reference.md +5 -4
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +282 -120
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +400 -24
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +585 -21
- package/harness/bundles/java/codebuddy/scripts/harness_integration.py +403 -18
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +225 -29
- package/harness/bundles/java/codebuddy/scripts/harness_phase.py +926 -0
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/java/codebuddy/scripts/harness_profile.py +50 -0
- package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +248 -0
- package/harness/bundles/java/codebuddy/scripts/harness_state.py +15 -2
- package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/java/codebuddy/scripts/harness_workflow_policy.py +19 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/java/codex/contracts/workflow-policy.json +30 -0
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/codex/harness-plan/checklist.md +6 -0
- package/harness/bundles/java/codex/harness-plan/reference.md +7 -2
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-sync/reference.md +5 -4
- package/harness/bundles/java/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codex/scripts/harness_archive.py +282 -120
- package/harness/bundles/java/codex/scripts/harness_events.py +400 -24
- package/harness/bundles/java/codex/scripts/harness_gate.py +585 -21
- package/harness/bundles/java/codex/scripts/harness_integration.py +403 -18
- package/harness/bundles/java/codex/scripts/harness_ledger.py +225 -29
- package/harness/bundles/java/codex/scripts/harness_phase.py +926 -0
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/java/codex/scripts/harness_profile.py +50 -0
- package/harness/bundles/java/codex/scripts/harness_runtime.py +248 -0
- package/harness/bundles/java/codex/scripts/harness_state.py +15 -2
- package/harness/bundles/java/codex/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/java/codex/scripts/harness_workflow_policy.py +19 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/ci-metrics.schema.json +36 -0
- package/harness/bundles/java/cursor/contracts/workflow-policy.json +30 -0
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/cursor/harness-plan/checklist.md +6 -0
- package/harness/bundles/java/cursor/harness-plan/reference.md +7 -2
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-sync/reference.md +5 -4
- package/harness/bundles/java/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/cursor/scripts/harness_archive.py +282 -120
- package/harness/bundles/java/cursor/scripts/harness_events.py +400 -24
- package/harness/bundles/java/cursor/scripts/harness_gate.py +585 -21
- package/harness/bundles/java/cursor/scripts/harness_integration.py +403 -18
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +225 -29
- package/harness/bundles/java/cursor/scripts/harness_phase.py +926 -0
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +361 -0
- package/harness/bundles/java/cursor/scripts/harness_profile.py +50 -0
- package/harness/bundles/java/cursor/scripts/harness_runtime.py +248 -0
- package/harness/bundles/java/cursor/scripts/harness_state.py +15 -2
- package/harness/bundles/java/cursor/scripts/harness_test_guard.py +188 -0
- package/harness/bundles/java/cursor/scripts/harness_workflow_policy.py +19 -0
- package/harness/manifests/general/claude-code.json +43 -27
- package/harness/manifests/general/codebuddy.json +43 -27
- package/harness/manifests/general/codex.json +43 -27
- package/harness/manifests/general/cursor.json +43 -27
- package/harness/manifests/java/claude-code.json +43 -27
- package/harness/manifests/java/codebuddy.json +43 -27
- package/harness/manifests/java/codex.json +43 -27
- package/harness/manifests/java/cursor.json +43 -27
- package/hunter-workflow-family.json +2 -2
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.13",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "7ba3907206e8a04ca14abbbf84324525baad346eb47ed383a9feae6087953725"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -25,9 +25,13 @@
|
|
|
25
25
|
"path": "CONTEXT.md",
|
|
26
26
|
"sha256": "19c75b493f6f760d0e607a88bd355acdd232fcb66660887ef94d10425f39507b"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"path": "contracts/ci-metrics.schema.json",
|
|
30
|
+
"sha256": "63e05a5ee620069dac7f63ab5780a07900114534c201e3f449b1bd8de9365757"
|
|
31
|
+
},
|
|
28
32
|
{
|
|
29
33
|
"path": "contracts/workflow-policy.json",
|
|
30
|
-
"sha256": "
|
|
34
|
+
"sha256": "3f39160c6905338a527170c0f15d83715ad56ac9fb449f4f568a6714ccdd3c9a"
|
|
31
35
|
},
|
|
32
36
|
{
|
|
33
37
|
"path": "harness-archive/checklist.md",
|
|
@@ -43,7 +47,7 @@
|
|
|
43
47
|
},
|
|
44
48
|
{
|
|
45
49
|
"path": "harness-archive/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
50
|
+
"sha256": "0c5b99c8165fb0a07a0208d496f02ee074aa22d514b78f36f0652139367fa478"
|
|
47
51
|
},
|
|
48
52
|
{
|
|
49
53
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -63,7 +67,7 @@
|
|
|
63
67
|
},
|
|
64
68
|
{
|
|
65
69
|
"path": "harness-codebase-map/SKILL.md",
|
|
66
|
-
"sha256": "
|
|
70
|
+
"sha256": "5548d2950d686071f5b107641a0fb7ea35cf75b7e2857a0ae688984f4d405c47"
|
|
67
71
|
},
|
|
68
72
|
{
|
|
69
73
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -127,15 +131,15 @@
|
|
|
127
131
|
},
|
|
128
132
|
{
|
|
129
133
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
134
|
+
"sha256": "45e505251f7c8e3460b50de184746656dbd14158c82f043125b8abd7f30f6cf0"
|
|
131
135
|
},
|
|
132
136
|
{
|
|
133
137
|
"path": "harness-knowledge-query/SKILL.md",
|
|
134
|
-
"sha256": "
|
|
138
|
+
"sha256": "656f439e2c057e4cb15fce6ed16182efc0db54b353e3599050613b374432fcc1"
|
|
135
139
|
},
|
|
136
140
|
{
|
|
137
141
|
"path": "harness-plan/checklist.md",
|
|
138
|
-
"sha256": "
|
|
142
|
+
"sha256": "897649058dea86440bcbf4fcb7f2323a6c361318da48737ca69b282f7a9b1870"
|
|
139
143
|
},
|
|
140
144
|
{
|
|
141
145
|
"path": "harness-plan/protocols.md",
|
|
@@ -143,11 +147,11 @@
|
|
|
143
147
|
},
|
|
144
148
|
{
|
|
145
149
|
"path": "harness-plan/reference.md",
|
|
146
|
-
"sha256": "
|
|
150
|
+
"sha256": "5f3ee154ad79f4b5906efffbd09f14d26ca629540002fb06e35208c21bd5efa4"
|
|
147
151
|
},
|
|
148
152
|
{
|
|
149
153
|
"path": "harness-plan/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
154
|
+
"sha256": "5f1b47f3f9c463e317afb0bf22bc18034f938af59d064795d9af9ba846526659"
|
|
151
155
|
},
|
|
152
156
|
{
|
|
153
157
|
"path": "harness-review/checklist.md",
|
|
@@ -163,11 +167,11 @@
|
|
|
163
167
|
},
|
|
164
168
|
{
|
|
165
169
|
"path": "harness-review/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
170
|
+
"sha256": "fb31a13a17626daa4997e8d5834c7344a18f5cb719cb2579e5470ceb7a600d07"
|
|
167
171
|
},
|
|
168
172
|
{
|
|
169
173
|
"path": "harness-run/checklist.md",
|
|
170
|
-
"sha256": "
|
|
174
|
+
"sha256": "091bde8a02224f8da1078c7022bb431c2ea696779efef5a8b9129b2e51522505"
|
|
171
175
|
},
|
|
172
176
|
{
|
|
173
177
|
"path": "harness-run/protocols.md",
|
|
@@ -175,11 +179,11 @@
|
|
|
175
179
|
},
|
|
176
180
|
{
|
|
177
181
|
"path": "harness-run/reference.md",
|
|
178
|
-
"sha256": "
|
|
182
|
+
"sha256": "2be487368210d50b22062cefcf6e9b4ef4ff2eb148531e0c85b180f41f2e8b33"
|
|
179
183
|
},
|
|
180
184
|
{
|
|
181
185
|
"path": "harness-run/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
186
|
+
"sha256": "6ebc781037dfdaad7f5523497d0106b6ccc314835d4e7f2cafce78b044d7553e"
|
|
183
187
|
},
|
|
184
188
|
{
|
|
185
189
|
"path": "harness-submit/checklist.md",
|
|
@@ -191,15 +195,15 @@
|
|
|
191
195
|
},
|
|
192
196
|
{
|
|
193
197
|
"path": "harness-submit/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
198
|
+
"sha256": "15b54c3c10a561f91eaa5f37223966034db5077f82da8069b73c73a99b5e07ca"
|
|
195
199
|
},
|
|
196
200
|
{
|
|
197
201
|
"path": "harness-sync/reference.md",
|
|
198
|
-
"sha256": "
|
|
202
|
+
"sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
|
|
199
203
|
},
|
|
200
204
|
{
|
|
201
205
|
"path": "harness-sync/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
206
|
+
"sha256": "7ac6790bfa9ee10944db089a79d2b1774a1e4261c69e2192d78cd65b7efd1d21"
|
|
203
207
|
},
|
|
204
208
|
{
|
|
205
209
|
"path": "harness-test/checklist.md",
|
|
@@ -223,7 +227,7 @@
|
|
|
223
227
|
},
|
|
224
228
|
{
|
|
225
229
|
"path": "harness-test/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
230
|
+
"sha256": "b8a3c8de520e4b0c1d75db3f7cc4b6953e92f4385fbfe6566b771af12883fcca"
|
|
227
231
|
},
|
|
228
232
|
{
|
|
229
233
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -267,7 +271,7 @@
|
|
|
267
271
|
},
|
|
268
272
|
{
|
|
269
273
|
"path": "scripts/harness_archive.py",
|
|
270
|
-
"sha256": "
|
|
274
|
+
"sha256": "b0c29fd8505de3ece4efa7415424c68564116a17f0ba9e3d2718f3ee0cdec0f2"
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
277
|
"path": "scripts/harness_change.py",
|
|
@@ -283,43 +287,55 @@
|
|
|
283
287
|
},
|
|
284
288
|
{
|
|
285
289
|
"path": "scripts/harness_events.py",
|
|
286
|
-
"sha256": "
|
|
290
|
+
"sha256": "287436f60ce4aded0869233f9148112d612b74e61d79d1d4be358f802751c736"
|
|
287
291
|
},
|
|
288
292
|
{
|
|
289
293
|
"path": "scripts/harness_gate.py",
|
|
290
|
-
"sha256": "
|
|
294
|
+
"sha256": "76c7a4e82d89ef121b47bcb3b3e7f180b9f421a9406bfb9d1de9cfbb9d27bfba"
|
|
291
295
|
},
|
|
292
296
|
{
|
|
293
297
|
"path": "scripts/harness_integration.py",
|
|
294
|
-
"sha256": "
|
|
298
|
+
"sha256": "8c4d143affe1fc37ea028cc9d85581774ddecc4849f298094f1d4d831f3929f7"
|
|
295
299
|
},
|
|
296
300
|
{
|
|
297
301
|
"path": "scripts/harness_ledger.py",
|
|
298
|
-
"sha256": "
|
|
302
|
+
"sha256": "28e87fbdbac579f87e7c374bce59c60e689c61d2ac1298b4fdd868562e2abbac"
|
|
299
303
|
},
|
|
300
304
|
{
|
|
301
305
|
"path": "scripts/harness_paths.py",
|
|
302
306
|
"sha256": "75560c0141172b335811014320001a299846e4fba45dd0589cba86da058ab01a"
|
|
303
307
|
},
|
|
308
|
+
{
|
|
309
|
+
"path": "scripts/harness_phase.py",
|
|
310
|
+
"sha256": "5f16f9b03dc01a08f3dbc0bb0a416856833836f4c3fcb2c4c0799a876079c43d"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"path": "scripts/harness_plan_finalize.py",
|
|
314
|
+
"sha256": "8557e392b34711811a7fa220a2c388c60fec79e916fbd61b42f3e6e6dc50b22c"
|
|
315
|
+
},
|
|
304
316
|
{
|
|
305
317
|
"path": "scripts/harness_preflight.py",
|
|
306
318
|
"sha256": "245f70d6c1f9979f2921e14e5d7a6078bd5126ae6c5d8c0bcd6cfd9c4fd8e135"
|
|
307
319
|
},
|
|
308
320
|
{
|
|
309
321
|
"path": "scripts/harness_profile.py",
|
|
310
|
-
"sha256": "
|
|
322
|
+
"sha256": "7c02010be79352e552d028ac7a5884f273b832af304cb2336824d41a4371a800"
|
|
311
323
|
},
|
|
312
324
|
{
|
|
313
325
|
"path": "scripts/harness_review.py",
|
|
314
326
|
"sha256": "78009e09b79867a13c66a8c71114b6cd04fe75c72054f5ec35d63c7be990bb04"
|
|
315
327
|
},
|
|
328
|
+
{
|
|
329
|
+
"path": "scripts/harness_runtime.py",
|
|
330
|
+
"sha256": "8959e8702bf703380dc2de92bf33aef3f9520d66ffd790c2295ce6cae1c28cab"
|
|
331
|
+
},
|
|
316
332
|
{
|
|
317
333
|
"path": "scripts/harness_service.py",
|
|
318
334
|
"sha256": "17c26b40ed3e7d110b74ef61e627fa0ad1bc84718a1721a066e6d72ee0e37649"
|
|
319
335
|
},
|
|
320
336
|
{
|
|
321
337
|
"path": "scripts/harness_state.py",
|
|
322
|
-
"sha256": "
|
|
338
|
+
"sha256": "5a35c8ceb1d1cbb1e52347f150139029dd78e57ed47b6d9f2a69066ce33b6084"
|
|
323
339
|
},
|
|
324
340
|
{
|
|
325
341
|
"path": "scripts/harness_sync.py",
|
|
@@ -327,11 +343,11 @@
|
|
|
327
343
|
},
|
|
328
344
|
{
|
|
329
345
|
"path": "scripts/harness_test_guard.py",
|
|
330
|
-
"sha256": "
|
|
346
|
+
"sha256": "1817c2b0ceeb14a98149e704decd4e6cbcaf16121f95320ef61cd36805abe03d"
|
|
331
347
|
},
|
|
332
348
|
{
|
|
333
349
|
"path": "scripts/harness_workflow_policy.py",
|
|
334
|
-
"sha256": "
|
|
350
|
+
"sha256": "a01530d0992cd589129b847c15f1d038cb54992387f694748c09fa182a2de240"
|
|
335
351
|
}
|
|
336
352
|
]
|
|
337
353
|
}
|
|
@@ -2,20 +2,24 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.13",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "ac6682b942794b357c82bd0cb84e490d91c79189bc3bb3c661f6a9baf2639bef"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "CONTEXT.md",
|
|
14
14
|
"sha256": "19c75b493f6f760d0e607a88bd355acdd232fcb66660887ef94d10425f39507b"
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"path": "contracts/ci-metrics.schema.json",
|
|
18
|
+
"sha256": "63e05a5ee620069dac7f63ab5780a07900114534c201e3f449b1bd8de9365757"
|
|
19
|
+
},
|
|
16
20
|
{
|
|
17
21
|
"path": "contracts/workflow-policy.json",
|
|
18
|
-
"sha256": "
|
|
22
|
+
"sha256": "3f39160c6905338a527170c0f15d83715ad56ac9fb449f4f568a6714ccdd3c9a"
|
|
19
23
|
},
|
|
20
24
|
{
|
|
21
25
|
"path": "harness-archive/checklist.md",
|
|
@@ -31,7 +35,7 @@
|
|
|
31
35
|
},
|
|
32
36
|
{
|
|
33
37
|
"path": "harness-archive/SKILL.md",
|
|
34
|
-
"sha256": "
|
|
38
|
+
"sha256": "ff07163c32422ff304d60bc9b2e04e8fb8b29f80f935d4bdd17b4d6eba79cfa9"
|
|
35
39
|
},
|
|
36
40
|
{
|
|
37
41
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -51,7 +55,7 @@
|
|
|
51
55
|
},
|
|
52
56
|
{
|
|
53
57
|
"path": "harness-codebase-map/SKILL.md",
|
|
54
|
-
"sha256": "
|
|
58
|
+
"sha256": "73c110c10188930dab9c98f8fd604211a91394f9923f2a8f57d0614bb673f2ad"
|
|
55
59
|
},
|
|
56
60
|
{
|
|
57
61
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -115,15 +119,15 @@
|
|
|
115
119
|
},
|
|
116
120
|
{
|
|
117
121
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
122
|
+
"sha256": "20dc3d5bfce53cf214bc0c3a98d6bd03e694929615a654f6cbeac37715c601c3"
|
|
119
123
|
},
|
|
120
124
|
{
|
|
121
125
|
"path": "harness-knowledge-query/SKILL.md",
|
|
122
|
-
"sha256": "
|
|
126
|
+
"sha256": "942f32f0847051dbd82d42e4b95dd28f29057f2722b1e22fe8c0c82f0059acdb"
|
|
123
127
|
},
|
|
124
128
|
{
|
|
125
129
|
"path": "harness-plan/checklist.md",
|
|
126
|
-
"sha256": "
|
|
130
|
+
"sha256": "897649058dea86440bcbf4fcb7f2323a6c361318da48737ca69b282f7a9b1870"
|
|
127
131
|
},
|
|
128
132
|
{
|
|
129
133
|
"path": "harness-plan/protocols.md",
|
|
@@ -131,11 +135,11 @@
|
|
|
131
135
|
},
|
|
132
136
|
{
|
|
133
137
|
"path": "harness-plan/reference.md",
|
|
134
|
-
"sha256": "
|
|
138
|
+
"sha256": "5f3ee154ad79f4b5906efffbd09f14d26ca629540002fb06e35208c21bd5efa4"
|
|
135
139
|
},
|
|
136
140
|
{
|
|
137
141
|
"path": "harness-plan/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
142
|
+
"sha256": "c6ed5c801c205fd39f138a830a36409ea268fdcb1c3d3cacf60af0903a72b42a"
|
|
139
143
|
},
|
|
140
144
|
{
|
|
141
145
|
"path": "harness-review/checklist.md",
|
|
@@ -151,11 +155,11 @@
|
|
|
151
155
|
},
|
|
152
156
|
{
|
|
153
157
|
"path": "harness-review/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
158
|
+
"sha256": "5ad79cb242c6e37afdd3cdd0a454af60991f214437bc00e77c193687d15c59a4"
|
|
155
159
|
},
|
|
156
160
|
{
|
|
157
161
|
"path": "harness-run/checklist.md",
|
|
158
|
-
"sha256": "
|
|
162
|
+
"sha256": "091bde8a02224f8da1078c7022bb431c2ea696779efef5a8b9129b2e51522505"
|
|
159
163
|
},
|
|
160
164
|
{
|
|
161
165
|
"path": "harness-run/protocols.md",
|
|
@@ -163,11 +167,11 @@
|
|
|
163
167
|
},
|
|
164
168
|
{
|
|
165
169
|
"path": "harness-run/reference.md",
|
|
166
|
-
"sha256": "
|
|
170
|
+
"sha256": "2be487368210d50b22062cefcf6e9b4ef4ff2eb148531e0c85b180f41f2e8b33"
|
|
167
171
|
},
|
|
168
172
|
{
|
|
169
173
|
"path": "harness-run/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
174
|
+
"sha256": "7549b8dad14c8cd44fd2e5784224211efb95321ff498d2c47b8d12d6433ded1d"
|
|
171
175
|
},
|
|
172
176
|
{
|
|
173
177
|
"path": "harness-submit/checklist.md",
|
|
@@ -179,15 +183,15 @@
|
|
|
179
183
|
},
|
|
180
184
|
{
|
|
181
185
|
"path": "harness-submit/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
186
|
+
"sha256": "15ac74db5f70977c471859788e18efe2cad26cd7035a1bd289c9e9b9b370a285"
|
|
183
187
|
},
|
|
184
188
|
{
|
|
185
189
|
"path": "harness-sync/reference.md",
|
|
186
|
-
"sha256": "
|
|
190
|
+
"sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
|
|
187
191
|
},
|
|
188
192
|
{
|
|
189
193
|
"path": "harness-sync/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
194
|
+
"sha256": "a18d5cb7c37a0d430b3417ff3e906a332f61ed40069cfbcbf0352c1ebc46a75e"
|
|
191
195
|
},
|
|
192
196
|
{
|
|
193
197
|
"path": "harness-test/checklist.md",
|
|
@@ -211,7 +215,7 @@
|
|
|
211
215
|
},
|
|
212
216
|
{
|
|
213
217
|
"path": "harness-test/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
218
|
+
"sha256": "c5197d3842290a0e40badea6059666167ed0d3e42a285bcf0aef6b29d82e064c"
|
|
215
219
|
},
|
|
216
220
|
{
|
|
217
221
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -255,7 +259,7 @@
|
|
|
255
259
|
},
|
|
256
260
|
{
|
|
257
261
|
"path": "scripts/harness_archive.py",
|
|
258
|
-
"sha256": "
|
|
262
|
+
"sha256": "b0c29fd8505de3ece4efa7415424c68564116a17f0ba9e3d2718f3ee0cdec0f2"
|
|
259
263
|
},
|
|
260
264
|
{
|
|
261
265
|
"path": "scripts/harness_change.py",
|
|
@@ -271,43 +275,55 @@
|
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
277
|
"path": "scripts/harness_events.py",
|
|
274
|
-
"sha256": "
|
|
278
|
+
"sha256": "287436f60ce4aded0869233f9148112d612b74e61d79d1d4be358f802751c736"
|
|
275
279
|
},
|
|
276
280
|
{
|
|
277
281
|
"path": "scripts/harness_gate.py",
|
|
278
|
-
"sha256": "
|
|
282
|
+
"sha256": "76c7a4e82d89ef121b47bcb3b3e7f180b9f421a9406bfb9d1de9cfbb9d27bfba"
|
|
279
283
|
},
|
|
280
284
|
{
|
|
281
285
|
"path": "scripts/harness_integration.py",
|
|
282
|
-
"sha256": "
|
|
286
|
+
"sha256": "8c4d143affe1fc37ea028cc9d85581774ddecc4849f298094f1d4d831f3929f7"
|
|
283
287
|
},
|
|
284
288
|
{
|
|
285
289
|
"path": "scripts/harness_ledger.py",
|
|
286
|
-
"sha256": "
|
|
290
|
+
"sha256": "28e87fbdbac579f87e7c374bce59c60e689c61d2ac1298b4fdd868562e2abbac"
|
|
287
291
|
},
|
|
288
292
|
{
|
|
289
293
|
"path": "scripts/harness_paths.py",
|
|
290
294
|
"sha256": "75560c0141172b335811014320001a299846e4fba45dd0589cba86da058ab01a"
|
|
291
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"path": "scripts/harness_phase.py",
|
|
298
|
+
"sha256": "5f16f9b03dc01a08f3dbc0bb0a416856833836f4c3fcb2c4c0799a876079c43d"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"path": "scripts/harness_plan_finalize.py",
|
|
302
|
+
"sha256": "8557e392b34711811a7fa220a2c388c60fec79e916fbd61b42f3e6e6dc50b22c"
|
|
303
|
+
},
|
|
292
304
|
{
|
|
293
305
|
"path": "scripts/harness_preflight.py",
|
|
294
306
|
"sha256": "245f70d6c1f9979f2921e14e5d7a6078bd5126ae6c5d8c0bcd6cfd9c4fd8e135"
|
|
295
307
|
},
|
|
296
308
|
{
|
|
297
309
|
"path": "scripts/harness_profile.py",
|
|
298
|
-
"sha256": "
|
|
310
|
+
"sha256": "7c02010be79352e552d028ac7a5884f273b832af304cb2336824d41a4371a800"
|
|
299
311
|
},
|
|
300
312
|
{
|
|
301
313
|
"path": "scripts/harness_review.py",
|
|
302
314
|
"sha256": "78009e09b79867a13c66a8c71114b6cd04fe75c72054f5ec35d63c7be990bb04"
|
|
303
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"path": "scripts/harness_runtime.py",
|
|
318
|
+
"sha256": "8959e8702bf703380dc2de92bf33aef3f9520d66ffd790c2295ce6cae1c28cab"
|
|
319
|
+
},
|
|
304
320
|
{
|
|
305
321
|
"path": "scripts/harness_service.py",
|
|
306
322
|
"sha256": "17c26b40ed3e7d110b74ef61e627fa0ad1bc84718a1721a066e6d72ee0e37649"
|
|
307
323
|
},
|
|
308
324
|
{
|
|
309
325
|
"path": "scripts/harness_state.py",
|
|
310
|
-
"sha256": "
|
|
326
|
+
"sha256": "5a35c8ceb1d1cbb1e52347f150139029dd78e57ed47b6d9f2a69066ce33b6084"
|
|
311
327
|
},
|
|
312
328
|
{
|
|
313
329
|
"path": "scripts/harness_sync.py",
|
|
@@ -315,11 +331,11 @@
|
|
|
315
331
|
},
|
|
316
332
|
{
|
|
317
333
|
"path": "scripts/harness_test_guard.py",
|
|
318
|
-
"sha256": "
|
|
334
|
+
"sha256": "1817c2b0ceeb14a98149e704decd4e6cbcaf16121f95320ef61cd36805abe03d"
|
|
319
335
|
},
|
|
320
336
|
{
|
|
321
337
|
"path": "scripts/harness_workflow_policy.py",
|
|
322
|
-
"sha256": "
|
|
338
|
+
"sha256": "a01530d0992cd589129b847c15f1d038cb54992387f694748c09fa182a2de240"
|
|
323
339
|
}
|
|
324
340
|
]
|
|
325
341
|
}
|
|
@@ -2,20 +2,24 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.13",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "7e7403ba71ab6588d7d3fbd836fef5dc2a2b2f5d8d5d73c23e6c7153fb635bd2"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "CONTEXT.md",
|
|
14
14
|
"sha256": "19c75b493f6f760d0e607a88bd355acdd232fcb66660887ef94d10425f39507b"
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"path": "contracts/ci-metrics.schema.json",
|
|
18
|
+
"sha256": "63e05a5ee620069dac7f63ab5780a07900114534c201e3f449b1bd8de9365757"
|
|
19
|
+
},
|
|
16
20
|
{
|
|
17
21
|
"path": "contracts/workflow-policy.json",
|
|
18
|
-
"sha256": "
|
|
22
|
+
"sha256": "3f39160c6905338a527170c0f15d83715ad56ac9fb449f4f568a6714ccdd3c9a"
|
|
19
23
|
},
|
|
20
24
|
{
|
|
21
25
|
"path": "harness-archive/checklist.md",
|
|
@@ -31,7 +35,7 @@
|
|
|
31
35
|
},
|
|
32
36
|
{
|
|
33
37
|
"path": "harness-archive/SKILL.md",
|
|
34
|
-
"sha256": "
|
|
38
|
+
"sha256": "c2ad19bde82f750716044b4b434c2ea0ae1991b90fd407b0b46a7896cb3f4cb5"
|
|
35
39
|
},
|
|
36
40
|
{
|
|
37
41
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -51,7 +55,7 @@
|
|
|
51
55
|
},
|
|
52
56
|
{
|
|
53
57
|
"path": "harness-codebase-map/SKILL.md",
|
|
54
|
-
"sha256": "
|
|
58
|
+
"sha256": "f26d849f1b834f23a679c7cd0a4110bfafce3805df6835de95c36defae58d617"
|
|
55
59
|
},
|
|
56
60
|
{
|
|
57
61
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -115,15 +119,15 @@
|
|
|
115
119
|
},
|
|
116
120
|
{
|
|
117
121
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
122
|
+
"sha256": "7e384e38edc1b4f1e5a0ec64c0253c548851de69011a008762c695f8f6663891"
|
|
119
123
|
},
|
|
120
124
|
{
|
|
121
125
|
"path": "harness-knowledge-query/SKILL.md",
|
|
122
|
-
"sha256": "
|
|
126
|
+
"sha256": "75652c89a6a7091c0d9ef34dce2531e233ca6bda16d7210857d6d1138ec2c62a"
|
|
123
127
|
},
|
|
124
128
|
{
|
|
125
129
|
"path": "harness-plan/checklist.md",
|
|
126
|
-
"sha256": "
|
|
130
|
+
"sha256": "897649058dea86440bcbf4fcb7f2323a6c361318da48737ca69b282f7a9b1870"
|
|
127
131
|
},
|
|
128
132
|
{
|
|
129
133
|
"path": "harness-plan/protocols.md",
|
|
@@ -131,11 +135,11 @@
|
|
|
131
135
|
},
|
|
132
136
|
{
|
|
133
137
|
"path": "harness-plan/reference.md",
|
|
134
|
-
"sha256": "
|
|
138
|
+
"sha256": "5f3ee154ad79f4b5906efffbd09f14d26ca629540002fb06e35208c21bd5efa4"
|
|
135
139
|
},
|
|
136
140
|
{
|
|
137
141
|
"path": "harness-plan/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
142
|
+
"sha256": "a48ac49c54f99f5dd051b526bb5e36c0ec967b8b0dea61e57f19c0140e3bc0df"
|
|
139
143
|
},
|
|
140
144
|
{
|
|
141
145
|
"path": "harness-review/checklist.md",
|
|
@@ -151,11 +155,11 @@
|
|
|
151
155
|
},
|
|
152
156
|
{
|
|
153
157
|
"path": "harness-review/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
158
|
+
"sha256": "0410e5988c5d18c7db7593e1155e7209b06a166f1d5869db4e259ffae6bbfc57"
|
|
155
159
|
},
|
|
156
160
|
{
|
|
157
161
|
"path": "harness-run/checklist.md",
|
|
158
|
-
"sha256": "
|
|
162
|
+
"sha256": "091bde8a02224f8da1078c7022bb431c2ea696779efef5a8b9129b2e51522505"
|
|
159
163
|
},
|
|
160
164
|
{
|
|
161
165
|
"path": "harness-run/protocols.md",
|
|
@@ -163,11 +167,11 @@
|
|
|
163
167
|
},
|
|
164
168
|
{
|
|
165
169
|
"path": "harness-run/reference.md",
|
|
166
|
-
"sha256": "
|
|
170
|
+
"sha256": "2be487368210d50b22062cefcf6e9b4ef4ff2eb148531e0c85b180f41f2e8b33"
|
|
167
171
|
},
|
|
168
172
|
{
|
|
169
173
|
"path": "harness-run/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
174
|
+
"sha256": "170d9a41cd2aa5492f8a7c325b9c78792b526f65e944329c3766c1589ec55bd1"
|
|
171
175
|
},
|
|
172
176
|
{
|
|
173
177
|
"path": "harness-submit/checklist.md",
|
|
@@ -179,15 +183,15 @@
|
|
|
179
183
|
},
|
|
180
184
|
{
|
|
181
185
|
"path": "harness-submit/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
186
|
+
"sha256": "ccdecfa782f998fc2843675e68642024061e0f7e2fc8a1a003676ee1e9b0e51c"
|
|
183
187
|
},
|
|
184
188
|
{
|
|
185
189
|
"path": "harness-sync/reference.md",
|
|
186
|
-
"sha256": "
|
|
190
|
+
"sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
|
|
187
191
|
},
|
|
188
192
|
{
|
|
189
193
|
"path": "harness-sync/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
194
|
+
"sha256": "72bcef4ef39f1a4576e5bf0694c4fc47cfae93a837f4c23abb3b1e5d5fadb3b0"
|
|
191
195
|
},
|
|
192
196
|
{
|
|
193
197
|
"path": "harness-test/checklist.md",
|
|
@@ -211,7 +215,7 @@
|
|
|
211
215
|
},
|
|
212
216
|
{
|
|
213
217
|
"path": "harness-test/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
218
|
+
"sha256": "2119b4c8a6974fd261b384ed9a2ac119bdfb56d72bacd1aaa85bb20ce78b1fcd"
|
|
215
219
|
},
|
|
216
220
|
{
|
|
217
221
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -255,7 +259,7 @@
|
|
|
255
259
|
},
|
|
256
260
|
{
|
|
257
261
|
"path": "scripts/harness_archive.py",
|
|
258
|
-
"sha256": "
|
|
262
|
+
"sha256": "b0c29fd8505de3ece4efa7415424c68564116a17f0ba9e3d2718f3ee0cdec0f2"
|
|
259
263
|
},
|
|
260
264
|
{
|
|
261
265
|
"path": "scripts/harness_change.py",
|
|
@@ -271,43 +275,55 @@
|
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
277
|
"path": "scripts/harness_events.py",
|
|
274
|
-
"sha256": "
|
|
278
|
+
"sha256": "287436f60ce4aded0869233f9148112d612b74e61d79d1d4be358f802751c736"
|
|
275
279
|
},
|
|
276
280
|
{
|
|
277
281
|
"path": "scripts/harness_gate.py",
|
|
278
|
-
"sha256": "
|
|
282
|
+
"sha256": "76c7a4e82d89ef121b47bcb3b3e7f180b9f421a9406bfb9d1de9cfbb9d27bfba"
|
|
279
283
|
},
|
|
280
284
|
{
|
|
281
285
|
"path": "scripts/harness_integration.py",
|
|
282
|
-
"sha256": "
|
|
286
|
+
"sha256": "8c4d143affe1fc37ea028cc9d85581774ddecc4849f298094f1d4d831f3929f7"
|
|
283
287
|
},
|
|
284
288
|
{
|
|
285
289
|
"path": "scripts/harness_ledger.py",
|
|
286
|
-
"sha256": "
|
|
290
|
+
"sha256": "28e87fbdbac579f87e7c374bce59c60e689c61d2ac1298b4fdd868562e2abbac"
|
|
287
291
|
},
|
|
288
292
|
{
|
|
289
293
|
"path": "scripts/harness_paths.py",
|
|
290
294
|
"sha256": "75560c0141172b335811014320001a299846e4fba45dd0589cba86da058ab01a"
|
|
291
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"path": "scripts/harness_phase.py",
|
|
298
|
+
"sha256": "5f16f9b03dc01a08f3dbc0bb0a416856833836f4c3fcb2c4c0799a876079c43d"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"path": "scripts/harness_plan_finalize.py",
|
|
302
|
+
"sha256": "8557e392b34711811a7fa220a2c388c60fec79e916fbd61b42f3e6e6dc50b22c"
|
|
303
|
+
},
|
|
292
304
|
{
|
|
293
305
|
"path": "scripts/harness_preflight.py",
|
|
294
306
|
"sha256": "245f70d6c1f9979f2921e14e5d7a6078bd5126ae6c5d8c0bcd6cfd9c4fd8e135"
|
|
295
307
|
},
|
|
296
308
|
{
|
|
297
309
|
"path": "scripts/harness_profile.py",
|
|
298
|
-
"sha256": "
|
|
310
|
+
"sha256": "7c02010be79352e552d028ac7a5884f273b832af304cb2336824d41a4371a800"
|
|
299
311
|
},
|
|
300
312
|
{
|
|
301
313
|
"path": "scripts/harness_review.py",
|
|
302
314
|
"sha256": "78009e09b79867a13c66a8c71114b6cd04fe75c72054f5ec35d63c7be990bb04"
|
|
303
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"path": "scripts/harness_runtime.py",
|
|
318
|
+
"sha256": "8959e8702bf703380dc2de92bf33aef3f9520d66ffd790c2295ce6cae1c28cab"
|
|
319
|
+
},
|
|
304
320
|
{
|
|
305
321
|
"path": "scripts/harness_service.py",
|
|
306
322
|
"sha256": "17c26b40ed3e7d110b74ef61e627fa0ad1bc84718a1721a066e6d72ee0e37649"
|
|
307
323
|
},
|
|
308
324
|
{
|
|
309
325
|
"path": "scripts/harness_state.py",
|
|
310
|
-
"sha256": "
|
|
326
|
+
"sha256": "5a35c8ceb1d1cbb1e52347f150139029dd78e57ed47b6d9f2a69066ce33b6084"
|
|
311
327
|
},
|
|
312
328
|
{
|
|
313
329
|
"path": "scripts/harness_sync.py",
|
|
@@ -315,11 +331,11 @@
|
|
|
315
331
|
},
|
|
316
332
|
{
|
|
317
333
|
"path": "scripts/harness_test_guard.py",
|
|
318
|
-
"sha256": "
|
|
334
|
+
"sha256": "1817c2b0ceeb14a98149e704decd4e6cbcaf16121f95320ef61cd36805abe03d"
|
|
319
335
|
},
|
|
320
336
|
{
|
|
321
337
|
"path": "scripts/harness_workflow_policy.py",
|
|
322
|
-
"sha256": "
|
|
338
|
+
"sha256": "a01530d0992cd589129b847c15f1d038cb54992387f694748c09fa182a2de240"
|
|
323
339
|
}
|
|
324
340
|
]
|
|
325
341
|
}
|