@mc1global/opencode-jarvis 0.14.0 → 0.14.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 +8 -0
- package/README.md +779 -319
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.14.1] - 2026-03-02
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- README rewritten: removed Python/Bun references, added JARVIS methodology guide, legacy migration walkthrough, all 121 tools reference, Azure DevOps integration section, ORACLE usage, corrected install instructions for macOS/Linux/Windows WSL
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
10
18
|
## [0.14.0] - 2026-03-01
|
|
11
19
|
|
|
12
20
|
### Added
|