II.
Page JSON
Structured · livepage:docs-agent-reference
Contributor Reference json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-agent-reference",
"_kind": "Page",
"_file": "wiki/docs/agent-reference.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/agent-reference/README.md",
"sourceKind": "repo-docs",
"title": "Contributor Reference",
"displayName": "Contributor Reference",
"slug": "docs/agent-reference",
"articlePath": "wiki/docs/agent-reference/README.md",
"article": "\n# Contributor Reference\n\nUse this directory as the source of truth for repository-level AI agent guidance.\n\n## Audience\n\n- Maintainers authoring or reviewing Babysitter processes in this repo\n- Contributors who need the runtime layout, command surface split, or repo map before they make changes\n- AI agents operating inside the monorepo under checked-in guidance\n\n## Start Here\n\n- [Command Surfaces](./command-surfaces.md)\n- [Repo Map](./repo-map.md)\n- [Runtime And Layout](./runtime-and-layout.md)\n- [Process Authoring Policy](./process-authoring.md)\n\n## Related Docs\n\n- [Testing Strategy](../testing/)\n- [Plugins Overview](../plugins.md)\n- [Plugin CLI Reference](../plugins/cli-reference.md)\n",
"documents": []
},
"outgoingEdges": [
{
"from": "page:docs-agent-reference",
"to": "page:docs-agent-reference-command-surfaces",
"kind": "contains_page"
},
{
"from": "page:docs-agent-reference",
"to": "page:docs-agent-reference-process-authoring",
"kind": "contains_page"
},
{
"from": "page:docs-agent-reference",
"to": "page:docs-agent-reference-repo-map",
"kind": "contains_page"
},
{
"from": "page:docs-agent-reference",
"to": "page:docs-agent-reference-runtime-and-layout",
"kind": "contains_page"
}
],
"incomingEdges": [
{
"from": "page:docs",
"to": "page:docs-agent-reference",
"kind": "contains_page"
}
]
}