Skip to content

Commit 2f8ec14

Browse files
committed
docs(transfer): resolve merge review findings
1 parent beb2e05 commit 2f8ec14

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/adr/ADR-0004-serve-pdfs-from-github-raw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- **Superseded by:** none
99
- **Related:** ADR-0002 (Worker/GitHub serving); ADR-0003 (`llms.txt`); ADR-0007 (repository transfer)
1010

11-
> **Retrospective ADR.** This record reconstructs a decision made earlier in development, before the ADR process existed in this repo. It is backfilled and proposed on 2026-06-24 (accepted on merge of this PR), on the basis of the decision owner's attestation and direct inspection of the deployed system; it was not produced by contemporaneous review.
11+
> **Retrospective ADR.** This record reconstructs a decision made earlier in development, before the ADR process existed in this repo. It is backfilled and proposed on 2026-06-24, on the basis of the decision owner's attestation and direct inspection of the deployed system; it was not produced by contemporaneous review.
1212
1313
## Context
1414

worker/README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This directory contains source-controlled Cloudflare Worker code and deployment configuration for the existing production Worker `autonomi-md-proxy`.
44

5-
## Current production inventory
5+
## Production configuration
66

77
- Worker name: `autonomi-md-proxy`
88
- Production route: `autonomi.com/*`
@@ -11,7 +11,7 @@ This directory contains source-controlled Cloudflare Worker code and deployment
1111
- `workers_dev`: disabled for production
1212
- Connected bindings: none
1313
- Observability: logs enabled with 100% sampling; traces disabled in the confirmed production inventory
14-
- Behaviour: serve public `.md`, `/llms.txt`, and `/llms-full.txt` paths from `WithAutonomi/autonomi-llm-docs` on GitHub, excluding internal prefixes `/worker/` and `/.github/`, and falling back to Framer for misses and all other paths
14+
- Source-controlled behaviour: serve public `.md`, `/llms.txt`, and `/llms-full.txt` paths from `WithAutonomi/autonomi-llm-docs` on GitHub, excluding internal prefixes `/worker/` and `/.github/`, and falling back to Framer for misses and all other paths
1515

1616
## Local setup
1717

@@ -106,6 +106,7 @@ curl -i "$PREVIEW_URL/llms.txt"
106106
curl -i "$PREVIEW_URL/llms-full.txt"
107107
curl -i "$PREVIEW_URL/overview.md"
108108
curl -i "$PREVIEW_URL/worker/README.md"
109+
curl -i "$PREVIEW_URL/missing.md"
109110
curl -i "$PREVIEW_URL/"
110111
```
111112

@@ -118,6 +119,7 @@ curl -i https://autonomi.com/llms.txt
118119
curl -i https://autonomi.com/llms-full.txt
119120
curl -i https://autonomi.com/overview.md
120121
curl -i https://autonomi.com/worker/README.md
122+
curl -i https://autonomi.com/missing.md
121123
curl -i https://autonomi.com/
122124
```
123125

0 commit comments

Comments
 (0)