Skip to content

docs: Consolidate quickstart guide into one canonical Quickstart#1033

Open
sudhanshu456 wants to merge 1 commit into
AltimateAI:mainfrom
sudhanshu456:update-quickstart-guide
Open

docs: Consolidate quickstart guide into one canonical Quickstart#1033
sudhanshu456 wants to merge 1 commit into
AltimateAI:mainfrom
sudhanshu456:update-quickstart-guide

Conversation

@sudhanshu456

@sudhanshu456 sudhanshu456 commented Jul 23, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #

Type of change

  • Documentation

What does this PR do?

Consolidates the docs' three overlapping "getting started" pages into one canonical Quickstart, and fixes a handful of stale command references along the way.

  • Merge getting-started/quickstart-new.md content into getting-started/quickstart.md; drop the separate quickstart-new.md and top-level quickstart.md
  • Fix wording: /skills instead of /, /agent instead of /mode
  • Add the missing Reviewer agent mode
  • Update nav to point Quickstart at the consolidated page

How did you verify your code works?

Running local mkdocs preview

Screenshots / recordings

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Summary by cubic

Consolidates the three overlapping Getting Started pages into a single, canonical Quickstart and updates command references and agent modes for accuracy. This reduces confusion and points all entry paths to the latest Quickstart.

  • Refactors
    • Merge getting-started/quickstart-new.md into getting-started/quickstart.md; remove getting-started/quickstart-new.md and docs/quickstart.md.
    • Update navigation (mkdocs.yml) and the Getting Started index button to point to the consolidated Quickstart.
    • Fix TUI command references: /skills replaces /, /agent replaces /mode; update examples accordingly.
    • Add the missing Reviewer agent mode to Getting Started.
    • Minor copy/link updates (e.g., “Altimate Code” capitalization and quickstart link paths).

Written for commit 7ae4275. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Documentation
    • Reworked the Quickstart guide with clearer installation, provider, warehouse connection, verification, schema indexing, agent mode, and first-pipeline instructions.
    • Added guidance for SSH tunneling, project rules, essential commands, and common skills.
    • Updated examples to use /skills and /agent analyst.
    • Added Reviewer mode to the agent-mode guidance.
    • Updated navigation and links to point to the new Quickstart experience.
    • Removed outdated Quickstart documentation.

- Merge getting-started/quickstart-new.md content into
  getting-started/quickstart.md; drop the separate quickstart-new.md
  and top-level quickstart.md
- Fix wording: /skills instead of /, /agent instead of /mode
- Add the missing Reviewer agent mode
- Update nav to point Quickstart at the consolidated page

Ported from AltimateAI/help-docs PR AltimateAI#13.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@github-actions

Copy link
Copy Markdown

Hey! Your PR title Consolidate quickstart guide into one canonical Quickstart doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The documentation consolidates Getting Started navigation around a rewritten quickstart, updates setup and agent-mode guidance, adds project and connection workflow instructions, refreshes command references, and changes built-in skill discovery instructions.

Changes

Quickstart documentation

Layer / File(s) Summary
Quickstart entry points and setup
docs/mkdocs.yml, docs/docs/getting-started/index.md, docs/docs/getting-started.md, docs/docs/getting-started/quickstart.md
Getting Started navigation and links now point to the rewritten quickstart, which updates installation, LLM provider, and warehouse connection instructions. BigQuery, PostgreSQL, and DuckDB examples are also revised.
Quickstart workflow and agent modes
docs/docs/getting-started.md, docs/docs/getting-started/quickstart.md
The guides document connection verification, schema indexing, four agent modes, AGENTS.md project rules, an expanded pipeline example, essential commands, skills references, and updated next steps.
Skills command guidance
docs/docs/configure/skills.md
Built-in skill discovery now directs TUI users to run /skills.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: anandgupta42

Poem

I’m a rabbit with docs in my paws,
Hopping through quickstart’s refreshed paths.
/skills now gleams,
New agent modes dream,
And setup hops forward with fewer flaws.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The template is mostly followed, but the required issue reference is incomplete because "Closes #" has no ticket number. Add the linked issue number in the Issue for this PR section, or clarify that no issue exists if that is acceptable.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly summarizes the main change: consolidating the Quickstart docs into one canonical guide.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sudhanshu456 sudhanshu456 changed the title Consolidate quickstart guide into one canonical Quickstart docs: Consolidate quickstart guide into one canonical Quickstart Jul 23, 2026
@github-actions

