Mosaic concepts pages now own the adapted content; source/license metadata under docs/reference/concepts. Adds ACT-1 agent-context planning capture, pinned concept test package + preparation utility, foundation observation notes (durability, evidence, federation, onboarding, workflow), and the #1495 consolidation assessment. TOOLS.md updated for the host-dev launcher.
26 lines
438 B
JSON
26 lines
438 B
JSON
{
|
|
"synthetic": true,
|
|
"workspaces": [
|
|
{
|
|
"id": "ws-active",
|
|
"state": "active",
|
|
"writer": "rocko-test",
|
|
"dirty": true
|
|
},
|
|
{
|
|
"id": "ws-unknown",
|
|
"state": "unknown",
|
|
"writer": null,
|
|
"dirty": true
|
|
},
|
|
{
|
|
"id": "ws-closed",
|
|
"state": "closed",
|
|
"writer": null,
|
|
"dirty": true,
|
|
"snapshotVerified": false,
|
|
"cleanupAuthorized": false
|
|
}
|
|
]
|
|
}
|