docs(gigafactory): consolidate gigafactory docs into docs/gigafactory/
Move ROADMAP_COMPLETION_AUDIT.md, TASKS_TO_COMPLETE.md, gigafactory-phase3-progress.md and FLEET_CONTROL_PLANE.md under docs/gigafactory/ so the scattered Gigafactory docs are easy to discover. Update intra-doc and cross-repo source-of-truth references (fleet README and types.ts comment) to the new agent-queue/docs/gigafactory/ path. Pure docs/comment move; no behavior change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0799f69c30
commit
fc000c4c20
@ -1,6 +1,6 @@
|
|||||||
# Gigafactory — Roadmap Completion Audit
|
# Gigafactory — Roadmap Completion Audit
|
||||||
|
|
||||||
> Source of truth: `learning_ai_devops_tools/agent-queue/docs/GIGAFACTORY_ROADMAP.md`
|
> Source of truth: `learning_ai_devops_tools/agent-queue/docs/gigafactory/GIGAFACTORY_ROADMAP.md`
|
||||||
> Audit date: 2026-05-30 · Auditor: Principal Full-Stack review
|
> Audit date: 2026-05-30 · Auditor: Principal Full-Stack review
|
||||||
> Scope: `services/platform-service/src/modules/fleet/**` + `dashboards/tracker-web/src/app/dashboard/fleet/**`
|
> Scope: `services/platform-service/src/modules/fleet/**` + `dashboards/tracker-web/src/app/dashboard/fleet/**`
|
||||||
|
|
||||||
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
## Slice 5 — Docs + roadmap
|
## Slice 5 — Docs + roadmap
|
||||||
|
|
||||||
See `docs/FLEET_CONTROL_PLANE.md` for the operational guide.
|
See `FLEET_CONTROL_PLANE.md` for the operational guide.
|
||||||
|
|
||||||
## Follow-ups
|
## Follow-ups
|
||||||
|
|
||||||
@ -5,7 +5,7 @@ the durable backend that supersedes the single-host stand-ins built in the
|
|||||||
`agent-queue` (devops-tools) repo. Everything runs on the `@bytelyst/datastore`
|
`agent-queue` (devops-tools) repo. Everything runs on the `@bytelyst/datastore`
|
||||||
abstraction, so all tests execute on `DB_PROVIDER=memory` (no Cosmos/network).
|
abstraction, so all tests execute on `DB_PROVIDER=memory` (no Cosmos/network).
|
||||||
|
|
||||||
Spec: `../learning_ai_devops_tools/agent-queue/docs/GIGAFACTORY_ROADMAP.md`
|
Spec: `../learning_ai_devops_tools/agent-queue/docs/gigafactory/GIGAFACTORY_ROADMAP.md`
|
||||||
(§4 core contract, §7 scheduler/claim, §8 factory/lease/heartbeat, §13 containers,
|
(§4 core contract, §7 scheduler/claim, §8 factory/lease/heartbeat, §13 containers,
|
||||||
§18 failure model, §25 durability/recovery, §26 insights).
|
§18 failure model, §25 durability/recovery, §26 insights).
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
* from them (no `any`).
|
* from them (no `any`).
|
||||||
*
|
*
|
||||||
* Field names + lifecycle mirror the agent-queue gigafactory spec
|
* Field names + lifecycle mirror the agent-queue gigafactory spec
|
||||||
* (../learning_ai_devops_tools/agent-queue/docs/GIGAFACTORY_ROADMAP.md §4/§7/§8/§13).
|
* (../learning_ai_devops_tools/agent-queue/docs/gigafactory/GIGAFACTORY_ROADMAP.md §4/§7/§8/§13).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user