Copy link
Copy Markdown

Thanks for updating your PR! It now meets our contributing guidelines. 👍

1 similar comment
@github-actions

Copy link
Copy Markdown

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 4

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/docs/getting-started.md`:
- Line 3: Replace the duplicate setup-guide content in getting-started.md with a
concise landing page that directs readers to getting-started/quickstart.md as
the canonical guide, or remove the page after verifying and updating inbound
links. Do not retain conflicting installation, configuration, or mode
instructions.

In `@docs/docs/getting-started/quickstart.md`:
- Around line 99-103: Update the fenced blocks in the quickstart documentation,
including the command-output block near the dbt indexing example and the
directory-tree block around the referenced later section, to specify the text
language identifier. Preserve their existing contents and formatting.
- Around line 200-208: Clarify the execution interface in the quickstart section
containing the warehouse_test and schema_index examples. State whether users
should enter these as slash commands, submit them through the TUI prompt with
the documented prefix, or run them through another interface, and update the
examples to match that supported syntax consistently.
- Around line 27-32: Update the “Does your org restrict npm install scripts?”
note to remove the incorrect npm config command and Lavamoat-specific guidance,
or replace it with the officially supported allow-scripts approval workflow and
documentation. Keep the explanation that blocked postinstall scripts can prevent
the CLI from functioning.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ce870d5e-c137-4c23-b219-270476738b59

📥 Commits

Reviewing files that changed from the base of the PR and between 330c950 and 7ae4275.

📒 Files selected for processing (7)
  • docs/docs/configure/skills.md
  • docs/docs/getting-started.md
  • docs/docs/getting-started/index.md
  • docs/docs/getting-started/quickstart-new.md
  • docs/docs/getting-started/quickstart.md
  • docs/docs/quickstart.md
  • docs/mkdocs.yml
💤 Files with no reviewable changes (2)
  • docs/docs/quickstart.md
  • docs/docs/getting-started/quickstart-new.md

# Getting Started

> **New to altimate?** [Start with the 5-minute quickstart](quickstart.md) to go from install to your first analysis in minutes.
> **New to Altimate Code?** [Start with the quickstart](getting-started/quickstart.md) to go from install to your first analysis.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

Make this page a landing page or remove it.

docs/docs/getting-started.md still contains a second full setup guide while docs/mkdocs.yml now makes docs/docs/getting-started/quickstart.md canonical. The two pages already diverge on configuration paths and mode commands, so direct links can expose stale instructions. Replace the duplicate body with a short redirect/landing page or remove it after checking inbound links.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/docs/getting-started.md` at line 3, Replace the duplicate setup-guide
content in getting-started.md with a concise landing page that directs readers
to getting-started/quickstart.md as the canonical guide, or remove the page
after verifying and updating inbound links. Do not retain conflicting
installation, configuration, or mode instructions.

Comment on lines +27 to +32
??? note "Does your org restrict npm install scripts?"
If your org blocks npm lifecycle scripts (for example with `--ignore-scripts` or a script-approval gate like `@lavamoat/allow-scripts`), that postinstall step won't run, and the CLI may not function correctly. To let it run those postinstall scripts, run this and reinstall:

