Commit Graph

2 Commits

Author SHA1 Message Date
Eric Turner
2a37e33fd6 docs: point Signal & Noise links at self-hosted version
Replace all four references to the Claude public artifact URL with the
self-hosted version at eric-turner.com/memex/signal-and-noise.html plus
the offline-capable archive at docs/artifacts/signal-and-noise.html.

The Claude artifact can now be unpublished without breaking any links
in the repo. The self-hosted HTML is deployed to the Hugo site's static
directory and lives alongside the archived copy in this repo — either
can stand on its own.
2026-04-12 21:42:11 -06:00
Eric Turner
ee54a2f5d4 Initial commit — memex
A compounding LLM-maintained knowledge wiki.

Synthesis of Andrej Karpathy's persistent-wiki gist and milla-jovovich's
mempalace, with an automation layer on top for conversation mining, URL
harvesting, human-in-the-loop staging, staleness decay, and hygiene.

Includes:
- 11 pipeline scripts (extract, summarize, index, harvest, stage,
  hygiene, maintain, sync, + shared library)
- Full docs: README, SETUP, ARCHITECTURE, DESIGN-RATIONALE, CUSTOMIZE
- Example CLAUDE.md files (wiki schema + global instructions) tuned for
  the three-collection qmd setup
- 171-test pytest suite (cross-platform, runs in ~1.3s)
- MIT licensed
2026-04-12 21:16:02 -06:00