Skip to content

docs: add memcanon install hint (memcanon is not on PyPI yet)#17

Merged
hinanohart merged 1 commit into
mainfrom
docs/memcanon-install-hint
May 28, 2026
Merged

docs: add memcanon install hint (memcanon is not on PyPI yet)#17
hinanohart merged 1 commit into
mainfrom
docs/memcanon-install-hint

Conversation

@hinanohart

Copy link
Copy Markdown
Owner

Why

Post-release meta-audit on memcanon v0.2.0a1 found that this repo's
'Audit-trail integration (memcanon)' README section documents a Python
snippet importing memcanon.emit, but never tells the reader how to
install memcanon. A reader who runs pip install memcanon would have
hit ERROR: No matching distribution because memcanon is not on PyPI.

What

One-line install-hint callout above the existing Python snippet,
pinned to memcanon v0.2.0a2 via git+https.

Out of scope

  • Code in this repo is unchanged.
  • Adding a runtime dependency on memcanon is not done here;
    the snippet stays optional / opt-in as before.

Mirrors the same one-liner added to memcanon's own README in
memcanon PR #3.

🤖 Generated with Claude Code

The 'Audit-trail integration (memcanon)' section already documents
a Python snippet that imports `memcanon.emit`. A reader running that
snippet would first hit `pip install memcanon` -> `No matching
distribution` because memcanon is not on PyPI. Add a one-line callout
with the git+https form pinned to memcanon v0.2.0a2.

Mirrors the same one-line install hint added to memcanon's own README
in memcanon PR #3.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hinanohart hinanohart merged commit b7801c1 into main May 28, 2026
3 checks passed
@hinanohart hinanohart deleted the docs/memcanon-install-hint branch May 28, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant