Skip to content

Commit 1088f9b

Browse files
authored
Merge pull request #1804 from ggallen/docs/phase2-implementation-plan
docs: add Phase 2 implementation plan and rename Phase 1 for consistency
2 parents adaa4cd + bbe38fc commit 1088f9b

5 files changed

Lines changed: 463 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ This is not a product spec. It's an evolving exploration of a hard problem space
4242
- [konflux-ci](docs/problems/applied/konflux-ci/) — Kubernetes-native CI/CD platform (the original proving ground)
4343
- **[docs/plans/](docs/plans/)** — Implementation plans for accepted or in-progress designs:
4444
- [Universal Harness Access](docs/plans/universal-harness-access.md) — Making harnesses and agents universally accessible via URLs and paths, enabling community sharing and composability
45-
- [Universal Harness Access — Implementation](docs/plans/universal-harness-access-implementation.md) — Phased PR breakdown for ADR-0038 Phase 1 (MVP)
45+
- [Universal Harness Access — Phase 1 Implementation](docs/plans/universal-harness-access-phase1.md) — Phased PR breakdown for ADR-0038 Phase 1 (MVP)
46+
- [Universal Harness Access — Phase 2 Implementation](docs/plans/universal-harness-access-phase2.md) — Phased PR breakdown for ADR-0038 Phase 2 (transitive dependency resolution)
4647
- [Agent Execution Environment](docs/plans/agent-execution-environment.md) — Sandbox and runtime environment for agent execution
4748
- [Vertex AI Inference Provisioning](docs/plans/vertex-inference-provisioning.md) — Provisioning and configuration for Vertex AI inference endpoints
4849
- [ADR-0046 Drift Scanner](docs/plans/2026-03-06-adr46-drift-scanner.md) — Implementation plan for ADR-0046 drift detection tool

docs/ADRs/0038-universal-harness-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,4 @@ The proposed model follows the GitHub Actions approach: URL-based references wit
343343

344344
## Implementation Plan
345345

346-
See `docs/plans/universal-harness-access.md` for full implementation details, security analysis, and migration path. See `docs/plans/universal-harness-access-implementation.md` for the phased PR breakdown (Phase 1 MVP).
346+
See `docs/plans/universal-harness-access.md` for full implementation details, security analysis, and migration path. See `docs/plans/universal-harness-access-phase1.md` for the phased PR breakdown (Phase 1 MVP) and `docs/plans/universal-harness-access-phase2.md` for Phase 2 (transitive dependency resolution).
File renamed without changes.

0 commit comments

Comments
 (0)