-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Severity: MEDIUM
File: src/nthlayer/specs/template_loader.py:77
Category: CLAUDE.md violation
template_loader raises bare RuntimeError: raise RuntimeError(f'Built-in templates directory not found: {templates_dir}'). Should use ConfigurationError from core/errors.py. As RuntimeError, it bypasses structured error handling and exit code system.
Fix: Replace with raise ConfigurationError(f'Built-in templates directory not found: {templates_dir}').
Beads: trellis-i1u5
Reactions are currently unavailable