Skip to content

v0.40.7.2 docs(todos): file v0.41 wave commitments + 7 verified-missing items#1333

Merged
garrytan merged 2 commits into
masterfrom
garrytan/todos-triage-dry-mece
May 24, 2026
Merged

v0.40.7.2 docs(todos): file v0.41 wave commitments + 7 verified-missing items#1333
garrytan merged 2 commits into
masterfrom
garrytan/todos-triage-dry-mece

Conversation

@garrytan

Copy link
Copy Markdown
Owner

Summary

Docs-only. Files a wave-commitments register at the top of TODOS.md after a /plan-ceo-review + /plan-eng-review triage of the 110 open TODOs. Plan file: ~/.claude/plans/system-instruction-you-are-working-dazzling-pnueli.md.

The triage clustered TODOs into 12 feature themes, articulated the platonic ideal per cluster, and surfaced three strategic decisions. The user landed on the most ambitious option for all three, and the seven verified-absent items the analysis caught got filed.

No src/ changes. No tests run (nothing to test — the diff is exclusively TODOS.md + CHANGELOG.md + VERSION + package.json).

What's in TODOS.md now

D1 — v0.41 Eval-loop wave (3× P0):

  • gbrain eval gate <baseline> CI verb — the single most load-bearing missing item across all 12 clusters
  • Contributor-mode eval capture ON by default with airtight privacy
  • Wire nightly quality probe into autopilot scheduler

