cli/pkg/cli
Snider 10277c6094 fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55)
* fix(docs): respect workspace.yaml packages_dir setting (fixes #46)

* fix(workspace): improve config loading logic (CR feedback)

- Expand ~ before resolving relative paths in cmd_registry
- Handle LoadWorkspaceConfig errors properly
- Update Repo.Path when PackagesDir overrides default
- Validate workspace config version
- Add unit tests for workspace config loading

* docs: add comments and increase test coverage (CR feedback)

- Add docstrings to exported functions in pkg/cli
- Add unit tests for Semantic Output (pkg/cli/output.go)
- Add unit tests for CheckBuilder (pkg/cli/check.go)
- Add unit tests for IPC Query/Perform (pkg/framework/core)

* fix(test): fix panics and failures in php package tests

- Fix panic in TestLookupLinuxKit_Bad by mocking paths
- Fix assertion errors in TestGetSSLDir_Bad and TestGetPackageInfo_Bad
- Fix formatting in test files

* fix(test): correct syntax in services_extended_test.go

* fix(ci): point coverage workflow to go.mod instead of go.work

* fix(ci): build CLI before running coverage

* fix(ci): run go generate for updater package in coverage workflow

* fix(github): allow dry-run publish without gh CLI authentication

Moves validation check after dry-run check so tests can verify dry-run behavior in CI environments.
2026-02-01 01:59:27 +00:00
..
ansi.go fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
ansi_test.go refactor: migrate all pkg/* to cli abstraction 2026-01-31 23:54:01 +00:00
app.go refactor(cli): add Fatal() and simplify main entry point 2026-01-30 22:16:34 +00:00
check.go fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
check_test.go fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
command.go feat(plugin): add Claude Code plugin for host-uk framework 2026-01-31 10:27:04 +00:00
commands.go refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
daemon.go feat(cli): add daemon mode support 2026-01-30 19:28:50 +00:00
daemon_test.go feat(cli): add daemon mode support 2026-01-30 19:28:50 +00:00
errors.go refactor(cli): rewrite styles and output with zero-dep ANSI 2026-01-31 23:54:01 +00:00
glyph.go fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
glyph_maps.go feat(cli): add glyph system 2026-01-31 23:54:01 +00:00
glyph_test.go refactor: migrate all pkg/* to cli abstraction 2026-01-31 23:54:01 +00:00
i18n.go refactor(i18n): use grammar system for PHP QA messages 2026-01-30 20:23:28 +00:00
layout.go fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
layout_test.go refactor: migrate all pkg/* to cli abstraction 2026-01-31 23:54:01 +00:00
log.go feat(pkg): add standalone log and errors packages 2026-01-30 22:02:40 +00:00
output.go refactor: migrate all pkg/* to cli abstraction 2026-01-31 23:54:01 +00:00
output_test.go fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
prompt.go refactor(setup): replace huh with simple stdin prompts 2026-01-31 23:54:01 +00:00
render.go feat(cli): add HLCRF layout system 2026-01-31 23:54:01 +00:00
runtime.go refactor(cli): rewrite styles and output with zero-dep ANSI 2026-01-31 23:54:01 +00:00
strings.go refactor(cli): rewrite styles and output with zero-dep ANSI 2026-01-31 23:54:01 +00:00
styles.go refactor(cli): rewrite styles and output with zero-dep ANSI 2026-01-31 23:54:01 +00:00
utils.go refactor(cli): rewrite styles and output with zero-dep ANSI 2026-01-31 23:54:01 +00:00