# Allwright Runner

The customer-side half of [Allwright](https://ticketpilot.sublimitysoft.com):
it runs on YOUR machine, polls YOUR Jira, executes jailed AI agents inside
YOUR local checkouts, opens PRs as your team members, runs approved deploys,
and performs security/testing/architecture audits — while your code, your
credentials and your reports never leave the machine. Outbound-only: no open
ports needed; a laptop, office PC or small VPS all work.

## Quick start

```bash
npm install -g allwright
allwright init      # control plane URL + enrol token (from your dashboard), then Jira -
                    # answer "skip" (or pass --no-jira) on a deploy-only server, and add it
                    # later with `allwright jira set-default`
allwright repo add "<repoName>" /path/to/checkout
allwright start
```

Prerequisites on this machine: Node 20+, git, and
[Claude Code](https://docs.anthropic.com/claude-code) logged in
(`npm i -g @anthropic-ai/claude-code && claude`).

The full step-by-step guide lives inside your Allwright dashboard
(New Project page). Update any time with `allwright update`.

All configuration and every credential stay in `~/.config/ticketpilot/`
(mode 600) on this machine only.

© Sublimity Softwares. All rights reserved. This package ships bundled,
proprietary code — see the terms on the website.
