Promote files, checkins, and schedule to core commands#397
Merged
Conversation
fb6ea5a to
a4d1ded
Compare
Contributor
There was a problem hiding this comment.
1 issue found across 8 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="internal/cli/root.go">
<violation number="1" location="internal/cli/root.go:564">
P2: Parse `BASECAMP_NO_INTERACTIVE` as a boolean instead of treating mere presence as enabled; otherwise `0`, `false`, or empty values still force machine-consumer behavior.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The CLI's CORE COMMANDS section in
basecamp --helponly listed projects, todos, todolists, messages, chat, and cards — but Basecamp's project dock has nine tools. Three of those dock tools (Docs & Files, Automatic Check-ins, Schedule) were fully implemented in the CLI but not surfaced as core commands, making them harder to discover.There may be confusion in not showing some of the core tools in the core commands listing (eg #396) - adding these 3 increases the length of the command list minimally.
This promotes
files,checkins, andscheduleinto the CORE COMMANDS group in both the help output and the command catalog, matching how they appear as first-class tools on the Basecamp project dock.Changes
files,checkins, andscheduleto the curated CORE COMMANDS list in root helpuploads,vaults,docs,timesheet,timeline,reports,assignments) stay in their existing groupsSummary by cubic
Promoted
files,checkins, andscheduleto core commands so they appear inbasecamp --helpand the command catalog, making them easier to find.Written for commit a4d1ded. Summary will update on new commits.