agent-tasks 1.6.8 → 1.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://nodejs.org/)
|
|
5
5
|
[]()
|
|
6
6
|
[]()
|
|
7
|
-
[]()
|
|
8
8
|
|
|
9
9
|
**Pipeline-driven task management for AI coding agents.** An [MCP](https://modelcontextprotocol.io/) server with stage-gated pipelines, multi-agent collaboration, and a real-time kanban dashboard. Tasks flow through configurable stages — `backlog`, `spec`, `plan`, `implement`, `test`, `review`, `done` — with dependency tracking, approval workflows, artifact versioning, and threaded comments.
|
|
10
10
|
|
|
@@ -105,7 +105,7 @@ Once configured, Claude Code can use all 31 MCP tools directly — creating task
|
|
|
105
105
|
|
|
106
106
|
---
|
|
107
107
|
|
|
108
|
-
## MCP Tools (
|
|
108
|
+
## MCP Tools (31)
|
|
109
109
|
|
|
110
110
|
| Category | Tools |
|
|
111
111
|
| ----------------------- | ----------------------------------------------------------------------------------------------------------- |
|
|
@@ -119,7 +119,7 @@ Once configured, Claude Code can use all 31 MCP tools directly — creating task
|
|
|
119
119
|
|
|
120
120
|
See [full API reference](docs/API.md) for detailed descriptions of every tool and endpoint.
|
|
121
121
|
|
|
122
|
-
## REST API (
|
|
122
|
+
## REST API (18 endpoints)
|
|
123
123
|
|
|
124
124
|
All endpoints return JSON. CORS enabled. See [full API reference](docs/API.md#rest-api-18-endpoints) for details.
|
|
125
125
|
|
|
@@ -178,7 +178,7 @@ npm run check # Full CI: typecheck + lint + format + test
|
|
|
178
178
|
|
|
179
179
|
## Documentation
|
|
180
180
|
|
|
181
|
-
- [API Reference](docs/API.md) — all 31 MCP tools,
|
|
181
|
+
- [API Reference](docs/API.md) — all 31 MCP tools, 18 REST endpoints, WebSocket protocol
|
|
182
182
|
- [Architecture](docs/ARCHITECTURE.md) — source structure, design principles, database schema
|
|
183
183
|
- [Dashboard](docs/DASHBOARD.md) — kanban board features, keyboard shortcuts, screenshots
|
|
184
184
|
- [Setup Guide](docs/SETUP.md) — installation, client setup (Claude Code, OpenCode, Cursor, Windsurf), hooks
|
package/package.json
CHANGED