@tera-system/pro 0.2.14 → 0.2.15
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/MANIFEST.json +6 -6
- package/RELEASES.md +13 -1
- package/package.json +1 -1
package/MANIFEST.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tera-system/pro",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"description": "Build manifest for the Tera System Pro commercial plugin component (THIN mode — content served from teranoo.com signed bundle).",
|
|
5
5
|
"compatibleEnvironments": [
|
|
6
6
|
"opencode"
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"projectControlTemplates": 1,
|
|
16
16
|
"assets": 49
|
|
17
17
|
},
|
|
18
|
-
"bundleRef": "core-bundle-v0.2.
|
|
19
|
-
"builtAt": "2026-08-
|
|
18
|
+
"bundleRef": "core-bundle-v0.2.15.signed.json (SHA256 D8566622C3AD4A2BF4E7B2D4CD3F8DE2F1B5537FCCF35B1EA770012D7AFB52FB)",
|
|
19
|
+
"builtAt": "2026-08-31",
|
|
20
20
|
"sha256": {
|
|
21
|
-
"agents": "
|
|
22
|
-
"commands": "
|
|
23
|
-
"core/tera-system": "
|
|
21
|
+
"agents": "5df28267510ec689b1a5e7b2e14ddb3ae9f5babe0160b2ae28527114c011f9c3",
|
|
22
|
+
"commands": "f8c91dab42e41d1f8362edfd816964ceabdbd95e8ebdd02e83ea36f7f805a259",
|
|
23
|
+
"core/tera-system": "543daed61504e0a502515e9d689e51a53c50c4d90d8c42e0ffc08598bbec0669",
|
|
24
24
|
"tools": "86ec41d886f42ae0faf0ee341abf73ab6abd29380c59246dedc47bcdbb1e7358",
|
|
25
25
|
"core/project-control": "cb979181d50e54c9b9b9173ffc890ca021bfaefe9678b1cad4a2f67ceac3dfdd"
|
|
26
26
|
}
|
package/RELEASES.md
CHANGED
|
@@ -4,6 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## 0.2.15 (2026-08-31)
|
|
8
|
+
|
|
9
|
+
### Research library + package info persistence + website deployment info (SCP-2026-08-31-001/002/003)
|
|
10
|
+
|
|
11
|
+
**What changed:**
|
|
12
|
+
- **Reusable Research Library (SCP-2026-08-31-001)** — `domain-research-agent` now applies Reuse-First (checks `../Teranoo-Research/00_INDEX.md` before any websearch) + a mandatory 4-question score gate (Score≥3 → saves as DRAFT in the private `Teranoo-Research` repo; DRAFT→READY only by Majed). `DOMAIN_INTELLIGENCE_PROTOCOL.md` §10 governs the protocol. The research library is a **separate private repo outside the bundle** — not distributed.
|
|
13
|
+
- **Package/website info persisted (SCP-2026-08-31-002/003)** — `TERA_DISTRIBUTION_POLICY.md` now records the official npm packages (`@tera-system/core`, `@tera-system/pro`), the origin repo `https://github.com/Alabasi1980/Teranoo-System`, the website repo `https://github.com/Alabasi1980/TeraWebsite`, and the deploy panel `https://coolify.teranoo.com/`. Fixed wrong `RepositoryUrl` in docs. `TeraSystemMaintenanceChecklist.md` gained a package-bump reminder.
|
|
14
|
+
|
|
15
|
+
**Bundle:** ships updated signed bundle `core-bundle-v0.2.15.signed.json` (200 files, contentSha256 643cf7c64502baac53160fadc89dcb361a8b55f6487c1b75faf8c148209aeb09, SHA256 D8566622C3AD4A2BF4E7B2D4CD3F8DE2F1B5537FCCF35B1EA770012D7AFB52FB) to the server.
|
|
16
|
+
|
|
17
|
+
**Deployment order:** publish npm `0.2.15` FIRST, then update the server bundle (same rule as 0.2.14).
|
|
18
|
+
|
|
7
19
|
## 0.2.14 (2026-08-30)
|
|
8
20
|
|
|
9
21
|
### Buyable tool access: bin entries + npx commands + sync integrity fix (SCP-2026-08-30-004)
|
|
@@ -17,7 +29,7 @@
|
|
|
17
29
|
|
|
18
30
|
**Why:**
|
|
19
31
|
- First real buyer trial proved neither `npx` (E404) nor `npm run` (Missing script) reached the package tools — the entry door to the system was broken for every buyer.
|
|
20
|
-
- Bundle content changed (guard text) — this release ships the updated signed bundle `core-bundle-v0.2.14.signed.json` (200 files, contentSha256
|
|
32
|
+
- Bundle content changed (guard text) — this release ships the updated signed bundle `core-bundle-v0.2.14.signed.json` (200 files, contentSha256 5b49116ded49caa3479d95cf96593e6f3d00a463a9f2ab6ca61152c5baf67f67) to the server.
|
|
21
33
|
|
|
22
34
|
**Deployment order (corrected):** publish npm `0.2.14` FIRST, then update the server bundle. npm-first ensures existing buyers already have the integrity-refresh fix in tera-sync before the bundle content changes; server-first would cause a temporary "modified files" scare for existing buyers running sync with old scripts.
|
|
23
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tera-system/pro",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"description": "Tera System Pro — commercial edition (thin): system files are fetched from teranoo.com as a signed bundle; enforced license gate + heartbeat",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"type": "module",
|