Commit graph

1049 commits

Author SHA1 Message Date
Snider
c205be9b86 fix: migrate module paths from forge.lthn.ai to dappco.re
Some checks failed
Security Scan / security (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 16:21:11 +01:00
Virgil
20a2e77e19 fix(cli): restore glyph theme after stateful tests
Some checks failed
Security Scan / security (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 17:56:01 +00:00
Claude
6b321fe5c9 refactor(ax): Pass 1 AX compliance sweep — banned imports, naming, tests
Some checks are pending
Security Scan / security (push) Waiting to run
- Remove banned imports (fmt, log, errors, os, strings, path/filepath,
  encoding/json) from all cmd/ packages; replace with core.* primitives
  and cli.* wrappers
- Rename abbreviated variables (cfg→configuration, reg→registry,
  cmd→proc, c→toolCheck/checkBuilder, sb→builder, out→output,
  r→repo/reason, b→branchName) across config, doctor, pkgcmd, help
- Add usage-example comments to all exported functions in pkg/cli
  (strings.go, log.go, i18n.go)
- Add complete Good/Bad/Ugly test triads to all pkg/cli test files:
  new files for command, errors, frame_components, i18n, log, render,
  runtime, strings, utils; updated existing check, daemon, glyph,
  layout, output, ansi, commands, frame, prompt, stream, styles,
  tracker, tree

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 17:28:36 +00:00
Virgil
bfc47c8400 fix(cli): return early in live tracker when no pending tasks
Some checks are pending
Security Scan / security (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 17:16:57 +00:00
Virgil
cdae3a9ac5 fix(cli): route stream output through injected stdout writer
Some checks are pending
Security Scan / security (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 17:13:26 +00:00
Virgil
050ee5bd8f chore(cli): align exported API docs with usage examples
Some checks are pending
Security Scan / security (push) Waiting to run
2026-04-02 17:10:02 +00:00
Virgil
8b345eba5b chore(core): verify cli RFC/AX compliance status
Some checks are pending
Security Scan / security (push) Waiting to run
2026-04-02 16:54:01 +00:00
Virgil
7b5f5e7181 chore(core): verify cli RFC/AX compliance
Some checks are pending
Security Scan / security (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 16:50:44 +00:00
3e0c9d7809 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#95) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
Some checks failed
Security Scan / security (push) Failing after 17s
2026-04-02 13:41:38 +00:00
Virgil
fcf5f9cfd5 fix(cli): make stdio routing injectable
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:39:56 +00:00
91ef8c02cf Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#94) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 21s
2026-04-02 13:26:01 +00:00
Virgil
b1afac56bb fix(cli): add explicit output setters
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:24:23 +00:00
d65aebd298 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#93) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 20s
2026-04-02 13:20:28 +00:00
Virgil
821f7d191d fix(cli): respect stdin override in Scanln
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:18:36 +00:00
d93504e94a Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#92) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 27s
2026-04-02 13:14:35 +00:00
Virgil
905dfae6b1 fix(cli): align multi-select empty input with docs
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:13:18 +00:00
d146c73e43 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#91) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 26s
2026-04-02 13:08:49 +00:00
Virgil
be2e2db845 fix(cli): add safe stream capture helper
Co-authored-by: Virgil <virgil@lethean.io>
2026-04-02 13:07:28 +00:00
d7c416d257 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#90) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 22s
2026-04-02 13:03:27 +00:00
Virgil
4e9b42e7d0 fix(cli): make check output width-aware
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:02:16 +00:00
e0aba4b863 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#89) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 23s
2026-04-02 12:57:54 +00:00
Virgil
aa07b4bbb1 fix(cli): align public API docs with AX
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 12:56:45 +00:00
53e9fc13be Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#88) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 25s
2026-04-02 12:52:36 +00:00
Virgil
63481f127c fix(cli): render glyph shortcodes in task tracker
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 12:51:00 +00:00
3ce53ed394 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#87) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 18s
2026-04-02 12:46:51 +00:00
Virgil
50d9158920 fix(cli): restore colors after ascii theme
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 12:45:24 +00:00
9a80a604f4 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#86) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 21s
2026-04-02 12:41:43 +00:00
Virgil
3862b7c032 fix(cli): clear chooser filters on empty input
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 12:40:30 +00:00
fb914b99c2 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#85) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 19s
2026-04-02 12:32:49 +00:00
Virgil
81be3b701e fix(cli): theme-aware semantic glyphs
Keep section headers, check skips, and layout separators aligned with the active glyph theme.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 12:31:44 +00:00
b5e67b2430 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#84) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 21s
2026-04-02 12:27:57 +00:00
Virgil
11ac2c62c6 fix(cli): render glyphs in static renderables
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 12:26:38 +00:00
048133c02f Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#83) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 18s
2026-04-02 11:35:24 +00:00
Virgil
e1edbc1f9b fix(cli): make tracker iterators snapshot-safe
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:34:19 +00:00
5761524570 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#82) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 35s
2026-04-02 11:30:21 +00:00
Virgil
c0cb67cada fix(cli): render glyph shortcodes in tables
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:29:19 +00:00
ba456e4560 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#81) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 25s
2026-04-02 11:26:08 +00:00
Virgil
07bea81d4a fix(cli): render glyphs in echo and progress
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:24:57 +00:00
0703a5727d Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#80) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 26s
2026-04-02 11:21:18 +00:00
Virgil
6192340ec0 fix(cli): route frame UI to stderr
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:19:48 +00:00
32e096c6e1 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#79) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 21s
2026-04-02 11:17:17 +00:00
Virgil
4f7a4c3a20 fix(cli): route interactive ui to stderr
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:16:05 +00:00
3cf13e751e Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#78) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 28s
2026-04-02 11:11:33 +00:00
Virgil
f8ba7be626 fix(pkgcmd): send remove blockers to stderr
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:10:24 +00:00
c02e88a6ff Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#77) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
Some checks failed
Security Scan / security (push) Has been cancelled
2026-04-02 11:06:38 +00:00
Virgil
f9bf2231e5 fix(cli): accept eof input in multi-select
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:05:34 +00:00
1cf8e17e1c Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#76) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 22s
2026-04-02 11:02:45 +00:00
Virgil
d59e6acd72 fix(cli): route prompt selection hints to stderr
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 11:01:41 +00:00
c6c07f0ee4 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/cli/RFC.md fully. Find features des...' (#75) from agent/read---spec-code-core-go-cli-rfc-md-full into dev
All checks were successful
Security Scan / security (push) Successful in 23s
2026-04-02 10:58:07 +00:00
Virgil
8a7567c705 fix(cli): send prompt recovery hints to stderr
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 10:56:52 +00:00