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
Update all documentation references to reflect canonical source now
located at docs-site/src/content/docs/ instead of the old docs/ folder.
- Update AGENTS.md and CLAUDE.md agent guidance with new doc paths
- Update README.md, CHANGELOG.md, CONTRIBUTING.md project references
- Fix editUrl in all docs-site content files to point to new location
- Update docs-site README to reflect canonical source location
- Correct OpenCode upstream URL to opencode-ai organization
Copy file name to clipboardExpand all lines: AGENTS.md
+34-31Lines changed: 34 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,26 +34,24 @@ Supported Claude Code integration mechanisms documented in this repo:
34
34
35
35
When updating docs or implementing features, verify claims using these sources.
36
36
37
-
> Note: Some references below include example local paths from one development machine. If you do not have these repos checked out locally, use the upstream GitHub repositories and adjust paths accordingly.
Copy file name to clipboardExpand all lines: CLAUDE.md
+34-31Lines changed: 34 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,26 +34,24 @@ Supported Claude Code integration mechanisms documented in this repo:
34
34
35
35
When updating docs or implementing features, verify claims using these sources.
36
36
37
-
> Note: Some references below include example local paths from one development machine. If you do not have these repos checked out locally, use the upstream GitHub repositories and adjust paths accordingly.
Copy file name to clipboardExpand all lines: docs-site/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This folder contains the Astro Starlight documentation site for ReCursor.
4
4
5
5
## How it works
6
6
7
-
- Canonical Markdown source lives in `C:/Repository/ReCursor/docs/`.
8
-
-`npm run generate` copies that source into `src/content/docs/`, rewrites internal links to the published information architecture, and generates `public/llms.txt` plus `public/llms-full.txt`.
7
+
- Canonical Markdown source lives in `src/content/docs/` within this docs-site folder.
9
8
- Section landing pages in `src/content/docs/` provide the curated Starlight navigation layer.
9
+
- Run `npm run dev` to preview locally, `npm run build` to build for production.
10
10
11
11
## Commands
12
12
@@ -19,6 +19,5 @@ npm run build
19
19
20
20
## Editing guidance
21
21
22
-
- Update canonical content in `C:/Repository/ReCursor/docs/` whenever possible.
23
-
- Update `scripts/docs-manifest.mjs` if a source document is added, renamed, or moved in the published site.
22
+
- Update content directly in `src/content/docs/` within this repository.
24
23
- Keep claims about Claude Code aligned with `C:/Repository/ReCursor/AGENTS.md`.
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/architecture/bridge-protocol.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Bridge Protocol Specification"
3
3
description: "WebSocket message protocol between the ReCursor Flutter mobile app and the user-controlled TypeScript bridge server. Bridge-first, no-login: device pairing via QR code, no user accounts."
0 commit comments