@tera-system/pro 0.2.0 → 0.2.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/MANIFEST.json +5 -5
- package/RELEASES.md +16 -0
- 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.1",
|
|
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"
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"content": {
|
|
11
11
|
"agents": 20,
|
|
12
12
|
"commands": 11,
|
|
13
|
-
"coreFiles":
|
|
13
|
+
"coreFiles": 112,
|
|
14
14
|
"tools": 7,
|
|
15
15
|
"projectControlTemplates": 1
|
|
16
16
|
},
|
|
17
17
|
"bundleRef": "core-bundle-v0.1.4.signed.json (SHA256 4C87BAB833AEC0ACE184A790819B51D58427C51F29124CE2B02DA3AAE98C3F13)",
|
|
18
|
-
"builtAt": "2026-08-
|
|
18
|
+
"builtAt": "2026-08-28",
|
|
19
19
|
"sha256": {
|
|
20
|
-
"agents": "
|
|
20
|
+
"agents": "9769b3acc15e44e8ae56e4d585f7b965f6c30eafceea509edd0dfe3ce1d83270",
|
|
21
21
|
"commands": "f8c91dab42e41d1f8362edfd816964ceabdbd95e8ebdd02e83ea36f7f805a259",
|
|
22
|
-
"core/tera-system": "
|
|
22
|
+
"core/tera-system": "f1436c0eafdebde6177d3fd9e7ccdcabd28430daaff188ae61d7ae3d30f229d1",
|
|
23
23
|
"tools": "1f96a2de662c50c5c0a4c62d27ec583671c690163a0b35add036bfdd2b3a1f1a",
|
|
24
24
|
"core/project-control": "cb979181d50e54c9b9b9173ffc890ca021bfaefe9678b1cad4a2f67ceac3dfdd"
|
|
25
25
|
}
|
package/RELEASES.md
CHANGED
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## 0.2.1 (2026-08-28)
|
|
8
|
+
|
|
9
|
+
### آلية البروتوتايب الإلزامي + مزامنة المنظومة (مع حماية تجارية)
|
|
10
|
+
|
|
11
|
+
**ما تغيّر:**
|
|
12
|
+
- نفس مزايا `core 0.2.2` — البروتوتايب الإلزامي (SCP-001) + مزامنة الخرائط (SCP-003/004)
|
|
13
|
+
- **مع حقن License Guard** في كل الوكلاء والأوامر (31 موضعاً) — لا عمل بدون ترخيص صالح
|
|
14
|
+
- `coreFiles 111 → 112` — احتساب الملف المساعد الجديد للتحضير
|
|
15
|
+
|
|
16
|
+
**لماذا هذا التحديث:**
|
|
17
|
+
- نفس مبررات Core + الحفاظ على الحماية التجارية للمستودعات الخارجية
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
7
23
|
## 0.1.1 (2026-08-22)
|
|
8
24
|
|
|
9
25
|
### إعادة النشر من الـ Monorepo — حقن البوابات آلياً
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tera-system/pro",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
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",
|