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
Adjust relative Markdown links on nested documentation pages so they
correctly traverse up to parent directories before navigating to
sibling sections. The previous links used insufficient parent hops,
causing 404 errors when deployed to GitHub Pages with a base path.
Changes:
- documentation-index: use ../../ links to reach sibling sections
- architecture/*: fix links from nested pages to other sections
- integrations/*: correct links to architecture and sibling pages
- operations/*: fix links to architecture and reference sections
- reference/bridge-http-api: correct link to operations section
Regenerate public Markdown mirrors and LLM docs artifact to reflect
the corrected link paths.
| `Stop` | Session status | Show completion status |
882
882
| `SubagentStop` | Subagent status | Update subagent state |
883
883
884
-
> **Note**: Only confirmed hook events from Claude Code source truth are listed above. See [Claude Code Hooks Integration](../integrations/claude-code-hooks/) for the complete verified event list.
884
+
> **Note**: Only confirmed hook events from Claude Code source truth are listed above. See [Claude Code Hooks Integration](../../integrations/claude-code-hooks/) for the complete verified event list.
885
885
886
886
---
887
887
@@ -961,17 +961,17 @@ flowchart TD
961
961
962
962
## Message Format: WebSocket Protocol
963
963
964
-
See [Bridge Protocol](./bridge-protocol/) for complete WebSocket message specification.
964
+
See [Bridge Protocol](../bridge-protocol/) for complete WebSocket message specification.
965
965
966
966
---
967
967
968
968
## Related Documentation
969
969
970
-
- [Architecture Overview](./system-overview/) — High-level system architecture
@@ -2512,7 +2512,7 @@ Description: Configure Claude Code Hooks to POST events to the ReCursor bridge s
2512
2512
2513
2513
Claude Code provides a **Hooks system** that allows plugins to observe and react to events. ReCursor uses this system to receive real-time events from Claude Code, enabling the mobile app to display agent activity with OpenCode-style UI components.
2514
2514
2515
-
> **Important**: Hooks are **one-way observation only**. They cannot inject messages or control the Claude Code session. For bidirectional communication, use the [Agent SDK](./agent-sdk/) for parallel sessions.
2515
+
> **Important**: Hooks are **one-way observation only**. They cannot inject messages or control the Claude Code session. For bidirectional communication, use the [Agent SDK](../agent-sdk/) for parallel sessions.
2516
2516
2517
2517
---
2518
2518
@@ -3332,8 +3332,8 @@ When validation fails, the bridge server responds with:
3332
3332
3333
3333
- [Claude Code Hook Development Guide](file:///C:/Repository/claude-code/plugins/plugin-dev/skills/hook-development/SKILL.md)
Copy file name to clipboardExpand all lines: docs-site/public/page-markdown/architecture/data-flow.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ flowchart TB
153
153
|`Stop`| Session status | Show completion status |
154
154
|`SubagentStop`| Subagent status | Update subagent state |
155
155
156
-
> **Note**: Only confirmed hook events from Claude Code source truth are listed above. See [Claude Code Hooks Integration](../integrations/claude-code-hooks/) for the complete verified event list.
156
+
> **Note**: Only confirmed hook events from Claude Code source truth are listed above. See [Claude Code Hooks Integration](../../integrations/claude-code-hooks/) for the complete verified event list.
157
157
158
158
---
159
159
@@ -233,17 +233,17 @@ flowchart TD
233
233
234
234
## Message Format: WebSocket Protocol
235
235
236
-
See [Bridge Protocol](./bridge-protocol/) for complete WebSocket message specification.
236
+
See [Bridge Protocol](../bridge-protocol/) for complete WebSocket message specification.
237
237
238
238
---
239
239
240
240
## Related Documentation
241
241
242
-
-[Architecture Overview](./system-overview/) — High-level system architecture
0 commit comments