## Step 2: Configure Your LLM
```bash title="Terminal"
npm config set allow-scripts=altimate-code --location=user
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

rg -n --glob '*.md' --glob 'package.json' 'allow-scripts|`@lavamoat/allow-scripts`|ignore-scripts' .

Repository: AltimateAI/altimate-code

Length of output: 775


🌐 Web query:

@lavamoat/allow-scripts npm config allow-scripts documentation

💡 Result:

@lavamoat/allow-scripts is a security tool designed to restrict the execution of dependency lifecycle scripts to only those explicitly approved in an allowlist [1][2]. By default, it denies all lifecycle scripts and requires a configuration process to enable necessary ones [1][3]. Configuration and Usage The tool's configuration is stored in the lavamoat property within your project's package.json file, specifically under the allowScripts object [2][4]. The workflow for managing dependencies with this tool is as follows: 1. Setup: Run allow-scripts setup to initialize the project [1][3]. This command creates or updates a.npmrc or.yarnrc file to include ignore-scripts=true, effectively disabling automatic script execution [5][3]. 2. Populate Allowlist: Run allow-scripts auto to generate and update the allowlist in your package.json [2][5]. This command automatically identifies dependencies with lifecycle scripts and adds them to the configuration, setting their status to false (denied) by default [1][4]. 3. Run Allowed Scripts: After every package installation, run allow-scripts run to execute only the lifecycle scripts for packages that have been explicitly set to true in the allowlist [1][2]. Configuration Format The configuration in package.json uses a record format where keys represent the package (or a dependency path) and values represent the permission status [2][6]: { "lavamoat": { "allowScripts": { "package-name#version": true, "other-package#version": false } } } Key Notes: - Version Pinning: Versions are mandatory for allowed packages to enhance security against maintainer compromise [4]. - Disallowed Packages: You can remove the #version suffix from disallowed items if you want to deny a package regardless of its version [6][4]. - Flexibility: You can opt out of version-specific behavior by using the --skip-versions flag with the auto and run commands [6][4]. - Error Handling: The tool will fail if it detects dependencies with unconfigured lifecycle scripts, prompting you to run allow-scripts auto to address them [2][5]. Installation It is recommended to install @lavamoat/allow-scripts globally for the initial setup, and as a project-local development dependency (npm i -D @lavamoat/allow-scripts) to ensure all contributors use the same configuration [1][3]. Local usage can be integrated directly into your project's scripts in package.json [5][7].

Citations:


Update the allow-scripts approval guidance.

@lavamoat/allow-scripts uses the lavamoat.allowScripts allowlist in package metadata and expects approved lifecycle scripts to be run via its workflow, not arbitrary npm config set allow-scripts=altimate-code --location=user. Replace this with the actual supported approval mechanism/CLI documentation or remove the Lavamoat-specific example.

🧰 Tools
🪛 markdownlint-cli2 (0.23.0)

[warning] 30-30: Code block style
Expected: fenced; Actual: indented

(MD046, code-block-style)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/docs/getting-started/quickstart.md` around lines 27 - 32, Update the
“Does your org restrict npm install scripts?” note to remove the incorrect npm
config command and Lavamoat-specific guidance, or replace it with the officially
supported allow-scripts approval workflow and documentation. Keep the
explanation that blocked postinstall scripts can prevent the CLI from
functioning.

Comment on lines +99 to 103
```
Found dbt project: jaffle_shop (dbt-snowflake)
Found profile: snowflake_prod → Added connection 'snowflake_prod'
Indexing schema... 142 tables, 1,847 columns indexed
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Add language identifiers to the fenced blocks.

markdownlint MD040 flags the command output fence and the directory-tree fence. Use text for both.

Proposed fix
-```
+```text
 Found dbt project: jaffle_shop (dbt-snowflake)
...
-    ```
+    ```text

Also applies to: 259-275

🧰 Tools
🪛 markdownlint-cli2 (0.23.0)

[warning] 99-99: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/docs/getting-started/quickstart.md` around lines 99 - 103, Update the
fenced blocks in the quickstart documentation, including the command-output
block near the dbt indexing example and the directory-tree block around the
referenced later section, to specify the text language identifier. Preserve
their existing contents and formatting.

Source: Linters/SAST tools

Comment on lines +200 to +208
Verify the connection, then index the schema for autocomplete and analysis:

```
> warehouse_test snowflake
✓ Connected successfully
```text title="In the TUI"
warehouse_test snowflake
```

---
```text title="In the TUI"
schema_index snowflake
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

rg -n --glob '*.md' 'warehouse_test|schema_index|/discover|/connect' docs

Repository: AltimateAI/altimate-code

Length of output: 6186


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== quickstart relevant sections =="
sed -n '180,215p' docs/docs/getting-started/quickstart.md
sed -n '200,210p' docs/docs/getting-started/quickstart.md

echo
echo "== tui docs =="
sed -n '1,80p' docs/docs/usage/tui.md

echo
echo "== configure commands/docs docs =="
sed -n '1,45p' docs/docs/configure/commands.md
sed -n '530,555p' docs/docs/configure/warehouses.md

