Ldd Config banner
veegee82 veegee82

Ldd Config

Development community

Description

--- description: Show the current LDD hyperparameter config — which layer each value comes from (bundle default / project file / session override / inline) with full provenance. --- Report the effective LDD config as a three-column table: **key**, **effective value**, **source**. The source column must name the concrete layer the value came from: `bundle-default`, `.ldd/config.yaml`, `session (/ldd-set)`, or `inline (last LDD[...])`. Report the three exposed knobs (see `docs/ldd/hyperparameter

Installation

Installs to ~/.claude/skills/veegee82-loss-driven-development-ldd-config/SKILL.md

Terminal
mkdir -p ~/.claude/skills/veegee82-loss-driven-development-ldd-config && curl -fsSL https://raw.githubusercontent.com/veegee82/loss-driven-development/HEAD/commands/ldd-config.md -o ~/.claude/skills/veegee82-loss-driven-development-ldd-config/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository