chati-dev 4.5.16 → 4.5.28
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 +8 -3
- package/bin/chati.js +124 -66
- package/framework/agents/build/dev.md +5 -5
- package/framework/agents/deploy/devops.md +7 -7
- package/framework/agents/discover/brief.md +4 -4
- package/framework/agents/discover/brownfield-wu.md +3 -3
- package/framework/agents/discover/greenfield-wu.md +3 -3
- package/framework/agents/plan/architect.md +2 -2
- package/framework/agents/plan/detail.md +4 -4
- package/framework/agents/plan/phases.md +2 -2
- package/framework/agents/plan/tasks.md +2 -2
- package/framework/agents/plan/ux.md +2 -2
- package/framework/agents/quality/qa-implementation.md +11 -10
- package/framework/agents/quality/qa-planning.md +3 -3
- package/framework/agents/quality/qa-visual.md +1 -1
- package/framework/config.yaml +3 -3
- package/framework/constitution.md +18 -18
- package/framework/context/protocols.md +1 -1
- package/framework/context/quality.md +1 -1
- package/framework/context/root.md +4 -4
- package/framework/data/entity-registry.yaml +1 -1
- package/framework/domains/agents/orchestrator.yaml +2 -2
- package/framework/domains/constitution.yaml +1 -1
- package/framework/hooks/advance-trigger.js +4 -6
- package/framework/hooks/git-push-authority.js +45 -37
- package/framework/hooks/mode-governance.js +149 -40
- package/framework/hooks/model-governance.js +13 -20
- package/framework/hooks/prism-engine.js +74 -92
- package/framework/hooks/reasoning-escalator.js +23 -40
- package/framework/hooks/session-digest.js +12 -13
- package/framework/hooks/session-reader.js +224 -0
- package/framework/hooks/session-writer.js +195 -0
- package/framework/hooks/team-quality-gate.js +34 -24
- package/framework/i18n/en.yaml +2 -2
- package/framework/i18n/es.yaml +2 -2
- package/framework/i18n/fr.yaml +2 -2
- package/framework/i18n/pt.yaml +2 -2
- package/framework/intelligence/context-engine.md +4 -4
- package/framework/intelligence/memory-layer.md +1 -1
- package/framework/manifest.json +129 -119
- package/framework/manifest.sig +1 -1
- package/framework/orchestrator/chati-router.js +252 -25
- package/framework/orchestrator/chati.md +238 -70
- package/framework/schemas/session.schema.json +1 -1
- package/framework/tasks/orchestrator-deviation.md +1 -1
- package/framework/tasks/orchestrator-escalate.md +1 -1
- package/framework/tasks/orchestrator-handoff.md +6 -6
- package/framework/tasks/orchestrator-health.md +5 -9
- package/framework/tasks/orchestrator-mode-switch.md +3 -7
- package/framework/tasks/orchestrator-resume.md +10 -14
- package/framework/tasks/orchestrator-route.md +3 -3
- package/framework/tasks/orchestrator-spawn-terminal.md +1 -1
- package/framework/tasks/orchestrator-status.md +9 -9
- package/framework/tasks/orchestrator-suggest-mode.md +1 -1
- package/framework/tasks/qa-impl-consolidate.md +2 -2
- package/framework/tasks/qa-impl-performance-test.md +4 -4
- package/framework/tasks/qa-impl-regression-check.md +4 -4
- package/framework/tasks/qa-impl-sast-scan.md +1 -1
- package/framework/tasks/qa-impl-test-execute.md +1 -1
- package/framework/tasks/qa-impl-verdict.md +2 -2
- package/framework/tasks/qa-planning-consolidate.md +3 -3
- package/framework/tasks/qa-planning-coverage-plan.md +2 -2
- package/framework/tasks/qa-planning-gate-define.md +4 -4
- package/framework/tasks/qa-planning-risk-matrix.md +4 -4
- package/framework/tasks/qa-planning-test-strategy.md +2 -2
- package/node_modules/@chati/browser-capability/src/index.js +12 -2
- package/node_modules/@chati/planning/src/index.js +24 -4
- package/node_modules/@chati/provider-registry/src/index.js +11 -0
- package/node_modules/@chati/rail/src/index.js +1967 -83
- package/node_modules/@chati/release-lane/README.md +12 -8
- package/node_modules/@chati/release-lane/package.json +1 -1
- package/node_modules/@chati/release-lane/src/index.js +1426 -58
- package/node_modules/@chati/review-council/src/index.js +63 -0
- package/node_modules/@chati/tracking-clickup/README.md +13 -0
- package/node_modules/@chati/tracking-clickup/src/index.js +690 -30
- package/package-artifact-manifest.json +1 -0
- package/package-artifact-manifest.sig +1 -0
- package/package.json +16 -7
- package/scripts/verify-real-harness-e2e.js +1581 -0
- package/src/config/framework-adapter.js +4 -4
- package/src/installer/core.js +148 -53
- package/src/installer/manifest.js +140 -9
- package/src/installer/package-artifact.js +249 -0
- package/src/installer/templates.js +65 -20
- package/src/installer-v2/catalog-client.js +531 -23
- package/src/installer-v2/index.js +91 -34
- package/src/installer-v2/installation-authority.js +327 -0
- package/src/installer-v2/provider-executable.js +247 -0
- package/src/installer-v2/wizard-installation.js +1 -1
- package/src/orchestrator/browser-runtime.js +44 -13
- package/src/orchestrator/cli.js +1545 -174
- package/src/orchestrator/clickup-projection.js +43 -1
- package/src/orchestrator/clickup-runtime.js +355 -39
- package/src/orchestrator/doctor.js +16 -3
- package/src/orchestrator/index.js +16 -0
- package/src/orchestrator/planning-runtime.js +20 -2
- package/src/orchestrator/rail-adjudication-evidence.js +234 -0
- package/src/orchestrator/rail-evidence-authority.js +147 -0
- package/src/orchestrator/rail-execution-evidence.js +45 -0
- package/src/orchestrator/rail-runtime.js +836 -56
- package/src/orchestrator/release-runtime.js +65 -6
- package/src/orchestrator/review-runtime.js +186 -41
- package/src/orchestrator/runtime-installation-v2.js +236 -20
- package/src/orchestrator/session-manager.js +1167 -53
- package/src/terminal/adapters/claude-adapter.js +3 -1
- package/src/terminal/adapters/codex-adapter.js +2 -0
- package/src/terminal/adapters/grok-adapter.js +7 -4
- package/src/terminal/handoff-parser.js +19 -1
- package/src/terminal/prompt-builder.js +9 -1
- package/src/terminal/provider-preflight.js +36 -3
- package/src/terminal/rail-execution-worktree.js +213 -0
- package/src/terminal/rail-prompts.js +169 -0
- package/src/terminal/rail-readonly-workspace.js +324 -0
- package/src/terminal/run-agent.js +384 -24
- package/src/terminal/run-parallel.js +5 -0
- package/src/terminal/run-rail-adjudication.js +323 -0
- package/src/terminal/run-rail-review.js +291 -0
- package/src/terminal/run-rail-rework.js +325 -0
- package/src/terminal/run-rail-task.js +380 -0
- package/src/terminal/run-team.js +5 -0
- package/src/terminal/spawner.js +1225 -77
- package/src/wizard/index.js +3 -2
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
# CHATI Release Lane
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
C-11 release authority. The package has no built-in network client, credential loader, deployment command or timer. External release and rollback I/O is possible only through a minted `ReleaseTransport`; tests use `FakeReleaseTransport`.
|
|
4
4
|
|
|
5
|
-
`ReleaseLane` creates immutable hash-chained records. A release
|
|
5
|
+
`ReleaseLane` creates immutable hash-chained records and durable idempotency state. A production release requires C-06 completion references verified as `merged`, exact Git result refs, an immutable plan, Ed25519 smoke evidence bound to the operation scope, environment and released commits, plus separately signed human authorization for the exact scope. Signed smoke evidence must be at most 30 minutes old, allows at most five minutes of future clock skew and is consumed exactly once when intent becomes durable, including across restart and `not_found` reconciliation. Rollback is a distinct attempt with its own authorization, smoke proof and idempotency key. Uncertain external results must be reconciled by lookup before any resend. The package rejects accessors and non-plain nested inputs before canonicalization or persistence.
|
|
6
|
+
|
|
7
|
+
`FakeSmokeEvidenceVerifier` and `FakeReleaseTransport` are fixture capabilities. The project runtime in `@chati/dev` constructs the production lane with `SignedSmokeEvidenceVerifier` and `SignedHumanAuthorizationVerifier`; caller-authored verdicts or evidence refs are not sufficient.
|
|
8
|
+
|
|
9
|
+
Durable journal, outbox and release locks are recovered automatically only when the owner is provably dead on the same host. A foreign-host lock fails closed. Before removing that exact lock manually, an operator must verify on the named host that its owner process is gone and that no operation remains in flight. This deliberate procedure prevents split-brain execution across hosts.
|
|
6
10
|
|
|
7
11
|
## Legacy removal readiness
|
|
8
12
|
|
|
9
13
|
| Legacy surface | Replacement in G3 | Parity and migration evidence | Rollback | Responsibility | Status |
|
|
10
14
|
| --- | --- | --- | --- | --- | --- |
|
|
11
|
-
| BUILD agent | `chati-rail` execution attempt | G3-4
|
|
12
|
-
| QA Implementation | `chati-review-council` plus RAIL completion | G3-5
|
|
13
|
-
| QA Visual | browser capability contract | G3-7B fixtures, real visual parity
|
|
14
|
-
| DevOps / release |
|
|
15
|
-
| Legacy hooks | provider-neutral policy and adapters | G3-9 migration
|
|
16
|
-
| Provider maps | provider registry and harness adapters | G3-1 to G3-3
|
|
15
|
+
| BUILD agent | `chati-rail` execution attempt | G3-4 and G3-9 fixtures | legacy remains intact | Gabriel, technical policy | shadow-verified |
|
|
16
|
+
| QA Implementation | `chati-review-council` plus RAIL completion | G3-5 and G3-9 fixtures | legacy remains intact | Gabriel, technical policy | shadow-verified |
|
|
17
|
+
| QA Visual | browser capability contract | G3-7B fixtures, real visual parity remains a release gate | legacy remains intact | Gabriel, browser policy | shadow-only |
|
|
18
|
+
| DevOps / release | signed release lane plus injected transport | C-11 signed smoke, authorization, idempotency and reconciliation tests | legacy remains intact | Gabriel, release policy | authority-ready, transport-injected |
|
|
19
|
+
| Legacy hooks | provider-neutral policy and adapters | G3-9 migration fixtures | legacy remains intact | Gabriel, CHATI core | shadow-verified |
|
|
20
|
+
| Provider maps | signed provider registry and harness adapters | G3-1 to G3-3 plus selected-only parity | legacy remains intact | Gabriel, CHATI core | shadow-verified |
|
|
17
21
|
|
|
18
22
|
No row is `ready-for-removal`. This matrix is not authorization to delete or deploy.
|
|
19
23
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@chati/release-lane",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"private": true,
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Signed, durable and reconcilable release and rollback authority for CHATI",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": "./src/index.js",
|
|
8
8
|
"dependencies": {
|