Builders
Pick fields in the form, copy the generated script, run it on your machine. None of the builders below make any change on this page — they just generate the commands so you can review before pasting into your shell.
The same builders are available inside the dashboard at
/help on your local Hydrate daemon.
Initialise a project — point Hydrate at an existing repo and have the LLM draft a seed script that creates the project, pins starter canon, optionally backfills past sessions, and (with --dehydrate) replaces prose docs with their summaries. Dry-run by default — review the generated script before --apply.
. for cwd--out · where Hydrate writes the LLM-drafted seed script0 = nonehydrate dehydrate --apply after seeding canon--out file and regenerateDehydrate docs — shrink heavy markdown docs (CLAUDE.md, AGENTS.md, runbooks) into their distilled summaries, freeing context budget. Originals are kept as .pre-hydrate.bak so it's always reversible.
stub = file-level pointer · summary = section summaries · full = max compression*.md,docs/**/*.md.pre-hydrate.bak filesAdd facts & canon — record a single fact (retrieved when relevant) or pin a canon entry (always injected). Use canon for invariants, facts for incidental knowledge.
factHydration packs — bundle a project's canon + recent distilled sessions into a portable .hpack file. Share across machines or with teammates.
Backup & restore — encrypted archive of a project's facts, canon, and sessions. The passphrase is read interactively so it never lands in shell history.
Team git sync — share canon across a team via a normal git repo. The bootstrap action does the first-time setup; push/pull/status are everyday operations.
Skill mining — scan every Claude Code & Codex session JSONL on this machine for repeated workflows. Patterns above the threshold become skill candidates.
Narrative — generate a NARRATIVE.md by weaving together JSONL sessions, git history, and existing project docs. Run periodically (or with --update) to append new chapters as the project evolves.
.claude/projects lives