Skip to content

Commit b6f3db8

Browse files
Pin CLI operator quickstart in AI docs discovery
Keep the pinned dw operator quickstart visible through AI documentation discovery and LLM surface checks.
1 parent 8d10082 commit b6f3db8

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/topics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ the sample app. The links below group those surfaces by job.
7171
- [Agent Operating Loop](./agent-operating-loop.md) - give agents a repeatable discover, change, run, diagnose, and report loop.
7272
- [MCP Workflow Surface](./mcp-workflows.md) - expose sample-app workflows to AI clients through structured tools.
7373
- [Agent Tooling Contract](./agent-tooling-contract.md) - align MCP tools, CLI JSON, server diagnostics, Waterline exports, and SDK fixtures.
74+
- [CLI](./polyglot/cli.mdx) - install a pinned `dw`, save an environment profile, and run the five-minute operator quickstart.
7475
- [External Execution Surface](./polyglot/external-execution.md) - expose machine-readable task and result envelopes.
7576
- [CLI and Python Parity](./polyglot/cli-python-parity.md) - share request fixtures across automation surfaces.

scripts/check-llms-ai-surfaces.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ function main() {
6969
'duplicate_start_policy=return_existing_active',
7070
'payload_preview_limit_bytes',
7171
'CLI reference',
72+
'Five-Minute Operator Quickstart',
73+
'VERSION=0.1.2',
74+
'dw env:set local',
75+
'dw doctor',
7276
'CLI and Python Parity',
7377
'workflow-start-parity.json',
7478
'activity_grade_external_execution',

scripts/discoverability-contract.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"agent-operating-loop.md",
6666
"mcp-workflows.md",
6767
"agent-tooling-contract.md",
68+
"polyglot/cli.mdx",
6869
"polyglot/external-execution.md",
6970
"polyglot/cli-python-parity.md"
7071
]
@@ -159,6 +160,12 @@
159160
"related": ["polyglot/cli.mdx"],
160161
"aliases": ["--output=table|json|jsonl", "exit codes", "automation"]
161162
},
163+
{
164+
"query": "cli operator quickstart pinned install",
165+
"target": "polyglot/cli.mdx",
166+
"related": ["polyglot/cli-reference.md", "polyglot/server.md"],
167+
"aliases": ["Five-Minute Operator Quickstart", "VERSION=0.1.2", "dw env:set local", "dw doctor"]
168+
},
162169
{
163170
"query": "python sdk polyglot",
164171
"target": "polyglot/python.md",

0 commit comments

Comments
 (0)