go/pkg
Snider 2a90ae65b7 refactor(cli): register commands through Core framework lifecycle
Replace the RegisterCommands/attachRegisteredCommands side-channel with
WithCommands(), which wraps command registration functions as framework
services. Commands now participate in the Core lifecycle via OnStartup,
receiving the root cobra.Command through Core.App.

Main() accepts variadic framework.Option so binaries pass their commands
explicitly — no init(), no blank imports, no global state.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 22:06:40 +00:00
..
cache fix: resolve IO migration test failures in node, cache, and cli 2026-02-20 10:58:57 +00:00
cli refactor(cli): register commands through Core framework lifecycle 2026-02-21 22:06:40 +00:00
config refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
coredeno fix(coredeno): harden security and fix review issues 2026-02-19 14:39:56 +00:00
framework refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
help feat(help): Implement full-text search (#294) 2026-02-05 10:26:16 +00:00
i18n fix(i18n): skip completeness test when no T() calls exist in source 2026-02-20 11:28:35 +00:00
io fix: resolve IO migration test failures in node, cache, and cli 2026-02-20 10:58:57 +00:00
lab refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
log refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
manifest feat(coredeno): Tier 4 marketplace install pipeline — clone, verify, register, auto-load 2026-02-18 08:04:13 +00:00
marketplace fix(coredeno): harden security and fix review issues 2026-02-19 14:39:56 +00:00
plugin refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
process refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
ratelimit fix(security): move Gemini API key from URL query params to header (#47) 2026-02-16 05:53:52 +00:00
repos feat: support .core/repos.yaml and explicit repo paths 2026-02-21 01:58:08 +00:00
session feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
store fix(coredeno): harden security and fix review issues 2026-02-19 14:39:56 +00:00
webview feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00
workspace refactor: strip 25 extracted packages, slim to foundation (#5) 2026-02-16 15:37:06 +00:00
ws feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00