learning_ai_common_plat/docs/GIGAFACTORY
saravanakumardb1 883cf329e5 feat(fleet): PR deliverables — jobs target a repo, factory opens a PR, link recorded
Make "shipped" produce a real artifact. A job can now carry an optional repo
(owner/name or clone URL) + baseBranch; the factory's PR mode runs the agent in an
isolated checkout, opens a PR, and records the link.

Backend:
- SubmitJobSchema + FleetJobDoc: optional repo/baseBranch (recorded on submit).
- FleetRunDoc: optional prUrl/branch.
- ReleaseLease report carries prUrl/branch -> stored on the run.
- +2 coordinator tests.

UI (tracker-web):
- New Job form gains optional Repo + Base branch fields (and fixes the priority
  options to the valid critical/high/medium/low; "normal" was rejected by the API).
- Job detail Runs table shows a PR ↗ link from run.prUrl.
- fleet-client: submitJob repo/baseBranch; FleetRun prUrl/branch; OperatorAction +ship.

Docs: FLEET_CONTROL_PLANE.md "PR deliverable (PR mode)" section.

Verified: tsc clean; fleet suite 182; tracker-web 230.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-31 05:27:11 -07:00
..
FLEET_CONTROL_PLANE.md feat(fleet): PR deliverables — jobs target a repo, factory opens a PR, link recorded 2026-05-31 05:27:11 -07:00
gigafactory-phase3-progress.md docs(gigafactory): uppercase GIGAFACTORY folder + add index README 2026-05-30 21:22:21 -07:00
README.md docs(gigafactory): uppercase GIGAFACTORY folder + add index README 2026-05-30 21:22:21 -07:00
ROADMAP_COMPLETION_AUDIT.md docs(gigafactory): uppercase GIGAFACTORY folder + add index README 2026-05-30 21:22:21 -07:00
TASKS_TO_COMPLETE.md docs(gigafactory): uppercase GIGAFACTORY folder + add index README 2026-05-30 21:22:21 -07:00

Gigafactory — Platform Docs

Planning, status, and operational docs for the Agent Gigafactory fleet backend that lives in this repo (services/platform-service fleet module + the dashboards/tracker-web UI).

Contents

Doc What it is
ROADMAP_COMPLETION_AUDIT.md Audit of the current build state against the roadmap: completed / partial / missing features, risks, and prioritized remaining work.
TASKS_TO_COMPLETE.md The actionable, priority-ordered completion checklist that companions the audit.
gigafactory-phase3-progress.md Phase-3 progress log: per-slice end-state.
FLEET_CONTROL_PLANE.md Operational guide for running and using the fleet control plane.

Source of truth

The canonical spec and system overview live in the runner repo, learning_ai_devops_tools, under agent-queue/docs/GIGAFACTORY/ (GIGAFACTORY_ROADMAP.md, GIGAFACTORY_SYSTEM_OVERVIEW.md).