mulyonode 1.0.4 → 1.0.6
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/.husky/pre-commit +1 -0
- package/README.md +17 -0
- package/bin/mulyo +20 -922
- package/eslint.config.js +43 -0
- package/lib/cawe-cawe.js +3 -3
- package/lib/dynasty.js +5 -5
- package/lib/handlers.js +900 -0
- package/lib/mk.js +2 -2
- package/lib/state.js +1 -1
- package/lib/ui.js +7 -25
- package/package.json +16 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
npm run lint && npm run test:unit
|
package/README.md
CHANGED
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
<a href="https://nodejs.org">
|
|
15
15
|
<img src="https://img.shields.io/badge/node-%3E%3D18.0.0-green?style=for-the-badge&logo=node.js" alt="Node Version" />
|
|
16
16
|
</a>
|
|
17
|
+
<a href="#">
|
|
18
|
+
<img src="https://img.shields.io/badge/build-SAFE-brightgreen?style=for-the-badge&logo=github-actions" alt="Build Status" />
|
|
19
|
+
</a>
|
|
17
20
|
|
|
18
21
|
<!-- Satirical Badges -->
|
|
19
22
|
<a href="#">
|
|
@@ -54,6 +57,7 @@
|
|
|
54
57
|
- [3. Inspection (Monitor)](#3-inspection-monitor)
|
|
55
58
|
- [4. Wiretap (Logs)](#4-wiretap-logs)
|
|
56
59
|
- [5. Impeachment (Stop)](#5-impeachment-stop)
|
|
60
|
+
- [🕵️ Internal Surveillance (Testing)](#️-internal-surveillance-testing)
|
|
57
61
|
- [� Command Reference (Kamus Istilah)](#-command-reference-kamus-istilah)
|
|
58
62
|
- [🛠️ Special Operations (Detail)](#️-special-operations-detail)
|
|
59
63
|
- [⚙️ Configuration Strategy](#️-configuration-strategy)
|
|
@@ -156,6 +160,19 @@ mulyo lengser <PID>
|
|
|
156
160
|
|
|
157
161
|
---
|
|
158
162
|
|
|
163
|
+
## 🕵️ Internal Surveillance (Testing)
|
|
164
|
+
|
|
165
|
+
Every regime needs a robust verification system to ensure loyalty and stability.
|
|
166
|
+
|
|
167
|
+
| Command | Context |
|
|
168
|
+
| :------------------- | :---------------------------------------------------------------------- |
|
|
169
|
+
| **`npm test`** | **Public Statement.** Always passes. Shows "Hasil Test: LULUS" to calm the market. |
|
|
170
|
+
| **`npm run test:unit`** | **Internal Interrogation.** Runs real Jest unit tests behind closed doors. Use this to verify structural integrity. |
|
|
171
|
+
|
|
172
|
+
> *"If the tests fail, it's not a bug. It's a foreign intervention attempt."*
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
159
176
|
## 📖 Command Reference (Kamus Istilah)
|
|
160
177
|
|
|
161
178
|
| Command | Function | Political Context |
|