Files
git.stella-ops.org/docs/modules/graph/implementation_plan.md
master fdf95e0f46 docs: module dossier + install/quickstart sync for truthful cutover sprints
- API_CLI_REFERENCE.md, INSTALL_GUIDE.md, quickstart.md, architecture/integrations.md, dev/DEV_ENVIRONMENT_SETUP.md, integrations/LOCAL_SERVICES.md: reflect real-service wiring.
- docs/modules/**: module dossier updates across the modules touched by SPRINT_20260415_001..007 + SPRINT_20260416_003..017 + SPRINT_20260417_018..024 + SPRINT_20260418_025 + SPRINT_20260419_026.
- docs/features/checked/web/**: update feature notes where UI changed.
- docs/qa/feature-checks/runs/web/evidence-presentation-ux/: QA evidence artifacts.
- docs/setup/**, docs/technical/**: align with setup wizard contracts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 14:45:09 +03:00

26 lines
1.1 KiB
Markdown

# Graph Implementation Plan
## Purpose
Provide a living plan for Graph deliverables, dependencies, and evidence.
## Active work
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
- Update this file when new scoped work is approved.
## Near-term deliverables
- `docs/implplan/SPRINT_20260416_003_Graph_graph_api_truthful_runtime_cutover.md` - completed live runtime cleanup for Graph API host fallbacks and fabricated overlay/export/edge-metadata services.
## Dependencies
- `docs/modules/graph/architecture.md`
- `docs/modules/graph/README.md`
- `docs/modules/platform/architecture-overview.md`
## Evidence of completion
- Code changes under `src/Graph/**`.
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
- Docs and runbooks under `docs/modules/graph/**`.
## Notes
- Keep deterministic and offline-first expectations aligned with module AGENTS.
- `Testing` is now the only supported harness environment for in-memory Graph overlays/export/edge metadata. Non-testing hosts require Graph Postgres and return truthful `501` for unsupported live feature slices.