-
Notifications
You must be signed in to change notification settings - Fork 135
docs: Consolidate quickstart guide into one canonical Quickstart #1033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
🤖 Prompt for AI Agents |
||
|
|
||
| ## Why altimate? | ||
|
|
||
|
|
@@ -140,12 +140,13 @@ altimate offers specialized agent modes for different workflows: | |
| |---|---| | ||
| | Analyzing data without risk of changes | **Analyst** for read-only queries, cost analysis, data profiling. SQL writes are blocked entirely. | | ||
| | Building or generating dbt models | **Builder** for model scaffolding, SQL generation, ref() wiring. SQL writes prompt for approval. | | ||
| | Reviewing a change before it merges | **Reviewer** for grading SQL/dbt changes and returning an approve, comment, or request-changes verdict | | ||
| | Planning before acting | **Plan** for outlining an approach before switching to builder to execute it | | ||
|
|
||
| Switch modes in the TUI: | ||
|
|
||
| ``` | ||
| /mode analyst | ||
| ```text title="In the TUI" | ||
| /agent analyst | ||
| ``` | ||
|
|
||
| ## Step 5: Start Working | ||
|
|
||
This file was deleted.
There was a problem hiding this comment.
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