You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Summary: Replaced prior short AGENTS guidance with durable long-term memory structure and mandatory BUILDER-CRITIC loop.
157
+
- Criticality: Foundation process change governing agent behavior and decision quality.
154
158
- Details: Added stable sections for run/test, repo map, conventions, pitfalls; established append-only log protocol with correction semantics.
155
159
- Verification: `sed -n '1,260p' AGENTS.md`
156
160
- Links: `AGENTS.md`
157
161
158
-
- ID: `ML-20260211-004`
159
-
- Timestamp: `2026-02-11T09:19:14Z`
160
-
- Type: `change`
161
-
- Summary: Rewrote `README.md` to prioritize operator usability and ordered sections as requested.
162
-
- Details: Added explicit Need/Objective/Purpose, moved all practical usage content under `Usability & Features` (quickstart/examples/config/outputs/troubleshooting), and placed architecture/modules/deps/testing/security under `Technical Details`.
- Summary: Verification run identified environment/tooling limits and current test signal.
170
-
- Details: In this workspace, `docker` exists but neither `docker compose` plugin nor `docker-compose` binary is available; compose syntax could not be validated by execution. `python3 -m unittest discover -s plugins -p "*test*.py"` returns `Ran 0 tests`. Focused RedMesh suite runs but currently fails (`34` tests run, `1` failure, `3` errors with missing `service_info`/`web_tests_info` keys).
- Summary: Restored README citation section with the original BibTeX entries and improved end-of-doc discoverability.
186
-
- Details: BUILDER Intent: restore dropped `## Citation` content exactly and place it before `## License` so researchers can find it quickly. Change scope: `README.md`, `AGENTS.md`. Assumptions: prior citations were correct and should be preserved verbatim. CRITIC findings: risk of accidental BibTeX drift or malformed markdown fence during reinsertion. BUILDER response: copied entries verbatim from provided/previous content, used explicit `bibtex` fenced blocks, and validated marker strings and line placement.
187
-
- Verification: `rg -n "^## Citation|@misc\\{Ratio1EdgeNode|@inproceedings\\{Damian2025CSCS|@misc\\{Damian2025arXiv" README.md` (pass: section + all three entries found); `nl -ba README.md | sed -n '165,260p'` (pass: citation block rendered between Related Repositories and License)
188
-
- Links: `README.md`, `AGENTS.md`
189
-
190
-
- ID: `ML-20260211-008`
191
-
- Timestamp: `2026-02-11T12:30:01Z`
192
-
- Type: `change`
193
-
- Summary: Restored the previously removed `Contact` and `Project Financing Disclaimer` sections in README.
194
-
- Details: BUILDER Intent: reinsert the exact prior sections requested by user while keeping the recently restored citation block intact. Change scope: `README.md`, `AGENTS.md`. Assumptions: old section wording remained authoritative and should be restored verbatim. CRITIC findings: risk of introducing wording drift or placing sections in a confusing position near document end. BUILDER response: copied text directly from pre-rewrite README snapshot and inserted it immediately before `## License` to keep end-of-doc informational/legal sections grouped.
195
-
- Verification: `rg -n "^## Contact|^## Project Financing Disclaimer|support@ratio1.ai|SMIS 143488|SMIS 156084" README.md` (pass: both headings and key markers found); `nl -ba README.md | sed -n '210,280p'` (pass: sections rendered with expected paragraphs and order)
196
-
- Links: `README.md`, `AGENTS.md`
165
+
- Summary: Re-scoped AGENTS memory policy to critical-only logging and pruned prior ballast entries.
166
+
- Criticality: Fundamental governance change for long-term agent memory quality and signal-to-noise control.
167
+
- Details: Updated Hard Rules and BUILDER-CRITIC Step 4 to enforce critical/horizontal-only logging; removed non-critical historical entries (`ML-20260211-001`, `ML-20260211-004`, `ML-20260211-005`, `ML-20260211-006`, `ML-20260211-007`, `ML-20260211-008`) per owner request.
0 commit comments