Skip to content

Commit 36cf65f

Browse files
committed
docs: sync roadmap tool count to current state
1 parent a78ca64 commit 36cf65f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## Current Status
44
- Version: 2.0.0 (released 2026-06-30)
55
- Features implemented: CPT creation, taxonomies, settings pages, metaboxes, cloning, export, drag&drop reordering.
6-
- WordPress-native MCP/Abilities surface with 17 tools (9 Phase 1 + 7 Phase 2 + health)
6+
- WordPress-native MCP/Abilities surface with 18 tools (9 Phase 1 + 8 Phase 2 + health)
77
- Phase 2 REST API complete: 9 routes registered in `saltus-framework/v1/`
88
- Phase 3 hardening complete: caching, rate limiting, audit trail, structured error codes, health monitoring
99
- PHPStan Level 7 clean across the configured analysis set as of 2026-07-02, including the asset loading helper path
1010
- MCP v1 refactoring complete: per-tool REST dispatch, RestBackedToolInterface, ToolContributor, @phpstan-type AbilityDefinition
1111
- Legacy refactoring: inline REST controller logic extracted into shared service classes (SaltusSingleExport, MetaFieldProvider, ReorderPostsService, SettingsManager) wired into both REST controllers and MCP tools — resolved 2026-07-03
1212
- Conditional registration fix: `is_needed()` gate bypass for RestRouteProvider/ToolContributor registries via two-pass approach in `Core`, ensuring REST routes always appear in WP-REST index even before `REST_REQUEST` is defined — resolved 2026-07-06
13-
- 214 PHPUnit tests passing (605 assertions), PHPStan Level 7 clean across the configured analysis set
13+
- 226 PHPUnit tests passing (639 assertions), PHPStan Level 7 clean across the configured analysis set
1414
- **v2.0.0 released 2026-06-30** — MCP, REST API, and Phase 3 shipped
1515

1616
## Top Priority: WordPress 7.0 MCP/Abilities Integration

0 commit comments

Comments
 (0)