Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ This is not a product spec. It's an evolving exploration of a hard problem space
- [Cross-Run Memory](docs/problems/cross-run-memory.md) — How agents learn from prior run outcomes without violating the ephemeral sandbox invariant
- **[docs/problems/applied/](docs/problems/applied/)** — Organization-specific considerations for downstream consumers:
- [konflux-ci](docs/problems/applied/konflux-ci/) — Kubernetes-native CI/CD platform (the original proving ground)
- **[docs/plans/](docs/plans/)** — Implementation plans for accepted or in-progress designs:
- [ADR-0046 Drift Scanner](docs/plans/2026-03-06-adr46-drift-scanner.md) — Implementation plan for building a drift scanner to detect Tekton tasks using non-compliant images
- [Agent Execution Environment](docs/plans/agent-execution-environment.md) — Container image design, OpenShell sandbox configuration, resource limits, and cross-platform execution on GitHub Actions and GitLab CI
- [Vertex AI Inference Provisioning](docs/plans/vertex-inference-provisioning.md) — Credential provisioning and configuration for GCP Vertex AI inference provider
- **[docs/guides/](docs/guides/)** — Practical how-to documentation for administrators and developers (see [ADR 0023](docs/ADRs/0023-user-documentation-structure.md))
- **[docs/ADRs/](docs/ADRs/)** — Architecture Decision Records for crystallizing specific decisions (see [ADR 0001](docs/ADRs/0001-use-adrs-for-decision-making.md))
- **[web/](web/)** — Browser-delivered assets for the public site (document graph today; future Vite app here). Cloudflare Worker config lives in [`cloudflare_site/`](cloudflare_site/) ([ADR 0019](docs/ADRs/0019-web-source-and-cloudflare-site-layout.md)).
Expand Down
Loading
Loading