Command-line tools that belong around Idriç but do not belong in the compiler itself.
This repository is the consolidation point for the CLI/API-access programs that were previously scattered across service-specific branches, especially isomorphisms/az.
bin/az— Amazon product/price access and append-only price observations.bin/abe— AbeBooks delivered-price lookup and Impact affiliate links.Ap.idric— Associated Press API checkpoint.Economist.idric— Economist API checkpoint.Ft.idric— Financial Times API checkpoint.Guardian.idric— Guardian API checkpoint.Nyt.idric— New York Times API checkpoint.Reddit.idric— Reddit Data API checkpoint, with a synthetic fixture and manual receipt.Sec.idric— SEC EDGAR public-data checkpoint: submissions, XBRL facts/frames, ticker maps, and bulk archives.Stripe.idric— Stripe API checkpoint; first slice is pinned, read-only Balance access with a synthetic fixture and manual receipt.Reuters.idric— Reuters GraphQL checkpoint.Wayback.idric— Internet Archive Wayback/CDX checkpoint.
The top-level .idric files are symbolic links to the canonical sources under checkpoints/, so the important source is visible without digging through directories.
Some Idriç clients intentionally contain named holes for compiler/library boundaries that are not implemented yet. Keep those boundaries visible; do not make a client appear green by silently substituting another HTTP implementation.
Where these clients need networking, ICU/Idric-Net remains the intended transport boundary. ICU is deliberately not a Git submodule here and is not pinned by this repository.
make test runs the existing Amazon and AbeBooks smoke tests. Reddit, SEC, and Stripe have separate manual compiler checkpoints under checkpoints/reddit/check, checkpoints/sec/check, and checkpoints/stripe/check; they are not part of make test while named Idriç holes remain.
See PROVENANCE.md for the source branches copied into this repository.