Skip to main content
no-tickets reports the state of the .tiny-brain/ directory on every push. The richest data comes from CI — pushes from your default branch carry the commit SHA, the PR number, and the build URL, which is what powers the “this feature shipped in abc1234” links in the activity feed. These guides cover the four most common integration shapes.

Guides

  • GitHub Actions — the official GitHub Action; the path of least resistance if you already deploy through GitHub.
  • Generic CI — a shell snippet that runs anywhere you can install nt (GitLab CI, CircleCI, Jenkins, Buildkite).
  • PR workflows — phase transitions driven by PR lifecycle events.
  • Agent SDKs — Claude Agent SDK + custom agent integration via MCP.

Where to start