Skip to content

v0.1.0a1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 16:22
· 35 commits to main since this release

Hullwork: from production errors to reviewable draft pull requests

Self-hosted. Your forge, your error tracker, your model endpoint, and a human gate on every
merge. One declarative file per repository; no per-project glue code.

Pre-alpha: both halves run end to end, five attempts have reached a draft pull request, and
nobody outside this project has installed it. docs/status.md says what works, what does not,
and what nobody has demonstrated, with dates. docs/an-attempt-end-to-end.md walks through one
real attempt from the instance's own database — the error at 11:35, the merged fix at 12:27,
the four gates with their exit codes and the provenance seal as stored.

Two properties everything else rests on. The half that answers webhooks cannot push and refuses
to start if it finds a credential that can; the half that can push listens on nothing. And which
model answered is read off the wire by Hullwork's own recording gateway rather than taken from
configuration, so a different model answering is a recorded violation instead of a shrug.

This repository is the software and how to run it. The reasoning behind it — decision records,
the constitution, the specifications, the plan — is kept in the project's own repository and
cited by name throughout the source; ask and any of it will be published.