baldart 4.49.0 → 4.49.1
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 +8 -0
- package/VERSION +1 -1
- package/framework/.claude/workflows/new-card-review.js +3 -2
- package/framework/.claude/workflows/new-final-review.js +3 -2
- package/framework/.claude/workflows/new2-resolve.js +3 -2
- package/framework/.claude/workflows/new2.js +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to BALDART will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [4.49.1] - 2026-06-17
|
|
9
|
+
|
|
10
|
+
**The four `/new` dynamic workflows shed their paragraph-length `meta.description` — the last prose that re-entered the orchestrator context on every workflow completion.** The `Workflow` tool contract specifies `description` as a *one-line* field shown in the permission dialog, but `new-card-review` / `new-final-review` / `new2` / `new2-resolve` each carried a full-paragraph rationale (~150–230 words) that the runtime echoes back into the orchestrator prefix on the completion line — pure prose with zero runtime value (the orchestrator already knows what it invoked). Each is collapsed to a single line; the full semantics were already duplicated in the script's own args-contract comment block (source code, never injected into context) plus the `references/*.md` SSOT, so nothing is lost. Same family as the v4.49.0 prose-leak closures, applied to the workflow layer. **PATCH** (no behaviour change — descriptions are display/permission-dialog text only; **no new `baldart.config.yml` key**).
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **`framework/.claude/workflows/{new-card-review,new-final-review,new2,new2-resolve}.js`** — `meta.description` collapsed from a full paragraph to one line each (e.g. `'Per-wave review+fix cluster for /new (off-context).'`). A two-line comment above each marks why it must stay a one-liner (re-enters orchestrator context on completion) and points to the args-contract comment block + reference module that hold the full semantics.
|
|
15
|
+
|
|
8
16
|
## [4.49.0] - 2026-06-17
|
|
9
17
|
|
|
10
18
|
**Caveman-style terse contracts close the last prose-leak the v4.47.0 turn-economy left out of scope: `codebase-architect` gets an opt-in `OUTPUT=terse` grounding mode, and `/new`'s orchestrator is forced near-silent.** A study of the [caveman](https://github.com/JuliusBrussee/caveman) skill (compress *how the agent talks*, not *what it builds* — output tokens only, reasoning untouched) plus a **prose-leak surface map of BALDART's own fleet** found the surface already covered almost everywhere — finders emit YAML/schema (`code-reviewer`, auditors, `plan-auditor`, `prd-card-writer`, `coder` completion-report), `senior-researcher` is file-resident, `context-primer` is already capped at a 30–50-line XML — with ONE genuinely-uncovered prose exploder: `codebase-architect`, whose budget cap is *input*-side only (`codebase-architect.md`), whose "Communication Style" explicitly licenses narrative prose, and whose return is outside the v4.47.0 rule by design (`new/SKILL.md` § "Context economy": *"It does NOT change any agent's return contract"*). The earlier ponytail-style "cap all finder prose" idea was **refuted** by a 3-skeptic adversarial pass (finders already capped + data-driven; new2 already isolates subagent output; driver is turn-count) — this release ships only the two data-validated survivors. A follow-up **return-consumption audit** of the whole fleet confirmed the floor is already reached everywhere else — finders/auditors return a parsed schema or override-to-`## FINDINGS`, and `qa-sentinel`/`doc-reviewer`/`senior-researcher`/`prd-card-writer` are file-resident with a thin manifest return; the only remaining lever was wiring the new `OUTPUT=terse` flag into the remaining machine-to-machine `codebase-architect` call-sites (`context-primer`, `/prd` discovery dimension-resolution + ISA spawns). The near-silent rule is scoped to `/new` only — `/prd` and `/bug` are conversational, where the prose IS the deliverable (caveman's own Auto-Clarity principle: never compress what a human reads to decide). `/new` is the opposite: not conversational — the user keeps the orchestrator attached only so it can surface a genuine decision, so its running narration serves no one. **MINOR** (additive agent capability + skill behaviour; **no new `baldart.config.yml` key** ⇒ schema-change propagation rule N/A; no removed surface).
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.49.
|
|
1
|
+
4.49.1
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export const meta = {
|
|
2
2
|
name: 'new-card-review',
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
// One-liner only: this string re-enters the orchestrator context on completion.
|
|
4
|
+
// Full semantics live in the args-contract comment block below + references/review-cycle.md.
|
|
5
|
+
description: 'Per-wave review+fix cluster for /new (off-context).',
|
|
5
6
|
phases: [
|
|
6
7
|
{ title: 'Baseline', detail: 'architecture grounding for the wave scope' },
|
|
7
8
|
{ title: 'Discovery', detail: 'parallel finders per card (simplify / codex / qa / security)' },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export const meta = {
|
|
2
2
|
name: 'new-final-review',
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
// One-liner only: this string re-enters the orchestrator context on completion.
|
|
4
|
+
// Full semantics live in the args-contract comment block below + references/final-review.md.
|
|
5
|
+
description: 'Cross-batch final code review for /new (read-only, off-context).',
|
|
5
6
|
phases: [
|
|
6
7
|
{ title: 'Baseline', detail: 'architecture grounding for the batch scope (F.2)' },
|
|
7
8
|
{ title: 'Review', detail: 'parallel multi-agent review of the batch diff (F.3)' },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export const meta = {
|
|
2
2
|
name: 'new2-resolve',
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
// One-liner only: this string re-enters the orchestrator context on completion.
|
|
4
|
+
// Full semantics live in the args-contract comment block below.
|
|
5
|
+
description: 'Self-healing resolution pass for the autonomous new2 batch workflow.',
|
|
5
6
|
phases: [
|
|
6
7
|
{ title: 'Diagnose', detail: 'classify + terminal short-circuit + scope-expansion boundary' },
|
|
7
8
|
{ title: 'Repair', detail: 'targeted fix, then judged multi-attempt if needed' },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export const meta = {
|
|
2
2
|
name: 'new2',
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
// One-liner only: this string re-enters the orchestrator context on completion.
|
|
4
|
+
// Full semantics live in the args-contract comment block below + /new's reference modules.
|
|
5
|
+
description: 'EXPERIMENTAL autonomous workflow host for the whole /new batch (off-context, Claude-only).',
|
|
5
6
|
phases: [
|
|
6
7
|
{ title: 'Pre-flight', detail: 'deterministic workspace hygiene + worktree + dep-graph + cross-card grounding (Phase 0)' },
|
|
7
8
|
{ title: 'Implement', detail: 'dependency-gated per-card implement+review pipeline with owner_agent + specialized review fan-out' },
|