F0: orchestration kit + repo/engine inventory (docs only, engine untouched)#2
Open
aedneth wants to merge 2 commits into
Open
F0: orchestration kit + repo/engine inventory (docs only, engine untouched)#2aedneth wants to merge 2 commits into
aedneth wants to merge 2 commits into
Conversation
Constitution + guardrails + sprint state + architecture contracts and phase prompts for the agent-orchestrated buildathon workflow. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…RCHITECTURE Repo is a backend/ + frontend/ monorepo (not the target server/+src/ layout). Engine paths locked in GUARDRAILS §1; ARCHITECTURE gets an "Estado real" section documenting the real /plan contract and gaps vs the target. No code changed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qué trae este PR (fase F0, tareas F0.1 + F0.2)
Rama de trabajo para todo lo que NO es el motor (UI de usuario, tracking, Fleet, integraciones, deploy). El motor de rutas queda intocable — sigue en manos del equipo de backend. Este PR no modifica ni una línea de código: solo agrega docs de orquestación e inventario.
F0.1 — Kit de orquestación (
docs/+CLAUDE.md)CLAUDE.md— constitución del repo + protocolo de agentes (Opus orquesta, Sonnet construye/revisa).docs/{ULTRAPLAN,SPRINT,ARCHITECTURE,GUARDRAILS}.md+docs/prompts/— plan, estado por tareas (checkboxes), contratos de datos, límites duros y prompts por fase.F0.2 — Inventario del repo y del motor
backend/services/{routePlanner,geojsonNormalizer,planRequestValidator}.js,backend/config/routing.js,backend/geojson/*.geojson(21 rutas).backend/+frontend/), el contrato real de/plan(POST JSON →{search, bestOption, alternatives[]}) y los gaps vs el objetivo.Hallazgo clave para el equipo
/planno devuelveminutes,costUSD,headwayMinutes, geometría por leg ni nombres de parada. ElplanAdapter(F2.1) tendrá que sintetizar tiempo/costo/frecuencia y derivar la geometría de cada tramo recortando el GeoJSON de/routes/:routeentre los snap points. Verdocs/ARCHITECTURE.md§"Estado real".Garantías
git diff main -- backend/= vacío (motor sin tocar).F0.1,F0.2).🤖 Generated with Claude Code