Documentation
¶
Overview ¶
Package cmd implements all mnemo CLI commands using cobra.
Command tree:
mnemo index — Scan and index AI tool session history mnemo search — Full-text search across all indexed sessions mnemo recent — List recent sessions mnemo context — Generate markdown context summary for a project mnemo blocks — Show 5-hour usage windows (Claude rate limit tracking) mnemo projects — Manage tracked project directories mnemo add — Index documentation/notes as a knowledge source mnemo tools — Detect installed AI coding tools mnemo serve — Start MCP server for Claude Desktop/Code integration mnemo install — Install plugins for Claude Code/Desktop and OpenCode mnemo onboarding — Run the interactive first-run experience mnemo configure — Set context injection mode (off/helper/assistant) mnemo version — Print version info
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "1.2.0" BuildDate = "2026-02-07" GitCommit = "dev" )
Build-time variables, overridden via -ldflags during goreleaser builds.
Functions ¶
Types ¶
type AITool ¶
AITool describes a supported AI coding assistant and the filesystem path where it stores conversation history.
type OpenCodeSessionMeta ¶
OpenCodeSessionMeta holds resolved metadata for an OpenCode session file.
Source Files
¶
- add.go
- blocks.go
- context.go
- index.go
- index_amp.go
- index_antigravity.go
- index_claude.go
- index_cline.go
- index_codex.go
- index_crush.go
- index_cursor.go
- index_gemini.go
- index_helpers.go
- index_kiro.go
- index_opencode.go
- index_vscode.go
- install.go
- onboarding.go
- opencode_helpers.go
- projects.go
- recent.go
- root.go
- search.go
- serve.go
- status.go
- tools.go
- version.go
Click to show internal directories.
Click to hide internal directories.