Holocron Config
@theholocron/holocron-config provides shareable configuration presets for the Holocron CLI. It is consumed internally by holocron setup to generate consistent tooling configs across all theholocron repositories.
Install
Section titled “Install”pnpm add -D @theholocron/holocron-configIn holocron.config.ts:
import { defineConfig } from "@theholocron/holocron-config";
export default defineConfig({ // your overrides});The CLI reads this file to determine which workflows to sync, which skills to install, and how to configure repo-level tooling.