Skip to content
View dallascrilley's full-sized avatar

Highlights

  • Pro

Block or report dallascrilley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dallascrilley/README.md

Dallas Crilley

I build the integrations, internal tools, and automation that connect how a business runs. Ten years inside my family's PR firm in Dallas as the only engineer: CRM, billing, six vendor APIs, and lately AI pipelines with a person holding the release button. Python and TypeScript.

Site: dallascrilley.com · Email: dallas@dallascrilley.com

Start here

  • throughline-connector-kit: the four-method connector contract and sync engine behind six production vendor integrations, sanitized
  • reconciler: billing discrepancy detection with a required human approval before any invoice changes, on synthetic data; the engine came out of Meter
  • vouch: human review as an API, with offline end-to-end harnesses that use simulated reviewers
  • shipwright: approved issue to reviewable pull request, with tests on the handoff between agent output and human review
  • holdfast: append-only decision ledger and a human publish gate, rebuilt around a synthetic domain

The production systems these came from (Meter, Throughline, CoHost AI Studio) are private. The site tells each story, including which numbers are self-reported.

Most of this catalog was published in one pass while I assembled the portfolio, so a repo's first commit date is not its development timeline. Where the scaffold-versus-hand-written split matters, the repo says so (see Winnow's docs/receipts.md).

Agent commits

Agents commit under this login and I own the merge. Each repository's verification command has to pass before I merge, CI runs where it exists, and a person makes every irreversible call. Open any repo's history and the split is visible: agent commits carry implementation, my commits set direction, resolve review findings, and cut releases.

Writing

Pinned Loading

  1. throughline-connector-kit throughline-connector-kit Public

    Sanitized four-method connector contract and sync-engine example from Throughline

    Python

  2. reconciler reconciler Public

    Detect synthetic billing discrepancies and require human approval before invoice changes

    TypeScript

  3. winnow winnow Public

    Winnow — scores and routes inbound sales leads, gated by a model eval suite

    TypeScript

  4. shipwright shipwright Public

    An agent that turns approved GitHub issues into tested, reviewable pull requests.

    TypeScript