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