@polycode-projects/the-mechanical-code-talker 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/ROADMAP.md +22 -0
  2. package/package.json +1 -1
package/ROADMAP.md CHANGED
@@ -407,6 +407,28 @@ consolidates three near-duplicate "research frontier" essays (the frame problem,
407
407
  disambiguation/ontology scale, Winograd-hard coreference) that had independently grown across the
408
408
  now-archived docs.
409
409
 
410
+ **v1.4.0 — the first PLAN_AGENTS.md uplift batch (2026-07-11)**: built as four parallel,
411
+ worktree-isolated background tracks, merged sequentially, watched throughout by a background
412
+ strategy-advisor agent (full tick-by-tick record in `STRATEGY_ADVISOR.log`). 1543/1543 tests green
413
+ at the final merge. Shipped: the Repository Interface wrapper fixes from the seonix audit (ranked
414
+ `search()`, a real graph-only `context()` — `INTERFACE_VERSION` 1.0.0→1.1.0 — depth-capped
415
+ `impact()`, source-backed `snippet()`, `edges()`/`search()` pagination, telemetry wiring), a
416
+ path-traversal security fix found and closed along the way (`src/source-slice.mjs`), hub-dampened
417
+ memory-fact ranking (on by default — the build found the original "modest degree, modest penalty"
418
+ assumption was mathematically wrong and proved the real bound instead), memory-tree versioning
419
+ (`snapshotMemory()`, manual trigger only), full session-scoped actor-level trust (shipped
420
+ unconditionally, no config flag — operator decision, single consumer), the extension-pack seam
421
+ (`src/extensions.mjs`, `[extensions]`/`[bias]` in `tmct.toml`, `tmct extend --validate`, and a
422
+ deliberate bug fix — `tmct init` now seeds SEON as well as ConceptNet), bias-weighted fact ranking
423
+ (`src/memory/bias.mjs`, verified by control-flow tracing to never drop a fact, only reorder it), and
424
+ `tmct init --with-persona <name>`. One real merge conflict (Track A's `tel` param and Track D's
425
+ `biasByBundle` param both threading through the same `chat.mjs` function signatures — resolved by
426
+ keeping both). One bug the strategy advisor caught that the original brief missed: the
427
+ path-traversal guard failed closed *incorrectly* under a relative `TMCT_GRAPH_FILE`, rejecting
428
+ legitimate reads, not just traversal attempts — fixed at the source and defensively in the guard.
429
+ One scope decision made mid-build: multi-language AST extraction stays in seonix permanently, not
430
+ tmct's job — full detail in `PLAN_AGENTS.md` §13.
431
+
410
432
  ## The umbrella product definition (item 1)
411
433
 
412
434
  **A tolerant, ELIZA/PARRY-style chat, obsessed with software.** A best-efforts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polycode-projects/the-mechanical-code-talker",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "The Mechanical Code Talker (tmct) — a tolerant, offline, $0 chat surface that guides you toward precision queries about a software repository. ELIZA/PARRY-style but domain-obsessed with code. No model calls; no codebase index of its own.",