Versions in this module Expand all Collapse all v0 v0.3.2 Aug 29, 2026 v0.3.1 Aug 29, 2026 v0.3.0 Aug 29, 2026 Changes in this version type ListResult + Total int + TotalIsLowerBound bool v0.2.5 Aug 28, 2026 v0.2.4 Aug 28, 2026 v0.2.3 Aug 28, 2026 v0.2.2 Aug 28, 2026 v0.2.1 Aug 28, 2026 v0.2.0 Aug 28, 2026 Changes in this version + func New() *cobra.Command + type BugCreateParams struct + Component string + Description string + Severity string + Title string + type BugCreateResult struct + BugID string + Severity string + Title string + Token string + type BugListParams struct + Limit int + Severity string + Status string + type BugListResult struct + Bugs []*storage.Token + Count int + Total int + type CreateParams struct + Aspect string + Feature string + Owner string + ReqID string + Status string + type CreateResult struct + Aspect string + Feature string + ReqID string + Status string + Token string + type DepsParams struct + Direction string + ReqID string + type DepsResult struct + Count int + Dependencies []string + Direction string + ReqID string + type FilesParams struct + ReqID string + type FilesResult struct + FileCount int + Files []string + ReqID string + type GapMarkParams struct + ClaimID string + Judgment string + Reason string + type GapMarkResult struct + ClaimID string + Judgment string + Message string + type GrepParams struct + Field string + Limit int + Pattern string + type GrepResult struct + Count int + Field string + Pattern string + Tokens []*storage.Token + Total int + TotalIsLowerBound bool + type ImplementParams struct + ReqID string + type ImplementResult struct + CurrentPhase string + Guidance string + HasPlan bool + HasSpec bool + Message string + PlanPath string + ReqID string + SpecPath string + TokenCount int + type IndexParams struct + Rebuild bool + Root string + type IndexResult struct + FilesScanned int + Message string + TokensIndexed int + type ListParams struct + Aspect string + Limit int + Owner string + Status string + type ListResult struct + Count int + Tokens []*storage.Token + type NextParams struct + Aspect string + Status string + type NextResult struct + Aspect string + Feature string + Message string + Priority int + ReqID string + Status string + Token *storage.Token + type PlanParams struct + ReqID string + TechStack string + type PlanResult struct + Message string + PlanPath string + ReqID string + TechStack string + type PrioritizeParams struct + Priority int + ReqID string + type PrioritizeResult struct + Message string + Priority int + ReqID string + Updated int + type ScanParams struct + ProjectOnly bool + Root string + type ScanResult struct + Message string + Root string + Tokens int + type SearchParams struct + Keywords string + Limit int + type SearchResult struct + Count int + Keywords string + Tokens []*storage.Token + Total int + TotalIsLowerBound bool + type ShowParams struct + Limit int + ReqID string + type ShowResult struct + Count int + ReqID string + Tokens []*storage.Token + Total int + type SpecifyParams struct + Aspect string + Description string + type SpecifyResult struct + Aspect string + Description string + Message string + SpecPath string + type StatusParams struct + ReqID string + type StatusResult struct + CompletionPct int + ReqID string + Stats StatusStats + Tokens []*storage.Token + Total int + type StatusStats struct + Benched int + Completed int + Impl int + Stub int + Tested int + Total int + type ViewParams struct + Limit int + ReqID string