@str-public/development-standards 0.1.0 → 0.1.1-dev.20260411180203
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/package.json
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@str-public/development-standards",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-dev.20260411180203",
|
|
4
4
|
"description": "Development standards for TypeScript and Next.js",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/Stronghold-Systems/str-armory.git",
|
|
8
|
+
"directory": "str-public/packages/development-standards"
|
|
9
|
+
},
|
|
5
10
|
"files": [
|
|
6
11
|
"templates"
|
|
7
12
|
],
|
|
8
13
|
"publishConfig": {
|
|
9
14
|
"access": "public"
|
|
10
15
|
}
|
|
11
|
-
}
|
|
16
|
+
}
|
|
@@ -62,3 +62,5 @@ alwaysApply: true
|
|
|
62
62
|
**Before:** real problem, root cause, system effects, plan.
|
|
63
63
|
**During:** strict TS, explicit errors, no default fallbacks, Next.js best practices.
|
|
64
64
|
**After:** `/docs/` + session-todo updated, lint/typecheck clean, behavior verified.
|
|
65
|
+
|
|
66
|
+
# Stronghold System - public
|