forked from Dicklesworthstone/coding_agent_session_search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathP2_PROJECT.json
More file actions
13 lines (13 loc) · 712 Bytes
/
Copy pathP2_PROJECT.json
File metadata and controls
13 lines (13 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"schema_version": 3,
"project_type": "capability",
"project_origin": "third_party",
"lifecycle_status": "incubating",
"summary": "Search Claude Code, Codex, OpenCode, and other coding-agent session histories through one local, provenance-preserving index.",
"use": "For a cited cross-agent handoff, run `cass pack \"QUERY\" --robot --refresh --workspace /absolute/project --max-tokens 4000`. For exact retrieval, use `cass search ... --robot --fields all`, then `cass view` or `cass expand`. Never run bare `cass`; it launches the interactive TUI.",
"proof": null,
"source": {
"relationship": "fork",
"upstream": "https://github.com/Dicklesworthstone/coding_agent_session_search"
}
}