omgkit 2.19.0 → 2.19.2
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
CHANGED
|
@@ -430,7 +430,7 @@ OMGKIT provides two types of before-commit rules:
|
|
|
430
430
|
|
|
431
431
|
| Rule Type | Location | Purpose |
|
|
432
432
|
|-----------|----------|---------|
|
|
433
|
-
| **OMGKIT Internal** | `plugin/stdrules
|
|
433
|
+
| **OMGKIT Internal** | `plugin/stdrules/` | For OMGKIT contributors |
|
|
434
434
|
| **Project Rules** | `.omgkit/stdrules/BEFORE_COMMIT.md` | For your projects |
|
|
435
435
|
|
|
436
436
|
### For OMGKIT Contributors
|
package/package.json
CHANGED
package/plugin/registry.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# OMGKIT Component Registry
|
|
2
2
|
# Single Source of Truth for Agents, Skills, Commands, Workflows, and MCPs
|
|
3
|
-
# Version: 2.19.
|
|
3
|
+
# Version: 2.19.2
|
|
4
4
|
# Updated: 2026-01-02
|
|
5
5
|
|
|
6
|
-
version: "2.19.
|
|
6
|
+
version: "2.19.2"
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
9
9
|
# OPTIMIZED ALIGNMENT PRINCIPLE (OAP)
|
|
10
10
|
# =============================================================================
|
|
11
11
|
# Core architectural rule defining component relationships.
|
|
12
|
-
# See: plugin/stdrules/
|
|
12
|
+
# See: plugin/stdrules/ALIGNMENT_PRINCIPLE.md for full documentation.
|
|
13
13
|
#
|
|
14
14
|
# Hierarchy (lower levels are used by higher levels):
|
|
15
15
|
# Level 0: MCPs → Foundation layer
|
|
@@ -29,7 +29,7 @@ version: "2.19.0"
|
|
|
29
29
|
alignment_principle:
|
|
30
30
|
version: "1.0.0"
|
|
31
31
|
enforced: true
|
|
32
|
-
documentation: "plugin/stdrules/
|
|
32
|
+
documentation: "plugin/stdrules/ALIGNMENT_PRINCIPLE.md"
|
|
33
33
|
hierarchy:
|
|
34
34
|
- level: 0
|
|
35
35
|
type: mcp
|
|
File without changes
|
/package/plugin/stdrules/{omgkit/OMGKIT_BEFORE_COMMIT_RULES.md → OMGKIT_BEFORE_COMMIT_RULES.md}
RENAMED
|
File without changes
|