cli/cmd/core
Claude 6b321fe5c9
Some checks are pending
Security Scan / security (push) Waiting to run
refactor(ax): Pass 1 AX compliance sweep — banned imports, naming, tests
- 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
..
config refactor(ax): Pass 1 AX compliance sweep — banned imports, naming, tests 2026-04-02 17:28:36 +00:00
doctor refactor(ax): Pass 1 AX compliance sweep — banned imports, naming, tests 2026-04-02 17:28:36 +00:00
help refactor(ax): Pass 1 AX compliance sweep — banned imports, naming, tests 2026-04-02 17:28:36 +00:00
pkgcmd refactor(ax): Pass 1 AX compliance sweep — banned imports, naming, tests 2026-04-02 17:28:36 +00:00
go.mod refactor: migrate to dappco.re/go/core + Options{} API 2026-03-21 20:01:25 +00:00
go.sum fix(help): make help command AX-friendly 2026-03-31 19:31:23 +00:00
main.go feat: re-enable go-build imports (SDK dep conflict fixed) 2026-03-17 02:28:17 +00:00