II.
Experiment JSON
Structured · liveexperiment:cursor-capability-gaps
Cursor Capability Gaps Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:cursor-capability-gaps",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cursor Capability Gaps Review",
"description": "Manual review of Cursor capabilities confirming documented gaps and\nstrengths: no standalone CLI mode, no subagent dispatch, but has\nwhole-codebase vector index for RAG.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-10",
"completedAt": "2026-05-10",
"evidence": "Reviewed atlas graph agent-version and knowledge-fabric-impl nodes for\nCursor. Confirmed:\n- install:manual, cliCommand launches IDE only, no headless --print mode\n- No supports edge for capability:supports-subagent-dispatch\n- knowledge-fabric-impl:cursor.knowledge@current describes whole-codebase\n vector store indexing with @-mention context pinning\nAll three claims remain accurate.\n"
},
"outgoingEdges": [
{
"from": "experiment:cursor-capability-gaps",
"to": "claim:cursor-lacks-cli-mode",
"kind": "tests_claim"
},
{
"from": "experiment:cursor-capability-gaps",
"to": "claim:cursor-lacks-subagent-dispatch",
"kind": "tests_claim"
},
{
"from": "experiment:cursor-capability-gaps",
"to": "claim:cursor-has-codebase-index",
"kind": "tests_claim"
}
],
"incomingEdges": []
}