Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
8672b28
Add ADR-0030 and implementation plan for universal harness access
ggallen May 7, 2026
a319c6f
Address review feedback for PR #722
ggallen May 7, 2026
12c6f60
Fix trailing whitespace in universal-harness-access.md
ggallen May 7, 2026
fd86999
Address review feedback from comment #4397770354
ggallen May 7, 2026
e22d883
Address review feedback from #4245357081
ggallen May 7, 2026
511533a
Move universal-harness-access from problems to plans
ggallen May 7, 2026
8a956fc
Add relative path resolution for URL-referenced resources
ggallen May 7, 2026
f68c468
Address review feedback from comment #4397770354
ggallen May 7, 2026
7e9598c
Address review feedback on ADR-0029 and implementation plan
ggallen May 7, 2026
34e29c5
Address wall-of-text diff concern from review
ggallen May 8, 2026
a358466
Replace tiered trust model with uniform security and user-controlled …
ggallen May 8, 2026
fe7258f
Fix broken relative links and ADR status inconsistency
ggallen May 8, 2026
dd308c3
Address medium and low issues from bot review
ggallen May 8, 2026
aadfb6f
Address remaining medium and low issues from bot review
ggallen May 8, 2026
c85e31f
Fix cache TTL contradiction and elevate DNS rebinding requirement
ggallen May 8, 2026
719603f
Fix ADR status: change 'Deferred' to 'Proposed'
ggallen May 9, 2026
7fe08c5
Fix trailing whitespace in universal-harness-access.md
ggallen May 9, 2026
92c2afa
Address security and correctness issues from bot review
ggallen May 9, 2026
016017a
Fix high and medium severity issues from bot review
ggallen May 9, 2026
71f94f2
Fix Medium and Low issues from approval review
ggallen May 9, 2026
f93d495
Renumber ADR from 0029 to 0037
ggallen May 11, 2026
dfe973e
Remove redundant hasHash conditionals in illustrative code
ggallen May 11, 2026
4c97540
Address review findings on .gitignore and code comments
ggallen May 11, 2026
bd92d3a
Strengthen SSRF IP blocklist with missing ranges
ggallen May 11, 2026
7078c83
Fix trailing whitespace in universal-harness-access.md
ggallen May 11, 2026
c12fbab
Address review findings for ADR-0037 and implementation plan
ggallen May 12, 2026
5e54842
Address second round of review findings for ADR-0037
ggallen May 12, 2026
067a668
Fix duplicate heading numbers in Open Questions section
ggallen May 12, 2026
4a50255
Remove pre-existing plan files from README to focus PR scope
ggallen May 12, 2026
9175242
Remove .gitignore change to keep PR scope focused
ggallen May 12, 2026
5e7c2e6
Add pre-existing implementation plans to README index
ggallen May 12, 2026
c5b4086
Use RFC 3986 URL normalization instead of POSIX path.Clean()
ggallen May 12, 2026
3ae4aad
Update ADR-0037 status to Accepted and address review findings
ggallen May 12, 2026
ad75dd5
Answer all open questions in ADR-0037 for acceptance readiness
ggallen May 12, 2026
74321e2
Fix duplicate paragraph in ADR Decision section
ggallen May 12, 2026
6fe6d2d
Fix MEDIUM and LOW issues from latest review
ggallen May 12, 2026
92bd85c
Fix MEDIUM and LOW issues from latest review
ggallen May 12, 2026
8778d1f
Fix second LOW issue: add implementation notes to pseudocode
ggallen May 12, 2026
4abf3e7
Fix all MEDIUM and LOW issues from latest review
ggallen May 12, 2026
88c5bca
Fix MEDIUM and LOW issues from latest review
ggallen May 12, 2026
5dfd19f
Fix all review issues from PR #722 review #4285033228
ggallen May 14, 2026
58c492d
Remove incorrect note about skipped ADR numbers
ggallen May 14, 2026
7d5f071
Remove pre-existing plan links from README to focus PR scope
ggallen May 14, 2026
879c4fa
Fix Medium and Low issues from latest review
ggallen May 14, 2026
cc9ce72
Add org-level allowlist validation and complete README plans index
ggallen May 14, 2026
330d1bb
Fix medium and low review findings
ggallen May 15, 2026
9ac478f
Address low findings from latest review
ggallen May 15, 2026
3c0749c
Fix medium and low findings from latest review
ggallen May 15, 2026
b66e8d9
Renumber ADR to 0038 and fix High/Medium review findings
ggallen May 15, 2026
c2a6463
Fix medium and low review findings
ggallen May 15, 2026
d454b48
Fix medium review finding
ggallen May 15, 2026
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ 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:
- [Universal Harness Access](docs/plans/universal-harness-access.md) — Making harnesses and agents universally accessible via URLs and paths, enabling community sharing and composability
- [Agent Execution Environment](docs/plans/agent-execution-environment.md) — Sandbox and runtime environment for agent execution
- [Vertex AI Inference Provisioning](docs/plans/vertex-inference-provisioning.md) — Provisioning and configuration for Vertex AI inference endpoints
- [ADR-0046 Drift Scanner](docs/plans/2026-03-06-adr46-drift-scanner.md) — Implementation plan for ADR-0046 drift detection tool
- **[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