You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This file contains critical instructions for AI agents working on this codebase.
6
6
7
7
DeepWork is a framework for enabling AI agents to perform complex, multi-step work tasks across any domain. It is inspired by GitHub's spec-kit but generalized for any job type - from competitive research to ad campaign design to monthly reporting.
8
8
9
-
**Key Insight**: DeepWork is delivered as a **plugin** for AI agent CLIs (Claude Code, Gemini CLI, etc.). The plugin provides a skill, MCP server configuration, and hooks. The MCP server (`deepwork serve`) is the core runtime — the CLI has no install/sync commands.
9
+
**Key Insight**: DeepWork is delivered as a **plugin** for AI agent CLIs (Claude Code, Gemini CLI, etc.). The plugin provides a skill, MCP server configuration, and hooks. The MCP server (`deepwork serve`) is the core runtime. The `deepwork setup` command configures platform settings automatically.
10
10
11
11
## Core Concepts
12
12
@@ -25,7 +25,7 @@ Each job consists of reviewable steps with clear inputs and outputs. For example
25
25
4.**Plugin-Based**: Delivered as platform plugins (Claude Code plugin, Gemini extension)
26
26
5.**AI-Neutral**: Supports multiple AI platforms (Claude Code, Gemini, Copilot, etc.)
27
27
6.**Stateless Execution**: All state stored in filesystem artifacts for transparency
28
-
7.**MCP-Powered**: The MCP server is the core runtime — no install/sync CLI commands needed
28
+
7.**MCP-Powered**: The MCP server is the core runtime — `deepwork setup` handles platform configuration
29
29
30
30
## CRITICAL: Job Type Classification
31
31
@@ -194,10 +194,11 @@ This repo has **two** MCP server instances: one from the plugin (`plugin:deepwor
0 commit comments