Changelog
August 7, 2026 ยท View on GitHub
This file records repository-level changes for the AtomicMemory public monorepo. Package-specific API and release notes live with each package:
packages/core/CHANGELOG.mdpackages/sdk/CHANGELOG.mdpackages/cli/CHANGELOG.mdpackages/mcp-server/CHANGELOG.md- adapter and plugin changelogs when those packages add package-specific release notes
The format is based on Keep a Changelog, and package versions follow semver unless a package is intentionally unpublished or publish pending.
Unreleased
Added
- Consolidation of
@atomicmemory/cliintoam: memory package, SDK ingest modes, agent output envelope, lifecycle hooks, and relocations. Theatomicmemorytoamcommand map lives incrates/cli/README.md. am memory package, SDK-alignedam memory ingest --mode, global--agentoutput envelope, andam hooks(install / run / doctor / uninstall) for Codex and Claude Code.- Maintainer
pnpm run validate:clifor the relocated npmvalidatesurface. - Initial clean-history public monorepo foundation.
- Public package matrix, README, contributing guide, security policy, roadmap, and code of conduct.
- Public smoke contract package under
tests/smoke. - CI lanes for package metadata, repo hygiene, affected build/test validation, package dry-runs, docs contract validation, public smoke checks, and security compliance.
- Source snapshot provenance manifests for packages, adapters, plugins, and public validation assets.
- Metadata-only cutover versions for published packages so npm registry metadata can point at the monorepo.
- CLI (
am) public install channel via GitHub Releases andget.atomicstrata.ai, with install and verification steps incrates/cli/README.md. am integratefor global host MCP install into Cursor, Claude Code, and Codex (list,detect,install,update,doctor,uninstall). Seecrates/cli/README.md.- MCP
memory_ingestreserved-metadata preflight and agent-facing schema guidance in@atomicmemory/mcp-server0.1.5. Seepackages/mcp-server/CHANGELOG.md. - Codex and OpenClaw plugin skills now direct agents to record lineage in
provenanceand reservemetadatafor integration keys, matching the MCP guidance above (plugin packages 0.2.2).
Fixed
- Core OpenAI chat parameter selection and retry mitigations for reasoning and
token-limit SKUs (no public API change). See
packages/core/CHANGELOG.md.
Changed
@atomicmemory/cli(atomicmemory) is deprecated in favor ofam; see consolidation doc for command mapping and smoke-contract updates. It stays published and supported forimport --type llmwiki(not yet ported toamor the SDK) and legacy workflows. The deprecation is surfaced inatomicmemory help, this changelog, the package README, and the public smoke contract โ deliberately not as a runtime stderr banner, which would violate the CLI's output contracts (--output quietmust emit nothing,--agent/--jsonmust keep stderr clean, and onlysrc/renderers/*may write to the streams).
Notes
- Internal eng-team prebuilds (
cli-internal-*) are a contributor channel and not a public product install path. Public installs use GitHub Releases or theget.atomicstrata.aimirror. - Package publishes, old-repo redirects, and marketplace resubmissions are tracked as separate release operations.