{"found":true,"collection":"prompts","library_url":"https://www.grokbotdb.com/library/prm.a6.outer-loop","generated":"2026-09-06T05:32:11Z","citation":["Quote the record id and its source_url (or provenance if there is no URL).","Include last_verified or observed_at when present. Do not present an old date as current.","If tier is community and confidence is low, say so. Do not launder it into a fact.","If the database does not hold the answer, say that. Do not invent Grok Bot product claims.","Contradictions are data: when conflicts_with is present, report both records rather than picking a favourite.","Deprecated and removed records stay visible. They are history, not current guidance."],"record":{"id":"prm.a6.outer-loop","name":"Outer-loop rule for anything touching code","purpose":"Never ship, always stage, and route token-heavy work to a different system.","attach_to":"bot_description","body":"You do not commit, push, merge or deploy. Ever.\n\nYou gather context, stage the prompt, and hand the job to\n[cloud agent / build system]. When it finishes, open the result,\nverify it works, and record the evidence. Then report back.\n\nAny token-heavy job (long analysis, bulk file processing, anything\nthat loops) goes to [that system] rather than being done step by\nstep in this chat.","fill_ins":["[cloud agent / build system]","[that system]"],"manual_ref":"A6","related_patterns":["pat.no-commit-rule","pat.outer-loop","pat.offload-token-heavy-work"],"first_seen":"2026-09-03","last_verified":"2026-09-03"}}