Skip to content

Commit c7f6b53

Browse files
dgerogclaude
andcommitted
Remove AI Discovery from docs, expand logs command reference
- Remove AI Discovery nav entry, quick-start section, posture dimension - Remove AI Discovery commands section from reference - Expand logs section with all flags: --assessment, --finding, --verdict, --category, --from/--until, --days, --last, --format, -o Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dceac0c commit c7f6b53

4 files changed

Lines changed: 13 additions & 29 deletions

File tree

docs/docs/concepts/security-posture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ hb posture --project <id>
4040
hb posture --org
4141
```
4242

43-
Org posture aggregates three dimensions:
43+
Org posture aggregates two dimensions:
4444

4545
- **Agent Security** -- posture across all security-tested projects
46-
- **AI Discovery** -- risk posture of discovered AI inventory assets
4746
- **Quality** -- behavioral quality across all tested agents
4847

4948
## Include Coverage Breakdown

docs/docs/getting-started/quick-start.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ hb connect -e ./bot-config.json --repo ./agent-code --serve
4747
hb connect -e ./bot-config.json --context "Authenticated as Alice"
4848
```
4949

50-
### Scan Cloud Platform (AI Discovery)
51-
52-
```bash
53-
# Browser-based scan, no connector needed
54-
hb connect --vendor microsoft
55-
```
56-
5750
### Non-Interactive Mode
5851

5952
```bash

docs/docs/reference/commands.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,18 @@ Complete reference of all available commands, organized by category.
5050

5151
| Command | Description |
5252
|---|---|
53-
| `hb logs` | View logs from latest experiment or project-wide with scope flags (--last, --category, --days, --from, --until, --assessment \<id\>, --finding \<id\>) |
53+
| `hb logs` | List logs from the latest experiment |
54+
| `hb logs <experiment-id>` | View logs for a specific experiment |
55+
| `hb logs --assessment <id>` | List logs for a specific assessment |
56+
| `hb logs --finding <id>` | List logs linked to a specific finding |
57+
| `hb logs --verdict pass\|fail` | Filter by verdict |
58+
| `hb logs --category <name>` | Filter by test category (substring match) |
59+
| `hb logs --from DATE --until DATE` | Filter by date range (ISO 8601) |
60+
| `hb logs --days N` | Shorthand for last N days |
61+
| `hb logs --last N` | Show logs from last N experiments |
62+
| `hb logs --format json\|html\|table` | Output format (default: table) |
63+
| `hb logs -o FILE` | Save output to file |
64+
| `hb logs upload <file>` | Upload conversation logs for evaluation |
5465
| `hb posture` | View security posture score and grade |
5566
| `hb posture --trends` | View historical posture timeline |
5667
| `hb coverage` | View test coverage summary and gaps |
@@ -71,26 +82,8 @@ Complete reference of all available commands, organized by category.
7182
| `hb guardrails` | Export learned security rules and patterns |
7283
| `hb campaigns` | View current ASCAM campaign plan |
7384
| `hb campaigns terminate` | Stop running campaign |
74-
| `hb logs upload` | Upload production conversations for evaluation |
7585
| `hb monitor` | Start, pause, or resume continuous monitoring |
7686

77-
## AI Discovery
78-
79-
| Command | Description |
80-
|---|---|
81-
| `hb connect --vendor <name>` | Scan cloud platform for AI services |
82-
| `hb connectors` | List registered cloud connectors |
83-
| `hb connectors create` | Register new cloud connector with credentials |
84-
| `hb connectors test <id>` | Test connector connectivity |
85-
| `hb connectors update <id>` | Update connector name, credentials, or status |
86-
| `hb connectors delete <id>` | Delete a connector |
87-
| `hb inventory` | List discovered AI assets with filters |
88-
| `hb inventory view <id>` | View detailed asset information |
89-
| `hb inventory update <id>` | Update governance fields (owner, sanctioned, policy) |
90-
| `hb inventory posture` | View AI discovery posture score |
91-
| `hb inventory onboard <id>` | Create security testing project from asset |
92-
| `hb inventory archive <id>` | Archive an inventory asset |
93-
9487
## SIEM / Sentinel
9588

9689
| Command | Description |

docs/mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ nav:
5656
- Firewall: integrations/firewall.md
5757
- SIEM: integrations/siem.md
5858
- MCP Server: integrations/mcp.md
59-
- AI Discovery: integrations/discovery.md
6059
- 📦 Deployment: deployment.md
6160
- 🔐 Authentication: authentication.md
6261
- 📖 Reference:

0 commit comments

Comments
 (0)