Skip to main content

Portable local memory seed for file-reading AI coding agents

Project description

Memory Seed

Memory Seed is a portable local memory system for AI coding agents.

It provides a small set of plain Markdown control-plane files that can be planted into a new or existing project. During bootstrap, the seed generates project-specific operating memory so future agent sessions can recover the project's purpose, current state, conventions, risks, and recent decisions without depending on vendor-hosted memory.

Goals

  • Keep project memory local, inspectable, and portable.
  • Support file-reading AI coding agents through predictable Markdown files.
  • Route tool-specific entry files into one shared .AGENTS/ memory core.
  • Generate project-specific index.md, context.md, style.md, and session logs during bootstrap.
  • Archive reusable control-plane versions while keeping generated project memory outside version archives.

Reusable Seed Files

AGENTS.md
CLAUDE.md
GEMINI.md
.AGENTS/
  agent-rules.md
  project-bootstrap.md

Generated Per-Project Files

.AGENTS/
  index.md
  context.md
  style.md
  sessions/

Current Version

The current reusable control-plane version is 1.2.

Archived reusable versions are stored under .AGENTS/archive/<version>/.

Python CLI

Memory Seed includes a small Python CLI.

From this repository, run:

python -m memory_seed.cli version
python -m memory_seed.cli doctor
python -m memory_seed.cli init --dry-run

The init command copies only the reusable seed files into the current folder:

AGENTS.md
CLAUDE.md
GEMINI.md
.AGENTS/agent-rules.md
.AGENTS/project-bootstrap.md

It does not copy generated project memory such as .AGENTS/context.md, .AGENTS/index.md, .AGENTS/style.md, .AGENTS/sessions/, or .AGENTS/archive/.

Use --dry-run to preview without changing files. Use --force only when you intentionally want to back up and replace existing seed files.

When --force creates backups, Memory Seed adds .AGENTS/backups/ to the target project's .gitignore to reduce the chance of committing replaced local memory files.

Public Memory Hygiene

Memory Seed files are plain Markdown and may be committed with a project. Treat .AGENTS files as publishable unless the project is explicitly private.

Do not put secrets, credentials, tokens, private keys, sensitive account details, client confidential information, or unnecessary personal data into generated memory files or session logs.

Publishing

This repository is configured for PyPI trusted publishing from GitHub Actions.

PyPI pending publisher settings should match:

PyPI Project Name: memory-seed
Owner: jnl-tshi
Repository name: memory-seed
Workflow name: publish.yml
Environment name: pypi

The publish workflow lives at .github/workflows/publish.yml. It runs tests, builds the package with uv build, and publishes through PyPI's trusted publisher flow.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memory_seed-1.2.1.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

memory_seed-1.2.1-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

Details for the file memory_seed-1.2.1.tar.gz.

File metadata

  • Download URL: memory_seed-1.2.1.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for memory_seed-1.2.1.tar.gz
Algorithm Hash digest
SHA256 5b1d94b8039fadf6fd274a2befa29cf6a89f483c8d8816da771e730caa86ca76
MD5 f8c9a681fd3a236373bd2dd967ccabdb
BLAKE2b-256 91e44805e6230e4b23fda3fb5ea043b939dcb6681940fef574deaff537fd13d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for memory_seed-1.2.1.tar.gz:

Publisher: publish.yml on jnl-tshi/memory-seed

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file memory_seed-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: memory_seed-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 16.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for memory_seed-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 470d0442b8b498802772655184830a88e9e5d65215c40b217d7b1e0f7fd7f624
MD5 6e477399402243f920c1d7e99ea11919
BLAKE2b-256 0cacf29c167c3de1c69ba4260db6cfca3f98335802a8bdda7f5498e7590a7b36

See more details on using hashes here.

Provenance

The following attestation bundles were made for memory_seed-1.2.1-py3-none-any.whl:

Publisher: publish.yml on jnl-tshi/memory-seed

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page