15 lines
810 B
JSON
15 lines
810 B
JSON
{
|
|
"allowedTools": [
|
|
"Write",
|
|
"Edit",
|
|
"Read",
|
|
"Bash",
|
|
"Task",
|
|
"Glob",
|
|
"Grep",
|
|
"WebFetch",
|
|
"WebSearch"
|
|
],
|
|
"customInstructions": "This is a stateful infinite agentic loop system with robust state management and self-consistency validation. When executing commands:\n\n1. ALWAYS persist state after each batch of iterations\n2. Apply self-consistency validation using multiple independent checks\n3. Use majority voting to determine state reliability\n4. Track all used URLs to prevent duplicates\n5. Enable graceful resume from any interruption point\n6. Validate state integrity before and after operations\n\nState files in .claude/state/ are the single source of truth. File system is secondary. All operations should update state atomically to prevent corruption."
|
|
}
|