akili-specs 2.1.0 → 2.1.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.1.1] - 2026-07-18
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Fixed the GitHub repository URL in `package.json` to point to the correct `JuankCadavid/sdd-jc-methodology` repository instead of the non-existent `akili-specs` repo.
|
|
13
17
|
## [2.1.0] - 2026-07-18
|
|
14
18
|
|
|
15
19
|
### Added
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "akili-specs",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.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/sdd-jc-methodology#readme",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/JuankCadavid/
|
|
8
|
+
"url": "git+https://github.com/JuankCadavid/sdd-jc-methodology.git"
|
|
9
9
|
},
|
|
10
10
|
"bugs": {
|
|
11
|
-
"url": "https://github.com/JuankCadavid/
|
|
11
|
+
"url": "https://github.com/JuankCadavid/sdd-jc-methodology/issues"
|
|
12
12
|
},
|
|
13
13
|
"bin": {
|
|
14
14
|
"akili": "bin/akili.js"
|