lossless-openclaw-orchestrator 1.2.0-beta.3 → 1.2.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.
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Release Notes 1.2.0
|
|
2
|
+
|
|
3
|
+
`1.2.0` is the first stable release for the LCO 1.2 prepared-state sprint and
|
|
4
|
+
Codex-first local orchestration. It promotes the scoped beta.3 work to the
|
|
5
|
+
stable npm `latest` channel after the 1.2 tracker, cockpit epic, release
|
|
6
|
+
finalization, and public-claim gates closed cleanly.
|
|
7
|
+
|
|
8
|
+
This release is focused on local Codex sessions. Prepared state remains an
|
|
9
|
+
advisory local derived cache, not source authority for PR, CI, release,
|
|
10
|
+
runtime, customer, or business truth.
|
|
11
|
+
|
|
12
|
+
## What Changed
|
|
13
|
+
|
|
14
|
+
- Adds additive prepared-state storage for source events, source ranges,
|
|
15
|
+
summary leaves, summary edges, prepared cards, watcher observations, hook
|
|
16
|
+
capture packets, and state-prep jobs.
|
|
17
|
+
- Adds deterministic summary leaves from user prompts, proposed plans, finals,
|
|
18
|
+
closeout envelopes, touched-file metadata, tool-call metadata, and compaction
|
|
19
|
+
markers while ignoring huge raw tool-call payloads by default.
|
|
20
|
+
- Adds bounded summary expansion with source ranges, max-depth and max-node
|
|
21
|
+
limits, cycle rejection, and explicit omission markers.
|
|
22
|
+
- Adds prepared cards and prepared inbox routing with freshness, confidence,
|
|
23
|
+
privacy class, source coverage, authority coverage, and stale/partial/unknown
|
|
24
|
+
downgrades.
|
|
25
|
+
- Adds persisted watcher observations and an execute-false local attention queue
|
|
26
|
+
for safe advisory automation.
|
|
27
|
+
- Adds hook sidecar commands for closeout capture, state prep, and compaction
|
|
28
|
+
marker capture without opening transcript paths by default.
|
|
29
|
+
- Adds OpenClaw gateway dogfood coverage for the prepared-state workflow.
|
|
30
|
+
- Adds optional local model compaction spike gates and a Codex-native
|
|
31
|
+
compaction-summary capture proposal without claiming true native capture.
|
|
32
|
+
- Adds semantic lifecycle states for prepared cards and prepared inbox routing:
|
|
33
|
+
`completed`, `blocked_missing_info`, `waiting_approval`,
|
|
34
|
+
`watching_external_check`, `needs_resume`, `dirty_worktree_handoff`,
|
|
35
|
+
`ready_for_review`, `stale_or_partial`, and `unknown_lifecycle`.
|
|
36
|
+
- Exposes the lifecycle state enum through the shared core registry, MCP tool
|
|
37
|
+
schema, OpenClaw plugin manifests, and OpenClaw gateway smoke validation.
|
|
38
|
+
- Adds deterministic lifecycle reason codes, lifecycle-aware next actions, and
|
|
39
|
+
urgency ranking for advisory prepared cards.
|
|
40
|
+
- Adds a completed-card summary counter so finished lanes remain visible in
|
|
41
|
+
prepared-card summaries.
|
|
42
|
+
- Tightens lifecycle classification so generic words such as `resume`,
|
|
43
|
+
`monitor`, and `ci` do not become lifecycle states without operator-action
|
|
44
|
+
context.
|
|
45
|
+
- Fixes completed prepared-card target coverage so a fresh public completed card
|
|
46
|
+
counts as target coverage `ok` and does not make `loo_prepared_state_status`
|
|
47
|
+
report stale/partial coverage for a fully materialized completed lane.
|
|
48
|
+
- Preserves stale, partial, unknown, unsafe-row, and stale-freshness downgrades
|
|
49
|
+
for incomplete or unsafe prepared-state evidence.
|
|
50
|
+
- Carries forward the #160 desktop proof-action release boundary:
|
|
51
|
+
`loo_desktop_proof_action` / `loo desktop proof-action` validates the
|
|
52
|
+
CUA Driver TextEdit scratch proof gate and does not prove generic GUI
|
|
53
|
+
mutation.
|
|
54
|
+
The proof action still requires exact backend, target app, target window, action hash, approval ref, permission state, scratch file path, and `execute: true` before the backend can run.
|
|
55
|
+
Generic gateway invocation without exact proof args fails closed. The desktop
|
|
56
|
+
proof action keeps the same proof boundary as beta.35.
|
|
57
|
+
- Carries forward strict OpenClaw gateway result handling: plugin output with
|
|
58
|
+
`output.details.ok: false` is reported as
|
|
59
|
+
`openclaw_tool_result_not_ok:<tool>` rather than successful tool proof.
|
|
60
|
+
|
|
61
|
+
## Current Claim Scope
|
|
62
|
+
|
|
63
|
+
Allowed stable claim:
|
|
64
|
+
|
|
65
|
+
> Local prepared Codex state and summary-leaf recall for OpenClaw/Eva, including
|
|
66
|
+
> semantic prepared-card lifecycle routing, prepared inbox prioritization,
|
|
67
|
+
> bounded summary expansion, visible Codex sidebar inventory, hook sidecar
|
|
68
|
+
> foundations, watcher observations, and approval-gated start-thread proof
|
|
69
|
+
> packets without raw transcript reads.
|
|
70
|
+
|
|
71
|
+
The stable channel means the scoped prepared-state and cockpit-management
|
|
72
|
+
surface is ready as a public local-Codex release. It does not broaden the
|
|
73
|
+
control, GUI, Claude, customer, or enterprise-security proof boundary.
|
|
74
|
+
|
|
75
|
+
## Release Gate Notes
|
|
76
|
+
|
|
77
|
+
- Parent 1.2 tracker: #405.
|
|
78
|
+
- Cockpit tracker: #448.
|
|
79
|
+
- Stable promotion issue: #475.
|
|
80
|
+
- Included late implementation PRs: #452, #472, and #474.
|
|
81
|
+
- Baseline stable release: `v1.1.4`.
|
|
82
|
+
- Prior beta release: `v1.2.0-beta.3`.
|
|
83
|
+
- Candidate package: `lossless-openclaw-orchestrator@1.2.0`.
|
|
84
|
+
- Expected npm dist-tag: `latest`.
|
|
85
|
+
- Expected git tag: `v1.2.0`.
|
|
86
|
+
- Required stable gates: focused prepared-card/OpenClaw tool-smoke tests,
|
|
87
|
+
release claim audit, build/typecheck, `npm pack --dry-run`, release
|
|
88
|
+
bundle/status checks, GitHub CI, CodeQL, current-head review threads clear,
|
|
89
|
+
npm publish to `latest`, GitHub release, and post-publish finalization status.
|
|
90
|
+
- Bundle/status/finalization dry-run checks do not publish to npm and do not create a GitHub Release.
|
|
91
|
+
- Working-app status example:
|
|
92
|
+
`loo release status --claim-scope codex-working-app-proof --runtime-proof-dir <path> --approved-live-control-evidence <path> --npm-publish-approval-evidence <path> --github-release-approval-evidence <path> --candidate-sha <sha> --github-ci-evidence <path> --codeql-evidence <path> --evidence-dir <path> --strict`
|
|
93
|
+
- Reduced-scope status example:
|
|
94
|
+
`loo release status --claim-scope codex-read-search-expand-dry-run --npm-publish-approval-evidence <path> --github-release-approval-evidence <path> --candidate-sha <sha> --github-ci-evidence <path> --codeql-evidence <path> --evidence-dir <path> --strict`
|
|
95
|
+
- `approved_live_control_smoke_missing` remains the expected blocker when a
|
|
96
|
+
working-app or live-control claim is attempted without approved live-control
|
|
97
|
+
smoke evidence for the exact candidate SHA.
|
|
98
|
+
|
|
99
|
+
## Explicit Non-Claims
|
|
100
|
+
|
|
101
|
+
No new live Codex control smoke is run by this release.
|
|
102
|
+
It does not run generic GUI mutation and does not run Codex GUI mutation.
|
|
103
|
+
No automatic gateway authorization.
|
|
104
|
+
No broad gateway scope approval. No prompt typing. No clicking. No arbitrary app control.
|
|
105
|
+
No screenshots or videos are part of the public release evidence.
|
|
106
|
+
Claude Code remains an adapter stub, not an adapter-equivalence claim.
|
|
107
|
+
No true Codex compaction-summary capture.
|
|
108
|
+
No raw model compaction by default and no default model access to raw transcript
|
|
109
|
+
or current `safe_text`.
|
|
110
|
+
No raw transcript upload and no OpenClaw LCM merge.
|
|
111
|
+
No source-store mutation.
|
|
112
|
+
No Notion, support-control, Stripe, or Company Brain P1 adapter proof.
|
|
113
|
+
No cloud sync.
|
|
114
|
+
No unattended desktop takeover.
|
|
115
|
+
No release-grade enterprise security or customer-ready security claim.
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "lossless-openclaw-orchestrator",
|
|
3
3
|
"name": "Lossless OpenClaw Orchestrator",
|
|
4
4
|
"description": "Control and collaborate with local Codex sessions through OpenClaw using local indexing, bounded recall, and approval-gated controls.",
|
|
5
|
-
"version": "1.2.0
|
|
5
|
+
"version": "1.2.0",
|
|
6
6
|
"kind": "tool",
|
|
7
7
|
"tools": {
|
|
8
8
|
"prefix": "loo_"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lossless-openclaw-orchestrator",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Index, search, and control local Codex sessions through OpenClaw with approval-gated safety; Claude Code remains an experimental adapter stub.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "PolyForm-Noncommercial-1.0.0",
|
|
7
7
|
"private": false,
|
|
8
8
|
"publishConfig": {
|
|
9
|
-
"tag": "
|
|
9
|
+
"tag": "latest"
|
|
10
10
|
},
|
|
11
11
|
"bin": {
|
|
12
12
|
"loo": "dist/packages/cli/src/index.js",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "lossless-openclaw-orchestrator",
|
|
3
3
|
"name": "Lossless OpenClaw Orchestrator",
|
|
4
4
|
"description": "Control and collaborate with local Codex sessions through OpenClaw using local indexing, bounded recall, and approval-gated controls.",
|
|
5
|
-
"version": "1.2.0
|
|
5
|
+
"version": "1.2.0",
|
|
6
6
|
"kind": "tool",
|
|
7
7
|
"tools": {
|
|
8
8
|
"prefix": "loo_"
|