You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **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.
Copy file name to clipboardExpand all lines: worker/README.markdown
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This directory contains source-controlled Cloudflare Worker code and deployment configuration for the existing production Worker `autonomi-md-proxy`.
4
4
5
-
## Current production inventory
5
+
## Production configuration
6
6
7
7
- Worker name: `autonomi-md-proxy`
8
8
- Production route: `autonomi.com/*`
@@ -11,7 +11,7 @@ This directory contains source-controlled Cloudflare Worker code and deployment
11
11
-`workers_dev`: disabled for production
12
12
- Connected bindings: none
13
13
- 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
0 commit comments