Skip to content

Commit c824ebc

Browse files
Saravclaude
andcommitted
docs: initial sync from help-docs (source of truth) — safe subset
61 files where altimate-code was unchanged since the help-docs migration. 13 files edited in altimate-code post-migration are EXCLUDED pending reconciliation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b18bbf3 commit c824ebc

62 files changed

Lines changed: 606 additions & 148 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# ACP Support
28

39
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Agents
28

39
Agents define different AI personas with specific models, prompts, permissions, and capabilities.
@@ -95,7 +101,8 @@ Create agents as markdown files in `.altimate-code/agents/`:
95101
---
96102
name: cost-reviewer
97103
model: anthropic/claude-sonnet-4-6
98-
description: Reviews queries for cost efficiency
104+
description: "Reviews queries for cost efficiency
105+
"
99106
---
100107

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Amazon Bedrock Custom Endpoints
28

39
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Commands
28

39
## Built-in Commands
@@ -95,7 +101,8 @@ Create markdown files in `.altimate-code/commands/`:
95101
```markdown
96102
---
97103
name: review
98-
description: Review SQL for anti-patterns and best practices
104+
description: "Review SQL for anti-patterns and best practices
105+
"
99106
---
100107

101108
Review the following SQL file for:

docs/docs/configure/config.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Configuration
28

39
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Context Management
28

39
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Custom Tools
28

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

docs/docs/configure/formatters.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Formatters
28

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

docs/docs/configure/governance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
6+
17
# Governance
28

39
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Configure Altimate Code
3+
description: "Configure warehouses, LLM providers, agent modes, and preferences in Altimate Code.
4+
"
5+
---
6+
17
# Configure
28

39
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)