gstack/hosts
Garry Tan 9124559810
fix(hosts): delete five dead HostConfig fields
metadataFormat (generator hardcodes openai.yaml), sidecar (behavior lives in
setup's create_agents_sidecar — knowledge preserved as a comment in codex.ts),
install.prefixable (skill_prefix is implemented entirely in bin/gstack-config),
staticFiles (docstring cited a SOUL.md that never existed anywhere), and
adapter (its only would-be consumer, openclaw-adapter.ts, was fully dead —
with a test asserting the field was undefined). Kept: learningsMode (wired
next), linkingStrategy (validation reads it), coAuthorTrailer (consumed by
resolvers/utility.ts).

Proof: JSON dump diff shows ONLY the deleted keys vanishing; zero-diff regen
across all 10 hosts; host-config + gen-skill-docs suites green. Note: this
commit also carries chunk-23 edits to the shared hosts/claude.ts +
define-host.ts + host-config.test.ts files (skipSkills collapse, stale
line-number comment drops) — pathspec commits, concurrent prep.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 21:12:22 -07:00
..
claude/hooks v1.61.0.0 fix wave: guards failing open / silent failures (9 fixes, 4 community PRs absorbed) (#2472) 2026-08-08 09:28:45 -07:00
claude.ts fix(hosts): delete five dead HostConfig fields 2026-08-14 21:12:22 -07:00
codex.ts fix(hosts): delete five dead HostConfig fields 2026-08-14 21:12:22 -07:00
cursor.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00
define-host.ts fix(hosts): delete five dead HostConfig fields 2026-08-14 21:12:22 -07:00
factory.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00
gbrain.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00
hermes.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00
index.ts feat: Confusion Protocol, Hermes + GBrain hosts, brain-first resolver (v0.18.0.0) (#1005) 2026-04-16 10:41:38 -07:00
kiro.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00
openclaw.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00
opencode.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00
slate.ts refactor(hosts): defineHost() factory — 10 copy-paste host files become declarations 2026-08-14 21:12:21 -07:00