Build slug CLI foundation #37
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Create the runnable
slugCLI foundation that later command groups can build on.Spec:
docs/cli-specs/00-cli-foundation.mdRequirements
slugexecutable entry point.docs/CONTRIBUTING.mdanddocs/CODE_STANDARDS.md.Acceptance criteria
slug --helpprints useful help.slug --versionprints the package version.Dependencies
Synced from todu comment by @todu on 2026-05-20T03:56:57.199Z
Closing Summary
PR #41 merged: #41
Acceptance criteria evidence:
slug --helpprints useful help: met — implemented incli/src/commands.ts, covered by tests and manual smoke.slug --versionprints the package version: met — implemented incli/src/commands.ts, covered by tests and manual smoke.cli/src/config.ts, covered by config and command tests.config showreportsapiKeyConfiguredand does not print the stored API key, covered by tests.version --jsonandconfig show --jsonimplemented and tested.2, covered by tests and manual smoke.make check,./scripts/pre-pr.sh, PR CI, and main push CI passed.Readiness: READY
Synced from todu comment by @todu on 2026-05-20T03:55:11.380Z
PR Review: Approved
PR: #41
Summary
Reviewed PR #41 at commit
757658f. The PR adds the@slugkit/cliworkspace, wires theslugexecutable, implements help/version/config commands, adds future-ready profile config storage, redacts configured API keys from displayed config, adds JSON output support, defines shared CLI exit codes/errors/output helpers, adds an HTTP client scaffold, updates workspace scripts to include the CLI, and updates contribution workflow requirements.Acceptance Criteria
slug --helpprints useful help.slug --versionprints the package version.make checkand./scripts/pre-pr.shpassed before PR creation.Blocking Issues
None.
Warnings
None.
Verdict
Approved for merge.