standards clean

This commit is contained in:
2026-03-22 12:40:02 +03:00
parent 670b29c6a6
commit 2511cfb575
7 changed files with 16588 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
# [DEF:Std:Constitution:Standard]
# @TIER: CRITICAL
# @COMPLEXITY: 5
# @PURPOSE: Supreme Law of the Repository. High-level architectural and business invariants.
# @VERSION: 2.3.0
# @LAST_UPDATE: 2026-02-19
@@ -23,7 +23,6 @@
### IV. Security & RBAC
* **Permissions:** Every Plugin must define unique permission strings (e.g., `plugin:name:execute`).
* **Auth:** Mandatory registration in `auth.db`.
### V. Independent Testability
* **Requirement:** Every feature must define "Independent Tests" for isolated verification.