@haaaiawd/loom 2.1.1 → 2.1.3
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/CHANGELOG.md +61 -44
- package/README.md +245 -235
- package/README.zh-CN.md +194 -191
- package/cli/bin/loom.js +387 -280
- package/cli/src/protocol.js +736 -697
- package/cli/src/store.js +1118 -983
- package/design.md +29 -15
- package/docs/PROMPT_CATALOG.md +139 -116
- package/docs/UX_FLOW.md +188 -184
- package/package.json +56 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,44 +1,61 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
-
|
|
18
|
-
- Added
|
|
19
|
-
-
|
|
20
|
-
- Added
|
|
21
|
-
-
|
|
22
|
-
- Added
|
|
23
|
-
- Added
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
- Added
|
|
39
|
-
- Added
|
|
40
|
-
- Added
|
|
41
|
-
-
|
|
42
|
-
- Added
|
|
43
|
-
- Added
|
|
44
|
-
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 2.1.3
|
|
4
|
+
|
|
5
|
+
- Removed Keeper auto-pass: every still-open finding must be closed with evidence in a later independently attested pass. A changed project digest proves a change, not that findings were resolved.
|
|
6
|
+
- `loom task start` now requires an independently attested Keeper pass (`review.mode: "independent"`) or a recorded `loom keeper skip`; `loom check` reports an unattested legacy pass as an error instead of a quiet warning.
|
|
7
|
+
- Keeper findings are cumulative across attempts: a passing record must carry `closure_results` for every gap still open from earlier rounds.
|
|
8
|
+
- Task references are verified, not just non-empty: `implements` must resolve to an existing design file and section (or a decision name present in project truth), and `capability_hooks` must resolve to an existing dossier and node. `loom project ready` runs this integrity check.
|
|
9
|
+
- `loom context` lists each blocked Task with its reason and recovery conditions, and recommends `loom task reopen <id> --reason` when nothing is executable.
|
|
10
|
+
- Done Tasks resist silent rewrites: `loom task update` on a done Task is rejected with a reopen pointer, and reopening a blocked Task requires a concrete reason describing how the recovery conditions were met.
|
|
11
|
+
- Decision-affected done Tasks warn only until re-verified: reopening and re-completing the Task after the decision clears the warning.
|
|
12
|
+
- Deliverable coverage now distinguishes planned from delivered: units covered only by open or blocked Tasks no longer count as delivered.
|
|
13
|
+
- `loom record --help` documents `resolved` and `retire_assumptions` so Agents can close questions and assumptions they opened.
|
|
14
|
+
|
|
15
|
+
## 2.1.2
|
|
16
|
+
|
|
17
|
+
- Added environment-aware clarification through `loom context --human-channel available|unavailable`. Unattended Agents inspect first, research only permitted objective facts, and then use bounded assumptions or blocks rather than fabricating users or substituting web search for intent.
|
|
18
|
+
- Added `--state-dir <outside-workspace-dir>` sidecars for isolated benchmark and sandbox runs. Sidecars preserve virtual `.loom/` Task references without mutating the scored workspace or its `AGENTS.md`.
|
|
19
|
+
- Added equal human-channel controls and unattended condition prompts to Evil Eval scaffolding.
|
|
20
|
+
- Added explicit capability authority provenance: human selections become confirmed, while Agent selections remain visibly provisional until human confirmation.
|
|
21
|
+
- Required independent Keeper review provenance for a passing handoff; known self-review can no longer be recorded as an independent pass.
|
|
22
|
+
- Added Task integrity enforcement for design links, capability hooks or explicit exemptions, plus declared output existence checks before completion.
|
|
23
|
+
- Added command-specific canonical JSON help and recovery pointers for every structured-write command.
|
|
24
|
+
- Updated generated Agent guidance and both public READMEs so installed and source-checkout invocation paths are unambiguous.
|
|
25
|
+
|
|
26
|
+
## 2.1.1
|
|
27
|
+
|
|
28
|
+
- Re-published 2.1.0 content with corrected CHANGELOG line endings.
|
|
29
|
+
|
|
30
|
+
## 2.1.0
|
|
31
|
+
|
|
32
|
+
- Added a current-state and recommended-action header to `loom context` output. Agents entering a project or resuming after compression now see project status, active task, work-map counts, and a recommended next action before the full protocol. The recommendation is advisory, not a script.
|
|
33
|
+
- Rewrote `AGENTS.md` with explicit LOOM trigger conditions (project entry, context reset, before substantial work, between Tasks) and a standard work rhythm that keeps Agent judgment while making the next step obvious.
|
|
34
|
+
- Integrated Crux integrity-chain review into the Keeper handoff. The Keeper now checks that responsible intent, project promises, design and capability decisions, Work Map, executable behavior, and human feedback loop form an intact chain, and looks for omission, substitution, drift, unsupported leaps, blindness, and ownerless gaps.
|
|
35
|
+
- Added staged visibility and review guidance to the project template and active-Task execution protocol. Tasks should prefer human-visible acceptance evidence, the Agent should show real working things at milestones, run `loom check` and project tests together before declaring a batch done, and prioritize reaching an exciting surface early to sustain the human's momentum.
|
|
36
|
+
- Strengthened capability source validation: `loom capability synthesize` now requires each decision-tree node's `source:` citation to reference a real `.md` file in the dossier's `research/` directory.
|
|
37
|
+
- Added `research/_guide.md` generation in `loom capability research` so Agents know what good research material looks like, what to avoid, and how to cite sources.
|
|
38
|
+
- Added `.loom/STRUCTURE.md` as a fifth project-truth layer declaring where source code, tests, docs, assets, and configuration files live. `loom check` warns when it is missing or still templated.
|
|
39
|
+
- Added `loom decision --json-file` for recording consequential superseding decisions with affected files and tasks. `loom check` warns when a done Task is marked affected by a later decision.
|
|
40
|
+
- Added `acceptance[]` as the primary Task completion structure, pairing `criterion`, `verify_by`, and `evidence`. Legacy `done_when[]` remains supported.
|
|
41
|
+
- Added Keeper auto-pass: when all Keeper gaps are minor and 3 or fewer, fixing them and running `loom project ready` auto-passes without another Keeper round. (removed in 2.1.3)
|
|
42
|
+
- Added deliverable coverage tracking through `loom deliverable add` and Task `covers` field. `loom check` reports uncovered delivery units.
|
|
43
|
+
- Added `loom capability research → synthesize → confirm` lifecycle with status tracking per dossier.
|
|
44
|
+
- Updated help text with a typical first-pass flow and capability lifecycle sequence.
|
|
45
|
+
|
|
46
|
+
## 2.0.1
|
|
47
|
+
|
|
48
|
+
- Added an active-Task execution protocol that restores workspace-aware coding guidance, risk-based testing, restartable progress, criterion-level proof, and conditional commit/PR boundaries after context resets.
|
|
49
|
+
- Strengthened the generated `AGENTS.md` anchor so Agents reload LOOM at project entry, after context loss, and before resumed editing without invoking it before every tool call.
|
|
50
|
+
|
|
51
|
+
## 2.0.0
|
|
52
|
+
|
|
53
|
+
- Rebuilt LOOM as invisible Agent infrastructure around project understanding, a scalable design-document graph, separate professional-field dossiers, a broad Work Map, and one active Task.
|
|
54
|
+
- Replaced fixed roles and stages with an adaptive clarification protocol and explicit convergence conditions.
|
|
55
|
+
- Added human-editable project truth, structured continuity state, and superseding decision history.
|
|
56
|
+
- Added context selection that keeps very large Task maps on disk and injects only the active horizon.
|
|
57
|
+
- Added seven adaptable design-document templates and `loom prompts` as a complete live prompt inventory.
|
|
58
|
+
- Reduced Keeper to one independent build-readiness handoff with revision, changed-digest, fresh-run, and stale-state enforcement.
|
|
59
|
+
- Added controlled Evil Eval scaffolding for equal-condition, repeated, reset-heavy blind comparison.
|
|
60
|
+
- Added bilingual English/Chinese release documentation and a flat, minimal visual system with editable loop diagrams.
|
|
61
|
+
- Deliberately stopped automatic mutation of legacy `.loom/v1` projects.
|