D2 — Code-indexing promoted to P1 (5 items):

  • .sql file indexing (.sql files not indexed by gbrain sync walker #1173, needs tree-sitter-sql.wasm)
  • Magika auto-detect for extension-less files (B2 from v0.21)
  • Full doc_comment extraction at chunk time (A4)
  • Cross-file edge resolution (Layer 5 precision upgrade)
  • gbrain code-signature retrieval (C6)

D3 — v0.42 Non-Latin script wave (5 items):

  • Postgres CJK FTS via pgroonga / zhparser
  • Widen CJK ranges to Unicode property escapes
  • CJK-aware overlap context in chunker
  • Thai / Arabic / Cyrillic / Devanagari script support
  • git diff --name-status -z NUL framing

Verified-missing items (8) — each grep-checked absent before filing:

  • gbrain sources promote <id> <target>
  • --explain auto-on during gbrain eval replay
  • Extend gbrain remote doctor to stream audit JSONL
  • gbrain costs command (per-command / per-source / per-week spend)
  • gbrain jobs explain <id> full job-graph trace
  • docs/security/threat-model.md catalog
  • gbrain doctor --thin-client parity probe
  • gbrain models migrate --from X --to Y atomic provider swap

Pre-Landing Review

No issues found. Diff is exclusively documentation files. No code paths, no schema, no deps.

Test Coverage

Skipped — diff is docs-only (0 lines of src/ changed). No new code paths to audit.

Eval Results

Skipped — no prompt-related files changed.

Plan Completion

The plan IS the deliverable. Filing the 21 wave-commitment items in TODOS.md is the plan's "next step" complete. No code implementation expected — D1/D2/D3 spawn separate implementation waves.

TODOS

This PR is itself a TODOS update. The 21 new entries register the v0.41 + v0.42 wave commitments.

5 of D2 + D3's items duplicate older entries lower in the file (.sql, Magika, doc_comment, CJK items) — duplication noted inline in the new section. The new top section is the canonical wave-commitment register; the historical entries stay as detail.

Test plan

  • Trio in sync (VERSION = 0.40.6.1, package.json = 0.40.6.1, CHANGELOG header = 0.40.6.1)
  • No src/ files touched
  • CHANGELOG entry written in user-voice with "To take advantage of v0.40.6.1" block

🤖 Generated with Claude Code

garrytan and others added 2 commits May 23, 2026 16:49
…ng items

Adds a wave-commitments register at the top of TODOS.md after a
/plan-ceo-review + /plan-eng-review pass clustered the 110 open TODOs
into 12 feature themes and surfaced three strategic decisions:

- D1 — v0.41 Eval-loop wave (3x P0): eval gate CI verb, capture ON by
  default, wire nightly probe to autopilot scheduler.
- D2 — Code-indexing promoted to P1 (5 items): .sql / Magika /
  doc_comment / cross-file edges / code-signature retrieval.
- D3 — v0.42 Non-Latin script wave (5 items): Postgres CJK FTS,
  Unicode property escapes, chunker overlap, other non-Latin scripts,
  NUL framing.
- Verified-missing items (8): sources promote, eval-replay --explain,
  remote doctor audit stream, gbrain costs, jobs explain,
  threat-model.md, doctor --thin-client, models migrate.

Plan file: ~/.claude/plans/system-instruction-you-are-working-dazzling-pnueli.md
Docs-only. No src/ changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ge-dry-mece

# Conflicts:
#	CHANGELOG.md
#	TODOS.md
#	VERSION
#	package.json
@garrytan garrytan changed the title v0.40.6.1 docs(todos): file v0.41 wave commitments + 7 verified-missing items v0.40.7.2 docs(todos): file v0.41 wave commitments + 7 verified-missing items May 24, 2026
@garrytan garrytan merged commit 0b19a62 into master May 24, 2026
7 checks passed
mgunnin added a commit to mgunnin/gbrain that referenced this pull request May 28, 2026
* upstream/master: (22 commits)
  v0.41.4.0 wave: local providers + cross-platform stdin + gateway-routed dream judge (6 community PRs) (garrytan#1377)
  v0.41.3.0 fix(security/mcp): OAuth CORS lockdown + pre-register without DCR + validator surface (garrytan#1403)
  v0.41.2.0 feat: lens packs + epistemology unification — atoms + concepts as first-class units, calibration profile widening, gstack-learnings bridge (garrytan#1364)
  v0.41.1.0 feat: eval-loop wave — gbrain bench publish + gbrain eval gate close the LOOP (garrytan#1352)
  v0.41.0.0 feat(minions): fleet you supervise (4 field bugs + cathedral) (garrytan#1367)
  v0.40.10.0 feat: content sanity defense — junk-pattern throw + oversize-skip-embed (garrytan#1351)
  v0.40.9.0 feat(chunker): .sql indexing via tree-sitter + code-def on SQL DDL (garrytan#1173) (garrytan#1350)
  v0.40.8.1 docs: README rewrite + personal-brain + company-brain tutorials (garrytan#1345)
  v0.40.8.0 test: e2e + unit gap coverage + master flake root-cause fixes (garrytan#1313)
  v0.40.6.1 docs(todos): file v0.41 wave commitments + 7 verified-missing items (garrytan#1333)
  v0.40.7.0 Schema Cathedral v3 — agent-on-ramp + production rebuild of PR garrytan#1321 (garrytan#1327)
  v0.40.6.0 feat(sync): parallel sync --all + per-source lock invariant + sources status dashboard (productionized from PR garrytan#1314) (garrytan#1324)
  v0.40.5.0 Federated Sync v2 — parallel source sync + push triggers + per-source health (garrytan#1322)
  v0.40.4.0 feat(search): selective graph signals + per-stage attribution + audit-writer unification (garrytan#1300)
  v0.40.3.0 feat: contextual retrieval + cache invalidation gate + 4 deferred-item closures (garrytan#1323)
  v0.40.2.0 feat: trajectory routing for temporal + knowledge_update (gbrain think + LongMemEval) (garrytan#1296)
  v0.40.1.0 Track D — eval infrastructure (catch retrieval regressions, prove answer-quality wins) (garrytan#1298)
  v0.40.0.0 feat: agent-voice (Mars + Venus) + copy-into-host-repo skillpack paradigm (garrytan#1128)
  v0.39.3.0: productionize the v0.38 ingestion cathedral (smoke-test fix wave from PR garrytan#1299) (garrytan#1308)
  v0.39.2.0 feat(autopilot): per-source fan-out + cycle lock primitive + phase taxonomy (garrytan#1295)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant