Skip to content

Commit 1fa3cc5

Browse files
claude[bot]github-actions[bot]claude
authored
chore(spec): auto-polish andrews-curves (#6817)
Automated spec polish from `daily-regen` pre-flight. **Spec:** `andrews-curves` ## What changed - Removed non-canonical `curve` tag from `plot_type` dimension (not in canonical vocabulary per spec-tags-generator.md) - Kept `line` as the appropriate canonical plot type (Andrews curves are fundamentally line-based visualizations) - Updated `updated` timestamp to current UTC ## Why The `plot_type` dimension uses a canonical vocabulary where every tag must be from the approved list (scatter, line, bar, pie, area, etc.). The tag `curve` is not in the canonical table and violates this constraint. The visualization is correctly characterized as `line`. ## Hard guarantees from the prompt - `id`, `issue`, `created` unchanged - No semantic changes (data shape, plot type, requirements identical) - `updated` bumped to current UTC Auto-merge enabled — will merge once required checks pass. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4a9bba4 commit 1fa3cc5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plots/andrews-curves/specification.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Andrews Curves for Multivariate Data
66

77
# Specification tracking
88
created: 2025-12-30T23:43:19Z
9-
updated: 2025-12-30T23:43:19Z
9+
updated: 2026-05-15T12:46:26Z
1010
issue: 2859
1111
suggested: MarkusNeusinger
1212

@@ -15,7 +15,6 @@ suggested: MarkusNeusinger
1515
tags:
1616
plot_type:
1717
- line
18-
- curve
1918
data_type:
2019
- numeric
2120
- multivariate

0 commit comments

Comments
 (0)