frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: CodeAlmanac – Self-updating wiki for your coding agent (local, Apache)

https://github.com/AlmanacCode/codealmanac
5•reveriedev•59m ago
Hello good people of HN,

This is Rohan from Almanac (YC S26).

Today I want to share CodeAlmanac. It is a self-updating wiki for your coding agent. It lives in your repo as Markdown files and updates from your conversations with your agent. It’s open-source, local, and free.

How it works

1. Install the CLI and pick your agent (it uses your CC or Codex sub)

2. It scans your codebase and generates an initial wiki.

3. A background job reads your agent conversations every few hours and updates the wiki

4. Your agent queries the wiki through a local SQLite index, using commands like codealmanac search and codealmanac show.

Principles it’s based on

Conversations as a primary source: There’s a lot you discuss with your agent, and there’s a lot said in those conversations that isn’t directly seen in the code. Why the code is shaped the way it is, what ideas you’ve explicitly rejected, and repeatable procedures that the agent did. We document what’s relevant for future agent runs from there.

Maintenance, maintenance, maintenance: An organised wiki is a queryable wiki. Since the first wiki, WikiWikiWeb, people have talked about the need for wiki gardening (see: https://wiki.c2.com/?WikiGardener=). In CodeAlmanac, an agent gardens your wiki every few hours.

Docs as code: The wiki lives in your repository as a folder, following the docs as code philosophy See: https://www.writethedocs.org/guide/docs-as-code/

Frequent updates: An outdated wiki is worse than no wiki (see: https://www.trevorlasn.com/blog/outdated-docs-are-tech-debt ). Almanac updates the wiki every 5 hours, and the time between updates is configurable.

What goes in the wiki

We have borrowed heavily from the Diataxis framework(https://diataxis.fr/). Here’s some of the things the wiki covers:

How-to guides (AKA Skills): These cover repeatable procedures and explain things step by step to the agent (eg., How to deploy the CLI, see: https://git.new/2uKhYr7 . They function much the same way as skills, but are connected to the rest of the knowledge base. I talk more about why we think skills are the wrong abstraction here.

Decisions: In every conversation with your agent, you make many important decisions. Almanac saves these inside the decisions folder. For example, our pipeline doesn’t commit code directly and instead lets the underlying model do it. This was automatically documented here: https://git.new/6M6Cprw

Architecture: Every time you start a new run, your agent needs to read and piece together the codebase. This burns tokens unnecessarily, especially on large codebases. We maintain docs on the entire architecture so it can read only what’s relevant: https://git.new/FJQdHVh.

Would love to hear your feedback and any feature requests!

Check it out here: https://github.com/AlmanacCode/codealmanac/

(We only support macOS right now, but are working to support Linux/Windows)

Too Old for Silicon Valley? Think Again. AI Is Changing the Math

https://www.kqed.org/news/12090173/too-old-for-silicon-valley-think-again-ai-is-changing-the-math
1•littlexsparkee•47s ago•0 comments

95% of the announced Nvidia Grace Blackwell GPU has yet to be deployed

https://bsky.app/profile/jessefelder.com/post/3mq7sfics7k2l
1•doener•2m ago•0 comments

Why heatwaves hit women harder

https://www.bbc.com/news/articles/c4gyp1knzzxo
1•bbg2401•3m ago•0 comments

Clever Hans

https://en.wikipedia.org/wiki/Clever_Hans
2•type0•3m ago•0 comments

LearnChess – Master Chess Through Understanding

https://learnchess.ai/
1•janpio•3m ago•0 comments

I Refactored a 10-Year-Old C# Codebase in 3 Days (Without Breaking Prod)

https://medium.com/devs-community/how-i-refactored-a-10-year-old-c-codebase-in-3-days-without-bre...
1•sukhpinder0804•5m ago•0 comments

Central Banks Are Joining the AI Bubble Debate

https://www.forbes.com/sites/ronschmelzer/2026/07/08/central-banks-are-joining-the-ai-bubble-debate/
1•jack1689•5m ago•1 comments

Curb impacts of AI on programming to maintain EU sovereignty

https://www.draketo.de/software/curb-ai-impact
1•summm•5m ago•0 comments

China Weighs Limits on the AI Models American Companies Love

https://www.wsj.com/tech/ai/china-weighs-limits-on-the-ai-models-american-companies-love-c3ad8f2b
1•Brajeshwar•6m ago•0 comments

Ventoy

https://www.ventoy.net/en/index.html
1•LorenDB•7m ago•0 comments

EnclaveX: End-to-End Confidential AI with CPU/GPU Tees

https://arxiv.org/abs/2606.31408
1•Jimmc414•9m ago•0 comments

Characterizing and Bridging the Diagnostic Gap in eBPF Verifier Rejections

https://arxiv.org/abs/2607.02748
1•Jimmc414•9m ago•0 comments

Ben Bernanke Joins Anthropic Oversight Trust

https://www.bloomberg.com/news/articles/2026-07-09/former-fed-chairman-ben-bernanke-joins-anthrop...
2•tcp_handshaker•11m ago•1 comments

HTTP 451

https://en.wikipedia.org/wiki/HTTP_451
1•EndXA•11m ago•0 comments

David Anderman's Sovera is building a sovereign LEO broadband network

https://runtimewire.com/article/exclusive-david-anderman-s-sovera-is-building-a-sovereign-leo-bro...
1•ryanmerket•12m ago•0 comments

Publishers Are Preparing to Opt Out of Google Search

https://www.adweek.com/media/publishers-opt-out-google-search/
2•thm•16m ago•0 comments

AI sector now checks all the classic bubble signs

https://www.youtube.com/watch?v=B_ody1Lpntk
2•tcp_handshaker•17m ago•0 comments

Claude weekly usage reset just now

2•mesmertech•17m ago•1 comments

U.S. Data Center Construction Tracker

https://learn.aiacontracts.com/datacentertracker/
2•petethomas•19m ago•1 comments

Are you telling me a readonly property is wrecking my performance?

https://shub.club/writings/2026/july/check-your-scrollheight/
1•forthwall•21m ago•0 comments

StreamTest – detect micro-cuts in your connection, not just speed

https://streamtest.app
1•perroton•22m ago•0 comments

AMD Linux Graphics Driver Working to Clear Out All of Its BUG()s

https://www.phoronix.com/news/AMDGPU-Clearing-Out-BUGs
1•doener•23m ago•0 comments

Show HN: Free online security scanner I built solo

https://ansede.onrender.com/scan
1•mattybell•25m ago•1 comments

AI Data Centers

https://epoch.ai/data/ai-data-centers
2•petethomas•25m ago•0 comments

I Don't Like Defer

https://wedg.dev/posts/005-i-dont-like-defer/
2•wedg_•26m ago•0 comments

Monospace – All your data. One space

https://monospace.io/articles/introducing-monospace
1•janpio•28m ago•0 comments

Police arrests 5,800 suspects in global anti-fraud crackdown

https://www.bleepingcomputer.com/news/security/police-arrests-5-800-suspects-in-global-anti-fraud...
6•Brajeshwar•29m ago•0 comments

Ecological Succession

https://en.wikipedia.org/wiki/Ecological_succession
3•rolph•30m ago•0 comments

Hugging Face released their storage deduplication ratio and it's huge

https://old.reddit.com/r/cloudstorage/comments/1urxjv3/hugging_face_released_their_storage_dedupl...
2•lhoestq•31m ago•0 comments

FrontierFinance: The largest open benchmark for investor workflows

https://research.samaya.ai/benchmarks/frontier-finance
7•ashwinpp•31m ago•0 comments