Skip to content

Releases: s1oopX/agent-memory-workflow

v0.1.20

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 10:25

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

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 10:02

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

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 09:55

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

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 08:54

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

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 08:37

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

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 08:18

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

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 08:00

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

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 07:42

Clarified npx wrapper documentation now that the CLI includes direct read-only diagnostics, path, and import-prompt commands in addition to PowerShell-backed initialization and verification. Verified with npm run ci and GitHub Actions CI.

v0.1.12

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 07:30

Updated GitHub Actions dependencies to actions/checkout@v6 and actions/setup-node@v6 to avoid the Node 20 action-runtime deprecation. Verified with npm run ci, GitHub API tag checks, and GitHub Actions CI.

v0.1.11

Choose a tag to compare

@s1oopX s1oopX released this 17 Jun 07:20

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.