-
-
Notifications
You must be signed in to change notification settings - Fork 6
Sweep src/ for hardcoded literals that should migrate to operational_config.yaml (ADR-040) #774
Copy link
Copy link
Open
Labels
help-wantedScoped for external contribution; may need 1-2 linked ADRs read first, no governance authorship.Scoped for external contribution; may need 1-2 linked ADRs read first, no governance authorship.priority:mediumDefault priority. Picked at session-start based on leverage and context, not urgency.Default priority. Picked at session-start based on leverage and context, not urgency.technical-debtKnown gaps, workarounds, or undertested areas to resolveKnown gaps, workarounds, or undertested areas to resolvetype:taskSingle executable unit of work. One session, one outcome. The default for most issues.Single executable unit of work. One session, one outcome. The default for most issues.
Description
Metadata
Metadata
Assignees
Labels
help-wantedScoped for external contribution; may need 1-2 linked ADRs read first, no governance authorship.Scoped for external contribution; may need 1-2 linked ADRs read first, no governance authorship.priority:mediumDefault priority. Picked at session-start based on leverage and context, not urgency.Default priority. Picked at session-start based on leverage and context, not urgency.technical-debtKnown gaps, workarounds, or undertested areas to resolveKnown gaps, workarounds, or undertested areas to resolvetype:taskSingle executable unit of work. One session, one outcome. The default for most issues.Single executable unit of work. One session, one outcome. The default for most issues.
ADR-040's principle — every runtime-behavior knob out of src/ literals and into .intent/enforcement/config/operational_config.yaml, read via IntentRepository — is a direction, not a finished state. T2.3 (66cf731) found split_confidence_threshold living outside it (in governance_paths.yaml, read raw); more literals surely remain in src/. Run a verification sweep for magic numbers / hardcoded thresholds that should become governed knobs, and migrate them. Origin: external-review session, governor's founding config-out-of-code idea.