Sample Repo
This tiny repo shows what an Almanac wiki looks like after a few useful engineering sessions.
Try it from this directory:
npx codealmanac search "checkout"
npx codealmanac search --mentions src/checkout.ts
npx codealmanac show checkout-flow
npx codealmanac topics listThe important files are under .almanac/:
.almanac/README.mddefines the notability bar for the wiki..almanac/pages/checkout-flow.mdcaptures a cross-file flow..almanac/pages/payment-provider-timeouts.mdcaptures a gotcha..almanac/topics.yamlorganizes the pages.
There is no generated index.db checked in. Almanac rebuilds the local index when you query the wiki.