# agnostic-ai v0.60.0: sync stops hiding project agent memory

> Source: <https://agnostic-ai.org/updates/2026-09-18-v0.60.0/>
> Published: 2026-09-17 22:00:00+00:00

# agnostic-ai v0.60.0: sync stops hiding project agent memory

Claude Code's shareable `agent-memory/` is no longer hidden by the managed `.gitignore` block. Run one sync, then decide whether to commit or ignore the files now visible to Git.

## What to do

1. Run `agnostic-ai sync` , then review`git status` for`.claude/agent-memory/` .
2. If you override `outputs.claude.dir` , review the moved generated files after sync.

## What changed

- Shareable Claude Code agent memory is no longer hidden from version control.
- Configured output directories now move their rules and commands with them.
- `agnostic-ai init --demo` adds a memory-curator skill for reviewing a store before changing it.

[Read the complete v0.60.0 release notes](https://github.com/Chemaclass/agnostic-ai/releases/tag/v0.60.0).
