diff --git a/.agents/skills/afdocs-audit/references/known-exceptions.md b/.agents/skills/afdocs-audit/references/known-exceptions.md index fc9af65d..05eb819d 100644 --- a/.agents/skills/afdocs-audit/references/known-exceptions.md +++ b/.agents/skills/afdocs-audit/references/known-exceptions.md @@ -25,8 +25,8 @@ This file lists checks from the afdocs-audit skill that may flag as warnings or **Expected status**: warn (several pages, ~2% average difference) **Reason**: False positive. The "missing" segments are numbered heading text like "2. Tabbed File Viewer" where Turndown correctly escapes the period (`### 2\. Tabbed File Viewer`) to prevent markdown parsers from interpreting it as a list item. The content IS present in the markdown — the AFDocs checker's text comparison doesn't account for markdown escaping. **Affected pages** (as of 2026-05-05): -- `/agent-platform/cloud-agents/triggers/scheduled-agents-quickstart/` — step headings -- `/agent-platform/cloud-agents/integrations/github-actions/` — numbered use case headings +- `/platform/triggers/scheduled-agents-quickstart/` — step headings +- `/platform/integrations/github-actions/` — numbered use case headings - `/support-and-community/troubleshooting-and-support/troubleshooting-login-issues/` — URLs with special chars - `/reference/cli/quickstart/` — optional step headings - `/guides/getting-started/welcome-to-warp/` — numbered section headings diff --git a/.agents/skills/answer_question/SKILL.md b/.agents/skills/answer_question/SKILL.md index e7a17577..f4c98bbf 100644 --- a/.agents/skills/answer_question/SKILL.md +++ b/.agents/skills/answer_question/SKILL.md @@ -71,7 +71,7 @@ Key rules: - **`src/content/docs/` is the homepage space** — the `warp/` prefix is NOT included in URLs. Example: `src/content/docs/terminal/blocks/block-basics.mdx` → `https://docs.warp.dev/terminal/blocks/block-basics` - All other spaces include the space name in the URL. Example: `src/content/docs/agent-platform/capabilities/skills.mdx` → `https://docs.warp.dev/agent-platform/capabilities/skills` - Strip the `.mdx` extension. -- `index.mdx` resolves to the parent directory path. Example: `src/content/docs/agent-platform/cloud-agents/integrations/index.mdx` → `https://docs.warp.dev/agent-platform/cloud-agents/integrations` +- `index.mdx` resolves to the parent directory path. Example: `src/content/docs/platform/integrations/index.mdx` → `https://docs.warp.dev/platform/integrations` ### 5. Output format diff --git a/.agents/skills/docs-seo-audit/SKILL.md b/.agents/skills/docs-seo-audit/SKILL.md index 74506f79..38dd00e7 100644 --- a/.agents/skills/docs-seo-audit/SKILL.md +++ b/.agents/skills/docs-seo-audit/SKILL.md @@ -183,15 +183,15 @@ Astro Starlight uses `title` for the `
| Slash Command | Description |
|---|---|
/add-mcp | Add a new MCP server. |
/add-prompt | Add a new Agent Prompt in Warp Drive. |
/add-rule | Add a new Global Rule for the Agent. |
/agent | Start a new agent conversation. Optionally include a prompt to send immediately. |
/changelog | Open the latest Warp changelog. |
/cloud-agent | Start a new cloud agent conversation. {'*'} |
/compact | Free up context by summarizing conversation history. |
/compact-and | Compact the current conversation and then send a follow-up prompt. |
/conversations | Open conversation history. |
/cost | Toggle credit usage details in the current conversation. |
/create-environment | Create a Warp Environment (Docker image + repos) via guided setup. {'*'} |
/create-new-project | Have the Agent walk you through creating a new coding project. {'*'} |
/export-to-clipboard | Export the current conversation to clipboard in markdown format. |
/export-to-file | Export the current conversation to a markdown file. |
/feedback | Open the static feedback experience. See Using /feedback in Warp for details. |
/fork | Forks the current conversation into a new thread with the full context and history of the original. You can optionally include a prompt that will be sent immediately in the forked conversation. |
/fork-and-compact | Forks the current conversation and automatically compacts the forked version. Useful when you want a fresh, summarized starting point that preserves relevant context while trimming the rest. |
/fork-from | Open a searchable menu to fork the conversation from a specific query. Select a query to create a fork that includes everything up to that point. |
/index | Index the current codebase using Codebase Context. |
/init | Index the current codebase and generate an AGENTS.md file. {'*'} |
/model | Switch the base agent model for the current conversation. |
/new | Start a new agent conversation (alias for /agent). |
/open-code-review | Open the code review pane. |
/open-file | Open a file for editing in Warp's code editor. |
/open-mcp-servers | View the status of your MCP servers. |
/open-project-rules | Open the Project Rules file (AGENTS). |
/open-repo | Switch to another indexed repository. |
/open-rules | View all of your global and project rules. |
/open-settings-file | Open the Warp settings file (settings.toml) in Warp's code editor. |
/open-skill | Open an interactive menu to browse and edit project or global skills. |
/orchestrate | Break a task into subtasks and run them in parallel with multiple agents. {'*'} |
/plan | Prompt the Agent to do some research and create a plan for a task. |
/pr-comments | Pull GitHub PR review comments into Warp. {'*'} |
/profile | Switch the active execution profile. |
/prompts | Search saved prompts. |
/queue | Queue a prompt to send after the agent finishes responding. See Prompt Queueing. |
/rename-tab | Rename the current tab. Include the new tab name as an argument (for example, /rename-tab deploy). |
/rewind | Rewind to a previous point in the conversation. |
/skills | Invoke a skill from a searchable menu. |
/usage | Open billing and usage settings. |
| Slash Command | Description |
|---|---|
/add-mcp | Add a new MCP server. |
/add-prompt | Add a new Agent Prompt in Warp Drive. |
/add-rule | Add a new Global Rule for the Agent. |
/agent | Start a new agent conversation. Optionally include a prompt to send immediately. |
/changelog | Open the latest Warp changelog. |
/cloud-agent | Start a new cloud agent conversation. {'*'} |
/compact | Free up context by summarizing conversation history. |
/compact-and | Compact the current conversation and then send a follow-up prompt. |
/conversations | Open conversation history. |
/cost | Toggle credit usage details in the current conversation. |
/create-environment | Create a Warp Environment (Docker image + repos) via guided setup. {'*'} |
/create-new-project | Have the Agent walk you through creating a new coding project. {'*'} |
/export-to-clipboard | Export the current conversation to clipboard in markdown format. |
/export-to-file | Export the current conversation to a markdown file. |
/feedback | Open the static feedback experience. See Using /feedback in Warp for details. |
/fork | Forks the current conversation into a new thread with the full context and history of the original. You can optionally include a prompt that will be sent immediately in the forked conversation. |
/fork-and-compact | Forks the current conversation and automatically compacts the forked version. Useful when you want a fresh, summarized starting point that preserves relevant context while trimming the rest. |
/fork-from | Open a searchable menu to fork the conversation from a specific query. Select a query to create a fork that includes everything up to that point. |
/index | Index the current codebase using Codebase Context. |
/init | Index the current codebase and generate an AGENTS.md file. {'*'} |
/model | Switch the base agent model for the current conversation. |
/new | Start a new agent conversation (alias for /agent). |
/open-code-review | Open the code review pane. |
/open-file | Open a file for editing in Warp's code editor. |
/open-mcp-servers | View the status of your MCP servers. |
/open-project-rules | Open the Project Rules file (AGENTS). |
/open-repo | Switch to another indexed repository. |
/open-rules | View all of your global and project rules. |
/open-settings-file | Open the Warp settings file (settings.toml) in Warp's code editor. |
/open-skill | Open an interactive menu to browse and edit project or global skills. |
/orchestrate | Break a task into subtasks and run them in parallel with multiple agents. {'*'} |
/plan | Prompt the Agent to do some research and create a plan for a task. |
/pr-comments | Pull GitHub PR review comments into Warp. {'*'} |
/profile | Switch the active execution profile. |
/prompts | Search saved prompts. |
/queue | Queue a prompt to send after the agent finishes responding. See Prompt Queueing. |
/rename-tab | Rename the current tab. Include the new tab name as an argument (for example, /rename-tab deploy). |
/rewind | Rewind to a previous point in the conversation. |
/skills | Invoke a skill from a searchable menu. |
/usage | Open billing and usage settings. |
| Page | Path | What you can do |
|---|---|---|
| Runs | /runs | View all runs, filter by status/source/creator, start new runs, inspect transcripts |
| Agents | /agents | Browse saved agents, create agents, configure defaults, and start runs |
| Skills | /skills | Browse skills from your environments, view suggested skills, create skills for agents, and start runs |
| Schedules | /schedules | Create scheduled agents, pause/enable schedules, view run history |
| Environments | /environments | Create and manage environments with repos, Docker images, and setup commands |
| Secrets | /secrets | Create and manage Warp-managed secrets for cloud agent runs |
| Integrations | /integrations | Connect Slack and Linear to trigger agents from external tools |
| Field | Description |
|---|---|
| Name | A descriptive name for the scheduled task |
| Frequency | Human-readable description of the cron schedule (e.g., "Every Monday at 10am") |
| Next run | When the schedule will next execute |
| Environment | Which environment the scheduled agent runs in |
| Agent | Which saved agent the schedule uses (if any) |
| Status | Whether the schedule is active or paused |
| Field | Description |
|---|---|
| Name | The environment's identifier |
| Docker image | The container image used for execution |
| Repositories | Which repos the agent can access |
| Setup commands | Commands run before the agent starts |
| Integration | Description |
|---|---|
| Slack | Tag @Oz in messages or threads to trigger agents directly from Slack conversations |
| Linear | Tag @Oz on issues to trigger agents from your issue tracker |