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
Remove wireframes and research documentation that has been consolidated
or superseded. Clean up docs-site configuration, manifests, and
generated content to reflect the removed sections.
- Remove docs/wireframes/ and docs/research/ directories
- Remove corresponding docs-site content for wireframes and research
- Update astro.config.ts to remove Wireframes and Research sidebar items
- Regenerate llms.txt and llms-full.txt without removed content
- Update docs-site index and documentation pages
Copy file name to clipboardExpand all lines: docs-site/public/llms.txt
+1-32Lines changed: 1 addition & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,9 @@ Canonical source documents live in `/docs` in the repository. This published sit
8
8
- [llms-full.txt](./llms-full.txt): Concatenated long-form documentation context for AI workflows.
9
9
10
10
## Getting started
11
-
Project overview, vision, and implementation plan.
11
+
Documentation entry points and publishing guidance.
12
12
13
13
- [ReCursor Documentation](/getting-started/documentation-index/): **ReCursor** — A Flutter mobile app providing OpenCode-like UI/UX for AI coding agents. Bridge-first, no-login workflow: connects to your user-controlled desktop bridge via secure tunnel.
14
-
- [ReCursor — Project Concept](/getting-started/product-vision/): **Mobile-first AI coding agent companion** — Connect to your user-controlled desktop bridge to observe and interact with Claude Code and other AI coding assistants from your mobile device (iOS/Android) with an OpenCode-inspired UI. Bridge-first, no-login workflow.
15
-
- [ReCursor — Implementation Plan](/getting-started/implementation-plan/): **Flutter mobile app** providing OpenCode-like UI/UX for AI coding agents. Bridge-first, no-login: connects to your user-controlled desktop bridge.
16
14
17
15
## Architecture
18
16
System structure, data flow, and design constraints.
@@ -46,35 +44,6 @@ Protocol, API, error handling, and type contract references.
46
44
- [Error Handling & Recovery Specification](/reference/error-handling/): Error taxonomy, session recovery patterns, and reconnection strategies for the ReCursor bridge protocol. Grounded in benchmark research from remote-claude, BAREclaw, and code-server patterns.
47
45
- [Dart ↔ TypeScript Type Mapping Specification](/reference/type-mapping/): Cross-language contract defining type-safe serialization between Flutter (Dart) and Bridge (TypeScript). TypeScript protocol is source-of-truth.
48
46
49
-
## Wireframes
50
-
Screen-by-screen mobile UX wireframes and navigation flows.
51
-
52
-
- [ReCursor - UI/UX Wireframes](/wireframes/overview/): Modular ASCII wireframes for every screen in the mobile app. Each file maps to a feature module. Screens are ordered by the bridge-first, no-login user flow.
53
-
- [01 - Startup, Health Verification & Bridge Restore](/wireframes/01-startup/): Phase 1 — bridge-first launch, saved pairing restore, health verification, and handoff to bridge setup.
54
-
- [02 - Bridge Connection Screens](/wireframes/02-bridge/): Phase 1 — QR pairing and connection management.
Background research that informed the current documentation.
67
-
68
-
- [Building a mobile AI coding agent: the open-source landscape in 2026](/research/overview/): **Note:** This section documents GitHub OAuth patterns as prior research for mobile GitHub client architecture. ReCursor's current direction is **bridge-first with no user authentication** — repository operations are delegated to the agent running on the development machine. Git operations via bridge commands, not native mobile OAuth.
69
-
- [Research Report: Claude Code Remote Control Protocol](/research/claude-remote-control-2026-03-17/): Generated: 2026-03-17 | Researcher Agent
70
-
- [Research Report: Claude Code Integration Feasibility for Third-Party Mobile Client](/research/claude-code-integration-feasibility-2026-03-17/): Generated: 2026-03-17 | Researcher Agent Task: Determine supported integration options for ReCursor (Flutter mobile) to connect to Claude Code
The published docs site is generated from the repository's canonical `/docs` directory. Use this section to understand the project intent before diving into architecture or implementation details.
3
+
The published docs site is generated from the repository's canonical `/docs` directory. Use this section to understand how the documentation set is organized before diving into the technical sections.
**New here?** Start with the [Product vision](/getting-started/product-vision/)to understand what ReCursor aims to achieve and why it uses a bridge-first architecture.
6
+
**New here?** Start with the [Documentation index](/getting-started/documentation-index/)for the source-of-truth map of the published docs.
7
7
</div>
8
8
9
-
-[Documentation index](/getting-started/documentation-index/): The source-of-truth index for the entire documentation corpus. Find what you need across all sections.
10
-
-[Product vision](/getting-started/product-vision/): The product concept, bridge-first UX, and OpenCode parity goals. Understand the "why" behind ReCursor.
11
-
-[Implementation plan](/getting-started/implementation-plan/): The phased roadmap used to sequence delivery work across the project. See what's planned and when.
9
+
-[Documentation index](/getting-started/documentation-index/): The source-of-truth index for the published documentation corpus.
12
10
13
11
## Quick navigation
14
12
15
13
| Section | Purpose | Start with |
16
14
|---------|---------|------------|
17
-
|**Getting started**|Project orientation and planning |[Product vision](/getting-started/product-vision/)|
15
+
|**Getting started**|Documentation entry point |[Documentation index](/getting-started/documentation-index/)|
18
16
|**Architecture**| System design and data flow |[System overview](/architecture/system-overview/)|
19
17
|**Integrations**| Claude Code and OpenCode patterns |[Claude Code hooks](/integrations/claude-code-hooks/)|
20
-
|**Wireframes**| Mobile UI design reference |[Overview](/wireframes/overview/)|
18
+
|**Operations**| Security, notifications, offline, and testing |[Security architecture](/operations/security-architecture/)|
19
+
|**Reference**| Protocol and API contracts |[Bridge HTTP API](/reference/bridge-http-api/)|
0 commit comments