metacoding 1.5.0 → 1.5.1
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/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.5.1] - 2025-10-12
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Removed 26 obsolete Cursor integration tests (17 e2e + 9 integration tests)
|
|
15
|
+
- Improved test organization and reduced test suite maintenance burden
|
|
16
|
+
- All tests now reflect new multi-assistant architecture from v1.5.0
|
|
17
|
+
|
|
18
|
+
### Technical Notes
|
|
19
|
+
|
|
20
|
+
- Test suite reduced from 260 to 234 tests (all passing at 100%)
|
|
21
|
+
- Removed legacy `.cursor/rules/` directory structure tests
|
|
22
|
+
- AssistantAdapterService behavior fully validated in remaining test suites
|
|
23
|
+
|
|
10
24
|
## [1.5.0] - 2025-10-12
|
|
11
25
|
|
|
12
26
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "metacoding",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "Guided Development Workflow for GitHub Copilot - Transform your coding experience with AI-guided standards, structured workflows, and quality practices",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|