akili-specs 2.2.0 → 2.2.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 +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,10 @@ The format is inspired by Keep a Changelog and the repository follows semantic v
|
|
|
10
10
|
|
|
11
11
|
- No unreleased changes yet.
|
|
12
12
|
|
|
13
|
+
## [2.2.1] - 2026-07-19
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Updated `package.json` repository URLs to point to the new renamed GitHub repository `JuankCadavid/akili-specs`.
|
|
13
17
|
## [2.2.0] - 2026-07-19
|
|
14
18
|
|
|
15
19
|
### Added
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "akili-specs",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Portable AKILI-SPECS methodology commands and skills for AI-assisted development.",
|
|
5
|
-
"homepage": "https://github.com/JuankCadavid/
|
|
5
|
+
"homepage": "https://github.com/JuankCadavid/akili-specs#readme",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/JuankCadavid/
|
|
8
|
+
"url": "git+https://github.com/JuankCadavid/akili-specs.git"
|
|
9
9
|
},
|
|
10
10
|
"bugs": {
|
|
11
|
-
"url": "https://github.com/JuankCadavid/
|
|
11
|
+
"url": "https://github.com/JuankCadavid/akili-specs/issues"
|
|
12
12
|
},
|
|
13
13
|
"bin": {
|
|
14
14
|
"akili": "bin/akili.js"
|