Skip to content

series-routine.md: the routine reads the symbol list from the registry, not from its own table - #117

Merged
mspinola merged 1 commit into
mainfrom
claude/series-routine-reads-registry
Sep 18, 2026
Merged

mspinola merged 1 commit into
mainfrom
claude/series-routine-reads-registry

Conversation

@mspinola

Copy link
Copy Markdown
Owner

Summary

Docs only, but operational. The build refuses any registry series symbol with no raw files (a missed pull), and nothing but the routine pulls a series symbol, so a routine on the file's fixed table fails every build from the night the registry grows. marketdata #33 added two series (NASDAQ_ADV, NASDAQ_DEC) the day the routines went live; the box has not pulled it yet, and the first pull would have failed that night's build and skipped the syncs.

Step 2 now reads registry.yaml on the box and pulls every entry with a tradingview: key (entry name = raw folder, key value = call symbol). The table stays for the reader, dated. The box's live copy gets the same section.

🤖 Generated with Claude Code

…y, not from its own table

The build refuses any registry series symbol that has no raw files, as a
missed pull, and nothing but the routine pulls a series symbol. A routine
working from the fixed table in this file therefore fails every build from
the night the registry grows until someone edits the table. marketdata #33
added two series (the Nasdaq advance and decline counts) the same day the
routines went live, so the first such night was one pull away.

Step 2 now reads marketdata's registry.yaml on the box and pulls every entry
carrying a `tradingview:` key, the entry's name being the raw folder and the
key's value the call symbol. The table at the bottom stays for the reader,
dated, with the registry named as the authority.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@mspinola
mspinola merged commit 4c76d86 into main Sep 18, 2026
@mspinola
mspinola deleted the claude/series-routine-reads-registry branch September 18, 2026 02:19
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