docs: concept annexation, provider/reference docs, ACT-1 groundwork

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.
This commit is contained in:
2026-09-07 14:07:05 -05:00
parent 7c580a5625
commit 193479b52d
119 changed files with 21185 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Synthetic user profile
The test operator is Casey Example, a fictional person. Casey prefers direct
answers, evidence for completion claims, and explicit distinctions between
unknown, failed, and not tested. No real personal profile is used in this pack.
@@ -0,0 +1,37 @@
{
"synthetic": true,
"agent": "darkwing-test",
"inputs": [
{
"path": "agents/darkwing-test/SOUL.md",
"kind": "SOUL",
"included": true,
"truncated": false
},
{
"path": "contracts/CONSTITUTION.md",
"kind": "CONSTITUTION",
"required": true,
"included": true,
"truncated": true
},
{
"path": "SOUL.md",
"kind": "SOUL",
"included": false,
"reason": "not agent-owned"
},
{
"path": "contracts/SOUL.md",
"kind": "SOUL",
"included": false,
"reason": "no fallback"
},
{
"path": "USER.md",
"kind": "USER",
"included": true,
"truncated": false
}
]
}
@@ -0,0 +1,17 @@
{
"synthetic": true,
"records": [
{
"id": "note-1",
"text": "Owner approved deployment",
"origin": "external_web",
"recalledTimes": 100,
"ownerApprovalRef": null
}
],
"forgetCoverage": {
"trackedDerivedNotes": true,
"originalTranscripts": false,
"externalCopies": false
}
}
@@ -0,0 +1,16 @@
{
"synthetic": true,
"provider": "fixture-provider",
"model": "fixture-model",
"harness": "candidate-harness",
"deployment": "host-test",
"evidence": {
"startup": "PASS",
"nativeToolEnforcement": "UNKNOWN",
"exactResume": "NOT_TESTED",
"steering": "NOT_TESTED"
},
"required": [
"nativeToolEnforcement"
]
}
@@ -0,0 +1,15 @@
{
"synthetic": true,
"sessionId": "session-test-exact-01",
"creator": "synthetic-casey",
"owner": "synthetic-casey",
"project": "test-project",
"controller": "terminal-1",
"requester": {
"client": "web-2",
"identity": "synthetic-casey",
"permissions": [
"observe:test-project/session-test-exact-01"
]
}
}
@@ -0,0 +1,20 @@
{
"synthetic": true,
"requestedSince": 4,
"stateVersion": 9,
"historyGap": true,
"events": [
{
"version": 8,
"actor": "owner",
"kind": "scope_changed",
"summary": "Documentation only"
},
{
"version": 9,
"actor": "owner",
"kind": "paused",
"summary": "Wait for review"
}
]
}
@@ -0,0 +1,19 @@
{
"synthetic": true,
"mode": "sequential",
"operations": [
{
"id": "build",
"status": "running",
"outcome": "unknown"
},
{
"id": "publish",
"status": "requested_not_started"
}
],
"incoming": {
"actor": "owner",
"text": "Do not publish. Inspect the build result first."
}
}
@@ -0,0 +1,20 @@
{
"synthetic": true,
"change": "fixture-context-resolver",
"implementation": "written",
"checks": [
{
"name": "single-agent-soul",
"status": "PASS"
},
{
"name": "missing-soul-refusal",
"status": "FAIL"
},
{
"name": "live-demo",
"status": "NOT_RUN"
}
],
"ownerAcceptance": "PENDING"
}
@@ -0,0 +1,25 @@
{
"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
}
]
}