openclaw/extensions/memory-core
Peter Steinberger 669db2968f
refactor(agents): retire TOOLS.md into an AGENTS.md section with a doctor migration (#113966)
* fix(agents): stop retired attestation hashes from faking a vanished workspace

* feat(agents): migrate TOOLS.md content into the AGENTS.md tools section

* refactor(agents): drop TOOLS.md from the workspace bootstrap set

* refactor(policy): read tool policy entries from AGENTS.md

* docs: describe local tool notes as an AGENTS.md section

* test(codex): drop TOOLS.md developer-instruction coverage with the removed path

* test(agents): cover the TOOLS.md doctor migration behaviors

* refactor(doctor): satisfy TOOLS.md migration lint

* test(agents): split workspace attestation survival coverage

* refactor(codex): simplify workspace context basenames

* refactor(doctor): keep TOOLS.md migration helpers module-local

* docs: regenerate docs map

* fix(doctor): keep migration claims fresh

* fix(doctor): preserve nested tool notes

* refactor(doctor): split tools migration helpers

* refactor(doctor): limit TOOLS.md migration to workspace root

* style(doctor): keep migration under line limit

* fix(doctor): recover interrupted AGENTS publish

* docs(hooks): describe root-only TOOLS.md migration accurately

* fix(doctor): preserve migrated tool guidance visibility

* test(agents): regenerate prompt snapshots after rebase

* fix(policy): block evaluation while TOOLS.md is unmigrated

* fix(doctor): check merged bootstrap budget per agent

* fix(doctor): keep budget helper internal

* refactor(doctor): keep migration budget helpers to their consumers
2026-07-27 03:56:30 -04:00
..
src refactor(agents): retire TOOLS.md into an AGENTS.md section with a doctor migration (#113966) 2026-07-27 03:56:30 -04:00
api.ts fix: store memory-core dreams state in sqlite (#91056) 2026-06-06 18:38:45 -07:00
cli-metadata.test.ts refactor(memory): move QMD coordination to SQLite (#109636) 2026-07-16 22:01:34 -07:00
cli-metadata.ts refactor(memory): move QMD coordination to SQLite (#109636) 2026-07-16 22:01:34 -07:00
cli.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
doctor-contract-api.test.ts refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
doctor-contract-api.ts refactor(memory): split retained state migrations (#113542) 2026-07-25 01:03:35 -07:00
index.test.ts refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
index.ts feat: let agents remember across private conversations (#100140) 2026-07-18 08:21:43 +01:00
manager-runtime.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
openclaw.plugin.json fix(agents): retry empty post-tool final turns (#93073) 2026-06-15 00:08:57 -07:00
package.json chore(deps): refresh repository dependencies (#112453) 2026-07-23 16:17:13 +00:00
runtime-api.ts refactor(plugin-sdk): inject memory local service per call 2026-07-12 06:33:57 +08:00
tsconfig.json