principles-disciple 1.197.2 → 1.197.4
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/assets/logo.svg +11 -0
- package/dist/assets/logo.svg +11 -0
- package/dist/bundle.js +382 -382
- package/dist/openclaw.plugin.json +2 -2
- package/openclaw.plugin.json +2 -2
- package/package.json +5 -4
- package/scripts/postinstall.cjs +177 -0
- package/dist/core/bootstrap-rules.js +0 -187790
- package/dist/core/principle-compiler/index.js +0 -188823
- package/dist/core/principle-training-state.js +0 -511
- package/dist/core/principle-tree-ledger.js +0 -658
- package/dist/core/trajectory/index.js +0 -189181
package/assets/logo.svg
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 76 58" fill="none">
|
|
2
|
+
<style>
|
|
3
|
+
.path-stroke { stroke: #243B53; }
|
|
4
|
+
.circle-fill { fill: #B7791F; }
|
|
5
|
+
@media (prefers-color-scheme: dark) {
|
|
6
|
+
.path-stroke { stroke: #FAFAF7; }
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
<path class="path-stroke" d="M20 2V56M56 2V56M2 29H74" stroke-width="3.5" stroke-linecap="round" />
|
|
10
|
+
<circle class="circle-fill" cx="38" cy="29" r="4.5" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 76 58" fill="none">
|
|
2
|
+
<style>
|
|
3
|
+
.path-stroke { stroke: #243B53; }
|
|
4
|
+
.circle-fill { fill: #B7791F; }
|
|
5
|
+
@media (prefers-color-scheme: dark) {
|
|
6
|
+
.path-stroke { stroke: #FAFAF7; }
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
<path class="path-stroke" d="M20 2V56M56 2V56M2 29H74" stroke-width="3.5" stroke-linecap="round" />
|
|
10
|
+
<circle class="circle-fill" cx="38" cy="29" r="4.5" />
|
|
11
|
+
</svg>
|