Skip to content

Commit 1b8a056

Browse files
saravmajesticclaude
andcommitted
docs: sync from help-docs (source of truth) — full, incl. reconciled + corrections
Regenerated from help-docs docs/code (branch docs/reconcile-both-changed). Includes the reconciled both-changed files plus post-review corrections: - quickstart-new: telemetry link -> reference/telemetry.md and canonical ALTIMATE_TELEMETRY_DISABLED=true (was OPENCODE_DISABLE_TELEMETRY=1) - stranded closing double-quotes joined onto their value line (front matter, fenced YAML examples, CLI output) - providers.md Cortex prompt-caching + refreshed model catalog - llms.txt kept on absolute help.altimate.ai URLs nav regenerated from help-docs (section prefix stripped). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011fcN8kPwzjDeBysYUzKfJU
1 parent b18bbf3 commit 1b8a056

75 files changed

Lines changed: 784 additions & 202 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/docs/configure/acp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: ACP (Agent Communication Protocol) Support
3+
description: "Use Altimate Code with the Agent Communication Protocol (ACP) for interoperability with other AI agents and editor integrations."
4+
---
5+
16
# ACP Support
27

38
altimate implements the Agent Communication Protocol (ACP), allowing it to act as a backend for editors and IDEs.

docs/docs/configure/agents.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Agent Modes — Builder, Analyst, Plan
3+
description: "Altimate Code ships three AI agent personas — Builder, Analyst, and Plan — each with different tool access levels and use cases."
4+
---
5+
16
# Agents
27

38
Agents define different AI personas with specific models, prompts, permissions, and capabilities.
@@ -95,7 +100,7 @@ Create agents as markdown files in `.altimate-code/agents/`:
95100
---
96101
name: cost-reviewer
97102
model: anthropic/claude-sonnet-4-6
98-
description: Reviews queries for cost efficiency
103+
description: "Reviews queries for cost efficiency"
99104
---
100105

101106
You are a Snowflake cost optimization expert. For every query:

docs/docs/configure/bedrock-custom-endpoints.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Amazon Bedrock Custom Endpoints — Altimate Code
3+
description: "Configure Altimate Code to use a custom Amazon Bedrock endpoint, API gateway, or proxy for your LLM calls."
4+
---
5+
16
# Amazon Bedrock Custom Endpoints
27

38
This guide covers using Altimate Code with a custom Amazon Bedrock endpoint — such as a corporate API gateway, reverse proxy, or VPC endpoint that sits in front of Bedrock.

docs/docs/configure/commands.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Built-in Slash Commands — Altimate Code
3+
description: "Reference for all built-in slash commands in Altimate Code: /init, /discover, /review, /feedback, /configure-claude, and /configure-codex."
4+
---
5+
16
# Commands
27

38
## Built-in Commands
@@ -95,7 +100,7 @@ Create markdown files in `.altimate-code/commands/`:
95100
```markdown
96101
---
97102
name: review
98-
description: Review SQL for anti-patterns and best practices
103+
description: "Review SQL for anti-patterns and best practices"
99104
---
100105

101106
Review the following SQL file for:

docs/docs/configure/config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Config File Reference — Altimate Code
3+
description: "JSON and JSONC configuration file locations, priority order, and all available settings for Altimate Code."
4+
---
5+
16
# Configuration
27

38
altimate uses JSON (or JSONC) configuration files. The config file is named `altimate-code.json` or `altimate-code.jsonc`.

docs/docs/configure/context-management.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Context Management — Altimate Code
3+
description: "How Altimate Code automatically manages conversation context to stay within model limits using pruning and compacting."
4+
---
5+
16
# Context Management
27

38
altimate automatically manages conversation context so you can work through long sessions without hitting model limits. When a conversation grows large, the CLI summarizes older messages, prunes stale tool outputs, and recovers from provider overflow errors, all without losing the important details of your work.

docs/docs/configure/custom-tools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Custom Tools (TypeScript Plugins) — Altimate Code
3+
description: "Extend Altimate Code with custom TypeScript plugins. Quick start guide for building and registering your own tools."
4+
---
5+
16
# Custom Tools
27

38
Create custom tools using TypeScript and the altimate plugin system.

docs/docs/configure/formatters.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Formatters — Altimate Code
3+
description: "Altimate Code auto-formats files after editing using language-specific formatters. See the full list of supported languages."
4+
---
5+
16
# Formatters
27

38
altimate auto-formats files after editing using language-specific formatters.

docs/docs/configure/governance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Governance & Permissions — Altimate Code
3+
description: "Task-scoped permissions and deterministic tool guards that keep Altimate Code safe in production data environments."
4+
---
5+
16
# Governance
27

38
Most people think of governance as a cost — something you bolt on for compliance. In practice, governance makes agents produce **better results**, not just safer ones.

docs/docs/configure/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Configure Altimate Code
3+
description: "Configure warehouses, LLM providers, agent modes, and preferences in Altimate Code."
4+
---
5+
16
# Configure
27

38
Set up your warehouses, LLM providers, and preferences. For agents, tools, skills, and commands, see the [Use](../data-engineering/agent-modes.md) section. For rules, permissions, and context management, see [Governance](rules.md).

0 commit comments

Comments
 (0)