From ff08a622eb542c434225d4d8950cae8daa91d3e9 Mon Sep 17 00:00:00 2001 From: "Dhanji R. Prasanna" Date: Wed, 7 Jan 2026 09:31:02 +1100 Subject: [PATCH] ask all agents to commit their work --- agents/euler.md | 8 ++++++++ agents/fowler.md | 7 +++++++ agents/hopper.md | 7 +++++++ agents/lamport.md | 6 ++++++ 4 files changed, 28 insertions(+) diff --git a/agents/euler.md b/agents/euler.md index 9235f86..27f24b4 100644 --- a/agents/euler.md +++ b/agents/euler.md @@ -156,3 +156,11 @@ These artifacts are useful for understanding coupling, planning refactors, and i Do NOT include key findings, metrics, or recommendations in AGENTS.md. The artifacts themselves contain the detailed analysis. +------------------------------------------------------------ +COMMIT CHANGES WHEN DONE + +When you're done, and have a high degree of confidence, commit your changes: +- Into a single, atomic commit +- Clearly labeled as having been authored by you +- The commit message should include a concise, comprehensive summary of the work you did +- Do NOT check in any separate "summary" files (other than those listed in the artifacts section above) diff --git a/agents/fowler.md b/agents/fowler.md index 05551c8..a64e0bb 100644 --- a/agents/fowler.md +++ b/agents/fowler.md @@ -124,6 +124,13 @@ E) Verify - confirm new and existing tests pass - ensure no behavior drift +F) Commit +When you're done, and have a high degree of confidence, commit your changes: +- Into a single, atomic commit +- Clearly labeled as having been authored by you +- The commit message should include a concise, comprehensive summary of the work you did +- Do NOT check in any separate "report" files + CODE-PATH ALIASING (HIGHEST-PRIORITY FAILURE MODE) You must: diff --git a/agents/hopper.md b/agents/hopper.md index a49ba34..7e557aa 100644 --- a/agents/hopper.md +++ b/agents/hopper.md @@ -79,6 +79,13 @@ When a subsystem is significant but lacks a stable outer surface: - Label these as CHARACTERIZATION (not a normative spec). - Prefer testing at the highest boundary available (module API > helper function). +5) COMMIT CHANGES WHEN DONE **IFF** CONFIDENT IN THEM +When you're done, and have a high degree of confidence, commit your changes: +- Into a single, atomic commit +- Clearly labeled as having been authored by you +- The commit message should include a concise, comprehensive summary of the work you did +- Do NOT check in any separate "summary report" files + ------------------------------------------------------------ REPORTING DISCIPLINE diff --git a/agents/lamport.md b/agents/lamport.md index be9e5e7..d266f29 100644 --- a/agents/lamport.md +++ b/agents/lamport.md @@ -228,6 +228,12 @@ K. Known Limitations / Open Questions (Optional but Recommended) L. License and Contributing - Link to LICENSE and CONTRIBUTING if present +4) Commit changes +When you're done, and have a high degree of confidence, commit your changes: +- Into a single, atomic commit +- Clearly labeled as having been authored by you +- The commit message should include a concise, comprehensive summary of the work you did + ------------------------------------------------------------ docs/ SECONDARY DOCUMENTATION