Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
608 changes: 11 additions & 597 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ changes.

- **Author:** Danil Silantyev (github:rldyourmnd), CEO NDDev
- **License:** AGPL-3.0-or-later
- **Build version:** 2.1.8
- **Build version:** 0.1.0
- **Verified ZCode runtime:** app 3.3.6, CLI 0.15.2, model GLM-5.2

## What this repository contains
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.8
0.1.0
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nddev-zcode-app",
"build_version": "2.1.8",
"build_version": "0.1.0",
"source_root": "zcode_tools/marketplaces/",
"installer": "cli-tools/scripts/install.sh install --setup <id>",
"layout": {
Expand Down
10 changes: 5 additions & 5 deletions build/release-evidence.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"schema_version": 2,
"module": {
"repository": "NDDev-it-com/nddev-zcode-app",
"setup_digest": "sha256:c4f37c75b84415ce542bbddb5765a519f44e58d5ed00a075c967c2bb2c19d85b"
"setup_digest": "sha256:1e71b495012d40afcbb53c002479e8b9bdd13952ff09998cac8709efcbf88c2f"
},
"harness": {
"repository": "NDDev-it-com/nddev-harnesses",
"commit": "1980bef79cf1fe04c7ca6dbf51f8aa42c004d6be"
"commit": "8161a29a1875e8cffde14ece301f994bdf9d199b"
},
"adapter": {
"id": "zcode",
"version": "2.1.8"
"version": "0.1.0"
},
"vendor": {
"app_version": "3.3.6",
Expand All @@ -30,8 +30,8 @@
}
],
"lanes": [],
"generated_at_utc": "2026-07-22T02:29:14Z",
"expires_at_utc": "2027-01-18T02:29:14Z",
"generated_at_utc": "2026-07-22T03:32:08Z",
"expires_at_utc": "2027-01-18T03:32:08Z",
"promotion": {
"decision": "pending",
"waivers": []
Expand Down
2 changes: 1 addition & 1 deletion build/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"build_version": "2.1.8",
"build_version": "0.1.0",
"zcode_app_version": "3.3.6",
"zcode_cli_version": "0.15.2",
"zcode_runtime": "GLM-5.2",
Expand Down
2 changes: 1 addition & 1 deletion zcode_tools/marketplaces/nddev-builder/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "core",
"source": "./plugins/core",
"description": "Reusable toolkit: skills, slash commands, and a reviewer subagent for building plugins, managing MCP servers and providers, authoring skills, and listing or removing components.",
"version": "2.1.8",
"version": "0.1.0",
"author": {
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "2.1.8",
"version": "0.1.0",
"description": "Reusable ZCode toolkit: skills, slash commands, and a reviewer subagent for building plugins, managing MCP servers and providers, authoring skills, and listing or removing components.",
"author": {
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",
Expand Down
Loading