Skip to content

ysws-true-spend llms.txt: steer agents to DuckDB first - #70

Open
zachlatta wants to merge 1 commit into
mainfrom
update-ysws-true-spend-llms-duckdb
Open

zachlatta wants to merge 1 commit into
mainfrom
update-ysws-true-spend-llms-duckdb

Conversation

@zachlatta

Copy link
Copy Markdown
Member

Rewrites the generated llms.txt for ysws-true-spend.hackclub.com so agents that can run DuckDB use the .duckdb instead of walking the JSON.

  • New top section with two runnable recipes: ATTACH over HTTPS via httpfs (verified working against prod; host serves accept-ranges: bytes), or curl + open locally.
  • Every table with what one row means, the counted_as_spend filter, the withheld-orgs caveat, and the budgets-never-added-to-programs rule.
  • Machine readable: link copy and README now name the DuckDB as the preferred surface.
  • Test updated to assert the DuckDB recipe precedes the JSON map. 48/48 pass.

Claims in the file were checked against today's published database (298 programs; counted_as_spend sums match true_spend_dollars for all but Sunbeam, whose gap is its withheld org — now documented).

Lead with a 'How to query this' section: ATTACH the .duckdb over HTTPS via
httpfs (the host supports range requests, verified), or curl it once and open
locally. List every table with what one row means, the counted_as_spend filter,
and the budgets-are-never-added-to-programs rule. JSON layout stays, after.
Machine-readable link copy and README point at the DuckDB as the preferred
surface. Test asserts the DuckDB recipe precedes the JSON map.
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