Virgil
c3f2d6abb7
fix(help): add recovery hint for empty searches
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 10:15:13 +00:00
Virgil
7bf060986d
fix(help): add recovery hints to help lookups
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 10:10:56 +00:00
Virgil
aa5c0f810a
feat(help): add explicit search subcommand
...
Security Scan / security (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 06:26:19 +00:00
Virgil
f376372630
feat(help): show suggestions for missing topics
Security Scan / security (push) Successful in 20s
2026-04-02 05:43:29 +00:00
Virgil
cdc765611f
fix(help): add HTTP serve subcommand
Security Scan / security (push) Successful in 20s
2026-04-02 04:57:59 +00:00
Virgil
181d9546b4
feat(help): show topic previews
...
Security Scan / security (push) Successful in 17s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 04:51:19 +00:00
Virgil
d50b006af9
feat(help): show snippets in search results
...
Security Scan / security (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 20:21:03 +00:00
Virgil
c67582c76b
fix(help): make help command AX-friendly
...
Security Scan / security (push) Successful in 21s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 19:31:23 +00:00
Snider
55b556d1af
refactor: split library from binary, remove ecosystem commands
...
Deploy / build (push) Failing after 3s
Security Scan / security (push) Successful in 13s
core/cli is now a pure library (pkg/cli). The binary moves to
cmd/core/ as a separate sub-module with its own go.mod.
Removed from binary: gocmd (→ lint/go-build), service (→ go-process),
session (→ go-session), module (→ go-scm), plugin (→ go-scm).
Removed from framework: go-crypt, workspace, daemon_cmd.
Root go.mod: 1 direct forge dep (core/go). Cross-compiles CGO_ENABLED=0.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 16:14:40 +00:00