echo
echo "== tool docs for schema_index and warehouse_test =="
sed -n '1,80p' docs/docs/data-engineering/tools/schema-tools.md
sed -n '90,130p' docs/docs/data-engineering/tools/warehouse-tools.md

Repository: AltimateAI/altimate-code

Length of output: 9451


Clarify where users should run these warehouse commands.

These are shown as direct TUI commands, but the TUI docs only define slash commands, while /discover and the warehouse docs present warehouse_test / schema_index as prefixed prompts/tools. Update this section so users know whether to run /discover, type these through the TUI prompt, or use an alternate interface.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/docs/getting-started/quickstart.md` around lines 200 - 208, Clarify the
execution interface in the quickstart section containing the warehouse_test and
schema_index examples. State whether users should enter these as slash commands,
submit them through the TUI prompt with the documented prefix, or run them
through another interface, and update the examples to match that supported
syntax consistently.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 issues found across 7 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="docs/docs/getting-started.md">

<violation number="1" location="docs/docs/getting-started.md:3">
P2: This file still contains a full multi-step setup guide (agent modes table, mode-switching commands, etc.) that overlaps with the now-canonical `getting-started/quickstart.md`. Since the goal is consolidation, consider reducing this page to a short landing/redirect that links to the canonical quickstart, otherwise readers may land here via direct links and see instructions that drift out of sync over time.</violation>
</file>

<file name="docs/docs/getting-started/quickstart.md">

<violation number="1" location="docs/docs/getting-started/quickstart.md:31">
P2: The suggested command `npm config set allow-scripts=altimate-code --location=user` does not correspond to how `@lavamoat/allow-scripts` actually works. LavaMoat uses a `"lavamoat": { "allowScripts": { "package-name": true } }` allowlist in `package.json`, managed via `allow-scripts auto` and executed with `allow-scripts run`. This guidance will confuse users whose orgs use LavaMoat. Either document the correct LavaMoat workflow, or clarify that this npm config approach is for a different script-blocking mechanism (e.g., npm's own `ignore-scripts` setting).</violation>

<violation number="2" location="docs/docs/getting-started/quickstart.md:203">
P2: `warehouse_test` and `schema_index` are shown without the `/` prefix, unlike every other TUI command in this guide (`/connect`, `/discover`, `/skills`, `/agents`). This inconsistency will confuse readers about how to invoke them. If they are slash commands, add the `/` prefix; if they are prompts the user types as natural-language input, change the title or add a brief note clarifying that.</violation>

<violation number="3" location="docs/docs/getting-started/quickstart.md:218">
P2: The Reviewer agent mode is added to the quickstart and getting-started overview but is completely absent from the canonical agents reference at `docs/docs/configure/agents.md` and from the README. If Reviewer is a real built-in mode, add it to the agents reference with its full permission model so users have a single source of truth. If it's not yet a shipped mode, it shouldn't be documented in the quickstart until the reference docs are also updated.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

@@ -1,6 +1,6 @@
# Getting Started

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: This file still contains a full multi-step setup guide (agent modes table, mode-switching commands, etc.) that overlaps with the now-canonical getting-started/quickstart.md. Since the goal is consolidation, consider reducing this page to a short landing/redirect that links to the canonical quickstart, otherwise readers may land here via direct links and see instructions that drift out of sync over time.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/docs/getting-started.md, line 3:

<comment>This file still contains a full multi-step setup guide (agent modes table, mode-switching commands, etc.) that overlaps with the now-canonical `getting-started/quickstart.md`. Since the goal is consolidation, consider reducing this page to a short landing/redirect that links to the canonical quickstart, otherwise readers may land here via direct links and see instructions that drift out of sync over time.</comment>

<file context>
@@ -1,6 +1,6 @@
 # Getting Started
 
-> **New to altimate?** [Start with the 5-minute quickstart](quickstart.md) to go from install to your first analysis in minutes.
+> **New to Altimate Code?** [Start with the quickstart](getting-started/quickstart.md) to go from install to your first analysis.
 
 ## Why altimate?
</file context>

```
| Builder | Read/write | Scaffolding and editing dbt models and SQL. Writes prompt for approval. |
| Analyst | Read-only | Safe exploration of production data. SQL writes denied entirely. |
| Reviewer | Read-only | Grading a SQL/dbt change and returning an approve, comment, or request-changes verdict. |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The Reviewer agent mode is added to the quickstart and getting-started overview but is completely absent from the canonical agents reference at docs/docs/configure/agents.md and from the README. If Reviewer is a real built-in mode, add it to the agents reference with its full permission model so users have a single source of truth. If it's not yet a shipped mode, it shouldn't be documented in the quickstart until the reference docs are also updated.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/docs/getting-started/quickstart.md, line 218:

