* feat: smoke-test skillpack — post-restart health checks + auto-fix
Adds `gbrain smoke-test` CLI command that runs 8 health checks after
container restart, auto-fixes known issues, and reports results.
Built-in tests:
1. Bun runtime (auto-install if missing)
2. GBrain CLI loads (auto-reinstall deps)
3. GBrain database connection (doctor health score)
4. GBrain worker process (auto-start)
5. OpenClaw Codex plugin Zod CJS (auto-reinstall broken zod@4)
6. OpenClaw gateway responding
7. Embedding API key present
8. Brain repo exists
User-extensible: drop scripts in ~/.gbrain/smoke-tests.d/*.sh
Includes SKILL.md with full documentation, pattern for adding tests,
and known-issue database (e.g. Zod core.cjs publish bug).
Designed to run from OpenClaw bootstrap hooks so every container
restart automatically verifies and repairs the environment.
* fix: register smoke-test in RESOLVER + add required SKILL sections
Fixes the 7 failing unit tests + 1 failing Tier 1 E2E:
- `skills/RESOLVER.md`: add smoke-test under Operational (mirrors
skillpack-check placement). Fixes resolver_health check failure which
cascaded into skillpack-check tests, doctor exit code, and the E2E
'gbrain doctor exits 0 on healthy DB' assertion.
- `skills/smoke-test/SKILL.md`: add `## Anti-Patterns` and
`## Output Format` sections required by skills-conformance.test.ts.
Root cause: PR #369 added skills/smoke-test/ to the manifest but never
wired it into RESOLVER.md and never added the sections the conformance
test requires for every manifest entry.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: regenerate llms-full.txt to pick up RESOLVER smoke-test row
build-llms drift guard (test/build-llms.test.ts:58) failed because
llms-full.txt inlines skills/RESOLVER.md and the last commit added a
smoke-test trigger row there. Regenerated via `bun run build:llms`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: bump version and changelog (v0.19.1)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: root <root@localhost>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>