Skip to content

Commit 12fdb50

Browse files
committed
fix: remove duplicate Help slide, update hooks count to 21
1 parent eb0d8d6 commit 12fdb50

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

docs/docusaurus/docs/features/hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
sidebar_position: 2
33
title: Hooks Pipeline
4-
description: 18 hooks across 7 lifecycle events — fire automatically at every stage
4+
description: 21 hooks across 7 lifecycle events — fire automatically at every stage
55
---
66

77
# Hooks Pipeline
88

9-
18 hooks across 7 lifecycle events — quality enforcement on autopilot.
9+
21 hooks across 7 lifecycle events — quality enforcement on autopilot.
1010

1111
Blocking hooks reject actions or force fixes. Non-blocking hooks warn without interrupting. Async hooks run in the background. Two additional command-scoped Stop hooks run during `/spec` phases. Context-mode hooks handle sandbox routing and session continuity.
1212

docs/site/src/components/ConsoleSection.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ const consoleSlides = [
5151
alt: "Usage view — daily costs, token charts, and model routing",
5252
desc: "Daily token costs, model routing breakdown, and usage trends over time.",
5353
},
54-
{
55-
label: "Help",
56-
src: "/console/settings.png",
57-
alt: "Help view — embedded documentation",
58-
desc: "Full technical reference from pilot-shell.com without leaving the Console.",
59-
},
6054
{
6155
label: "Settings",
6256
src: "/console/settings.png",

0 commit comments

Comments
 (0)