gstack/hosts
Garry Tan ae7dd311f2
feat: add typed host configs for Claude, Codex, Factory, and Kiro
Extract all hardcoded host-specific values from gen-skill-docs.ts,
types.ts, preamble.ts, review.ts, and setup into typed HostConfig
objects. Each host is a single file in hosts/ with its paths, frontmatter
rules, path/tool rewrites, runtime root manifest, and install behavior.

hosts/index.ts exports all configs, derives the Host type, and provides
resolveHostArg() for CLI alias handling (e.g., 'agents' -> 'codex',
'droid' -> 'factory').

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 15:47:55 -07:00
..
claude.ts feat: add typed host configs for Claude, Codex, Factory, and Kiro 2026-04-03 15:47:55 -07:00
codex.ts feat: add typed host configs for Claude, Codex, Factory, and Kiro 2026-04-03 15:47:55 -07:00
factory.ts feat: add typed host configs for Claude, Codex, Factory, and Kiro 2026-04-03 15:47:55 -07:00
index.ts feat: add typed host configs for Claude, Codex, Factory, and Kiro 2026-04-03 15:47:55 -07:00
kiro.ts feat: add typed host configs for Claude, Codex, Factory, and Kiro 2026-04-03 15:47:55 -07:00