codependix-configure
Installation
SKILL.md
Writing a codependix configuration
Codependix produces nothing until a configuration tells it what to export and
where. Every field is optional, and a workspace with no configuration file
resolves every graph type for every project to target: "none" — a successful
run that writes nothing. The configuration is the whole control surface; there
is no flag that selects a graph type.
import { type CodependixConfiguration } from "@codependix/configuration";