Documentation
¶
Overview ¶
Package project groups commands related to project planning and management.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProjectCmd = &cobra.Command{
Use: "project",
Short: "Commands for project planning and management (the 'why').",
}
ProjectCmd represents the base command for the 'project' subcommand group.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package board provides commands to manage project boards.
|
Package board provides commands to manage project boards. |
|
add
Package add provides the command to add issues to a project board.
|
Package add provides the command to add issues to a project board. |
|
list
Package list provides the command to list project boards.
|
Package list provides the command to list project boards. |
|
Package describe provides the command to generate a project context description.
|
Package describe provides the command to generate a project context description. |
|
Package issues provides commands to manage project issues.
|
Package issues provides commands to manage project issues. |
|
close
Package closecmd provides the command to close a work item (issue).
|
Package closecmd provides the command to close a work item (issue). |
|
create
Package create provides the command to create new issues.
|
Package create provides the command to create new issues. |
|
internal
Package internal provides internal helpers for issues commands.
|
Package internal provides internal helpers for issues commands. |
|
list
Package list provides the command to list project issues.
|
Package list provides the command to list project issues. |
|
tree
Package tree provides the command to display issue hierarchy.
|
Package tree provides the command to display issue hierarchy. |
|
view
Package view provides the command to view issue details.
|
Package view provides the command to view issue details. |
|
Package labels provides commands to manage project labels.
|
Package labels provides commands to manage project labels. |
|
create
Package create provides the command to create labels.
|
Package create provides the command to create labels. |
|
Package onboard provides the command to generate a comprehensive context artifact for initializing an AI session.
|
Package onboard provides the command to generate a comprehensive context artifact for initializing an AI session. |
|
Package plan provides commands to plan project work.
|
Package plan provides commands to plan project work. |
|
refine
Package refine provides the command to refine issues.
|
Package refine provides the command to refine issues. |
|
suggest-refinement
Package suggest provides the command to suggest issue refinements.
|
Package suggest provides the command to suggest issue refinements. |
|
Package summary provides the command to display a high-level dashboard of the project's status.
|
Package summary provides the command to display a high-level dashboard of the project's status. |
Click to show internal directories.
Click to hide internal directories.