Releases: s1oopX/agent-memory-workflow
Release list
v0.1.20
0.1.20
- Added dedicated local-first usage guides in Chinese and English to turn the distributed local workflow guidance into one operator-facing path.
- Linked the new guide from the Chinese and English READMEs and clarified the recommended order of file protocol, CLI, skill adapters, and SDK work.
- Updated fixed-tag documentation examples to
v0.1.20.
v0.1.19
Changes
- Documented the preflight --json managed-source fields in the Chinese and English READMEs.
- Added a minimal JSON shape example for automation consumers reading sources.managed_files.
- Bumped package version to 0.1.19.
Verification
- npm run ci
- git diff --check
- GitHub Actions CI passed for b0dcf25.
v0.1.18
Changes
- Strengthened preflight so it validates every workflow-managed source file, not only the top-level template and script entrypoints.
- Added smoke coverage proving preflight fails when a managed source file is missing from the packaged source tree.
- Updated README documentation to describe the stronger preflight behavior.
- Bumped package version to 0.1.18.
Verification
- npm run ci
- git diff --check
- GitHub Actions CI passed for f71c09a.
v0.1.17
Changes
- Expanded README.en.md into a full formal English project homepage aligned with the default Chinese README.
- Updated fixed-tag README examples to point at v0.1.17.
- Bumped package version to 0.1.17.
Verification
- npm run ci
- git diff --check
- GitHub Actions CI passed for 7cd7052.
v0.1.16
Changes
- Expanded the default Chinese README into a formal project homepage with clearer positioning, installation paths, lifecycle guidance, command reference, safety boundaries, maintenance policy, quality gates, and reproduction contract.
- Synchronized README.zh-CN.md with the default Chinese README.
- Bumped package version to 0.1.16.
Verification
- npm run ci
- git diff --check
- GitHub Actions CI passed for 6f84bb5.
v0.1.15
Changed dry-run initialization to exit nonzero when the simulated operation would fail because an existing target file requires --force. Conflicting dry runs still write no files and now report Result: FAIL. Verified with npm run ci, manual dry-run conflict smoke testing, and GitHub Actions CI.
v0.1.14
Strengthened agent-memory-workflow preflight so existing non-workflow target directories fail when they already contain workflow-managed files that would block normal initialization. Added text and JSON smoke coverage. Verified with npm run ci, manual conflict preflight smoke testing, and GitHub Actions CI.
v0.1.13
v0.1.12
v0.1.11
Added agent-memory-workflow import-prompt and --json output so users and scripts can retrieve the exact instruction and paths for importing local memory into a new agent. Verified with npm run ci, manual import-prompt smoke testing, and GitHub Actions CI.