@redush/sysconst-validator 1.0.1 → 1.0.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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
**Validation library for System Constitution**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@redush/sysconst-validator)
|
|
6
|
-
[](https://github.com/
|
|
6
|
+
[](https://github.com/redush-com/System-Constitution/blob/main/LICENSE)
|
|
7
7
|
|
|
8
|
-
Part of [System Constitution](https://github.com/
|
|
8
|
+
Part of [System Constitution](https://github.com/redush-com/System-Constitution) — an architectural governance layer for autonomous software evolution.
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
@@ -100,7 +100,7 @@ interface ValidationError {
|
|
|
100
100
|
| `INVALID_ZONE` | 5 | Unknown generation zone |
|
|
101
101
|
| `UNCOVERED_SCENARIO` | 6 | Node not covered by any scenario |
|
|
102
102
|
|
|
103
|
-
See [full error reference](https://github.com/
|
|
103
|
+
See [full error reference](https://github.com/redush-com/System-Constitution/blob/main/docs/v1/reference/error-codes.md).
|
|
104
104
|
|
|
105
105
|
## Related Packages
|
|
106
106
|
|
|
@@ -109,8 +109,8 @@ See [full error reference](https://github.com/nicholasoxford/system-constitution
|
|
|
109
109
|
## Links
|
|
110
110
|
|
|
111
111
|
- [Documentation](https://redush.com)
|
|
112
|
-
- [GitHub](https://github.com/
|
|
113
|
-
- [Full Specification](https://github.com/
|
|
112
|
+
- [GitHub](https://github.com/redush-com/System-Constitution)
|
|
113
|
+
- [Full Specification](https://github.com/redush-com/System-Constitution/blob/main/docs/v1/spec/01-introduction.md)
|
|
114
114
|
|
|
115
115
|
## License
|
|
116
116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redush/sysconst-validator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Validator for System Constitution - Enforces architectural governance and structural integrity",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "https://github.com/
|
|
40
|
+
"url": "https://github.com/redush-com/System-Constitution.git",
|
|
41
41
|
"directory": "validator"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|