<comment>The Reviewer agent mode is added to the quickstart and getting-started overview but is completely absent from the canonical agents reference at `docs/docs/configure/agents.md` and from the README. If Reviewer is a real built-in mode, add it to the agents reference with its full permission model so users have a single source of truth. If it's not yet a shipped mode, it shouldn't be documented in the quickstart until the reference docs are also updated.</comment>

<file context>
@@ -283,171 +195,140 @@ Add a warehouse connection to `.altimate-code/connections.json`:
-```
+| Builder | Read/write | Scaffolding and editing dbt models and SQL. Writes prompt for approval. |
+| Analyst | Read-only | Safe exploration of production data. SQL writes denied entirely. |
+| Reviewer | Read-only | Grading a SQL/dbt change and returning an approve, comment, or request-changes verdict. |
+| Plan | Minimal | Sketching an approach before switching to Builder to execute it. |
 
</file context>


## Step 2: Configure Your LLM
```bash title="Terminal"
npm config set allow-scripts=altimate-code --location=user

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The suggested command npm config set allow-scripts=altimate-code --location=user does not correspond to how @lavamoat/allow-scripts actually works. LavaMoat uses a "lavamoat": { "allowScripts": { "package-name": true } } allowlist in package.json, managed via allow-scripts auto and executed with allow-scripts run. This guidance will confuse users whose orgs use LavaMoat. Either document the correct LavaMoat workflow, or clarify that this npm config approach is for a different script-blocking mechanism (e.g., npm's own ignore-scripts setting).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/docs/getting-started/quickstart.md, line 31:

<comment>The suggested command `npm config set allow-scripts=altimate-code --location=user` does not correspond to how `@lavamoat/allow-scripts` actually works. LavaMoat uses a `"lavamoat": { "allowScripts": { "package-name": true } }` allowlist in `package.json`, managed via `allow-scripts auto` and executed with `allow-scripts run`. This guidance will confuse users whose orgs use LavaMoat. Either document the correct LavaMoat workflow, or clarify that this npm config approach is for a different script-blocking mechanism (e.g., npm's own `ignore-scripts` setting).</comment>

<file context>
@@ -1,204 +1,114 @@
 
-## Step 2: Configure Your LLM
+    ```bash title="Terminal"
+    npm config set allow-scripts=altimate-code --location=user
+    ```
+
</file context>

> warehouse_test snowflake
✓ Connected successfully
```text title="In the TUI"
warehouse_test snowflake

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: warehouse_test and schema_index are shown without the / prefix, unlike every other TUI command in this guide (/connect, /discover, /skills, /agents). This inconsistency will confuse readers about how to invoke them. If they are slash commands, add the / prefix; if they are prompts the user types as natural-language input, change the title or add a brief note clarifying that.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/docs/getting-started/quickstart.md, line 203:

<comment>`warehouse_test` and `schema_index` are shown without the `/` prefix, unlike every other TUI command in this guide (`/connect`, `/discover`, `/skills`, `/agents`). This inconsistency will confuse readers about how to invoke them. If they are slash commands, add the `/` prefix; if they are prompts the user types as natural-language input, change the title or add a brief note clarifying that.</comment>

<file context>
@@ -283,171 +195,140 @@ Add a warehouse connection to `.altimate-code/connections.json`:
-> warehouse_test snowflake
-✓ Connected successfully
+```text title="In the TUI"
+warehouse_test snowflake

</file context>


</details>

@dev-punia-altimate

Copy link
Copy Markdown
Contributor

🤖 Code Review — OpenCodeReview (Gemini) — No Issues Found

No supported files changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants