Skip to content

Commit 14c872d

Browse files
authored
Merge pull request #15 from jpicklyk/documentation-updates
docs: enhance documentation with AI-agnostic language and workflow guidance
2 parents 2cbee71 + 472b3ef commit 14c872d

File tree

11 files changed

+671
-501
lines changed

11 files changed

+671
-501
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141

4242
### Changed
4343
- Removed `includeMarkdownView` parameter from get_task, get_feature, and get_project tools
44-
- Updated API reference documentation to reflect 38 total tools (was 37)
45-
- Updated tool category counts: Task Management (8 tools, was 7), Feature Management (6 tools), Project Management (6 tools)
44+
- Updated API reference documentation to reflect tool additions
45+
- Expanded tool categories: Added tools to Task Management, Feature Management, and Project Management
4646

4747
### Performance
4848
- Bulk task updates: 70-95% token reduction vs individual update_task calls

CLAUDE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ The codebase follows **Clean Architecture** with four distinct layers:
6767

6868
### 2. Application Layer (`src/main/kotlin/io/github/jpicklyk/mcptask/application/`)
6969
- **Business logic orchestration and use cases**
70-
- `tools/` - 37 MCP tool implementations organized by category:
71-
- `task/` - Task management (6 tools)
72-
- `feature/` - Feature management (5 tools)
73-
- `project/` - Project management (5 tools)
74-
- `template/` - Template management (9 tools)
75-
- `section/` - Section management (9 tools)
76-
- `dependency/` - Dependency management (3 tools)
70+
- `tools/` - MCP tool implementations organized by category:
71+
- `task/` - Task management
72+
- `feature/` - Feature management
73+
- `project/` - Project management
74+
- `template/` - Template management
75+
- `section/` - Section management
76+
- `dependency/` - Dependency management
7777
- `service/` - Services like TemplateInitializer
7878
- `service/templates/` - 9 built-in template creators
7979

CLAUDE_BACKUP.md

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)