Spaces:
Runtime error
Runtime error
File size: 451 Bytes
3436bdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"version": "v0",
"one_liner": "system context is the single bootstrap payload an agent reads to know where it is, what governs it, and which payloads it may emit.",
"fields": [
"entrypoint",
"current_position",
"lineage",
"taxonomy",
"policy",
"runtime_contract",
"payload_templates",
"latest_runtime_state"
],
"why": "a fresh agent should not need repo spelunking to get an honest picture of the system"
}
|