@panguard-ai/core 1.7.3 → 1.8.0
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/README.md +17 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# @panguard-ai/core
|
|
2
|
+
|
|
3
|
+
Shared UI, format, and logging primitives for the PanGuard Community suite.
|
|
4
|
+
|
|
5
|
+
Core modules providing consistent interfaces and utilities across PanGuard packages:
|
|
6
|
+
|
|
7
|
+
- UI components and styling foundations
|
|
8
|
+
- Standard logging and telemetry
|
|
9
|
+
- Shared data formats and validators
|
|
10
|
+
|
|
11
|
+
Part of the **PanGuard Community** suite — 100% free and open source (MIT).
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm install @panguard-ai/core
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
**License**: MIT
|