aipat.ch· patching the gaps in AI
← Back to all projects
Coordination DVT · 03

docVault

docVault is a shared knowledge base that every AI on my server can read and contribute to. When a default prompt isn't the right place for something, it goes here instead. If Claude keeps making the same mistake, I have it write the learning into docVault and every bot on the server picks it up.

Coordination In progress fastify · mcp · postgres

About this project

Every AI on the server shares docVault. It is a single document store, and any bot can read from it, search it, or write into it. Claude isn't the only AI running on hp, and docVault is open to all of them.

The point is to hold knowledge that belongs to the fleet rather than to any one bot. A bot's default system prompt covers always-relevant stuff. But much of what I want a bot to know is situational: how to create a new project properly, how to write a test, how to use a specific internal tool. You don't want all of that in every prompt, you want it on demand and consistent across every bot. docVault is that.

When Claude picks up a bad habit or makes the same mistake repeatedly, I have that Claude write what it learned into docVault, on whichever page the knowledge actually fits. It's task-dependent. Next time a bot is working on something relevant, it pulls that page in and the learning is already there. It does balloon over time, so every so often I go through and tighten the language. It has made the whole fleet feel noticeably more cohesive across projects.

Screenshots

docVault document browser
Web · desktop docVault document browser

Details

RefDVT · 03
ZoneCoordination
StatusIn progress
Stackfastify · mcp · postgres
Source Not published