From ca15778d5342d77715787c095baaef1f5d5a75e3 Mon Sep 17 00:00:00 2001 From: lachtan Date: Wed, 9 Sep 2026 14:39:36 +0200 Subject: [PATCH] nanobot: 2026-09-09 14:39:35 --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 9294311..f1e10fa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -118,6 +118,12 @@ something, that is a request for information only. Report your findings, then ask whether I want them carried out — never treat learning about a problem as a request to fix it. When in doubt, ask first. +## Git commits for workspace changes + +Whenever the agent modifies any skill or any file in the workspace (including dream/runtime changes), make a git commit in the workspace repo. Commit message: current date and time in SQL format (`YYYY-MM-DD HH:MM:SS`), prefixed to indicate it's a nanobot agent change, e.g.: + +`nanobot: 2026-02-12 14:35:07` + ## Behavioral Guidelines 1. Don't assume. Don't hide confusion. Surface tradeoffs.