kodelyth-ecc 1.7.1 → 1.7.3
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 +28 -0
- package/MARKETING_PLAN.md +893 -0
- package/VERSION +1 -1
- package/package.json +1 -1
- package/social/card-install.svg +1 -1
- package/social/facebook-v150.svg +1 -1
- package/social/github-social-preview.svg +2 -2
- package/social/readme-hero.svg +4 -4
- package/social/section-mcp.svg +1 -1
- package/social/x-card-agents-grid.svg +1 -1
- package/videos/README.md +88 -0
- package/videos/video-01-install-and-routing.md +258 -0
- package/videos/video-02-compound-memory.md +301 -0
- package/videos/video-03-devil-mode.md +294 -0
- package/videos/video-04-mcp-server.md +391 -0
- package/wiki/FAQ.md +1 -1
- package/wiki/Home.md +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Kodelyth ECC are documented here.
|
|
4
4
|
|
|
5
|
+
## v1.7.3 — Full version sync across all SVGs and docs (May 2026)
|
|
6
|
+
|
|
7
|
+
Consistency pass: every version badge, terminal line, and current-version reference across
|
|
8
|
+
all social SVGs and wiki pages now shows v1.7.3. Historical "introduced in v1.7.0" section
|
|
9
|
+
annotations in wiki pages are preserved as-is.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- `social/readme-hero.svg` — version badge + terminal lines: v1.7.1 → v1.7.3
|
|
14
|
+
- `social/github-social-preview.svg` — version badge + terminal line: v1.7.1 → v1.7.3
|
|
15
|
+
- `social/facebook-v150.svg` — version badge: v1.7.1 → v1.7.3
|
|
16
|
+
- `social/card-install.svg` — terminal install line: v1.7.0 → v1.7.3
|
|
17
|
+
- `social/section-mcp.svg` — MCP section badge: v1.7.0 → v1.7.3
|
|
18
|
+
- `social/x-card-agents-grid.svg` — version badge: v1.7.0 → v1.7.3
|
|
19
|
+
- `wiki/FAQ.md` — toolkit version in opening description: v1.7.1 → v1.7.3
|
|
20
|
+
- `wiki/Home.md` — version header and Key Features heading: v1.7.2/v1.7.0 → v1.7.3
|
|
21
|
+
- `package.json` + `VERSION` — 1.7.2 → 1.7.3
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## v1.7.2 — Final platform count clean-up (May 2026)
|
|
26
|
+
|
|
27
|
+
- Fix two remaining `12 platforms` references in `wiki/FAQ.md` and `wiki/Home.md`
|
|
28
|
+
- Sync `VERSION` file to match `package.json`
|
|
29
|
+
- Update `wiki/Home.md` version badge to v1.7.1 → v1.7.2
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
5
33
|
## v1.7.1 — Platform count correction + SVG glow fix (May 2026)
|
|
6
34
|
|
|
7
35
|
Accuracy patch: all docs, social assets, and the wiki now consistently reflect the correct
|