Skip to content

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.

Terminal window
pnpm add -D @theholocron/holocron-config

In 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.