Skip to content

Emit Core Accessories columns in a fixed order - #2176

Merged
abrignoni merged 1 commit into
mainfrom
fix/core-accessories-column-order
Sep 13, 2026
Merged

Emit Core Accessories columns in a fixed order#2176
abrignoni merged 1 commit into
mainfrom
fix/core-accessories-column-order

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

The two Core Accessories artifacts (AccessoryD and UserEventAgent) now emit their columns in a fixed order. Both built their headers from a Python set, so the columns after the event time changed between runs with the interpreter's hash seed. The keys are now sorted after the event time column, which keeps its datetime type. Rows and row counts are unchanged.

🤖 Generated with Claude Code

Both Core Accessories artifacts built their report headers from a set, so
the column order after eventTime changed with the interpreter's hash seed.
The keys are now sorted after the event time column, which keeps its
datetime type. Rows and row counts are unchanged.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit feda45c into main Sep 13, 2026
10 checks passed
@abrignoni
abrignoni deleted the fix/core-accessories-column-order branch September 13, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant