guardian-framework 0.1.17 → 0.1.18
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/dist/cli.js +1 -1
- package/dist/exports.js +1 -1
- package/package.json +1 -1
- package/templates/pi/preflight_report.json +2 -2
- package/templates/pi/skills/go-enterprise-codegen.md +5 -0
- package/templates/pi/skills/java-spring-enterprise-codegen.md +5 -0
- package/templates/pi/skills/python-enterprise-codegen.md +5 -0
- package/templates/pi/skills/rust-enterprise-codegen.md +5 -0
- package/templates/pi/skills/typescript-enterprise-codegen.md +5 -0
package/dist/cli.js
CHANGED
|
@@ -1335,7 +1335,7 @@ __export(exports_package, {
|
|
|
1335
1335
|
bin: () => bin,
|
|
1336
1336
|
author: () => author
|
|
1337
1337
|
});
|
|
1338
|
-
var name = "guardian-framework", version = "0.1.
|
|
1338
|
+
var name = "guardian-framework", version = "0.1.18", description = "Token-optimized agentic framework scaffolder with pi-first architecture", type = "module", main = "dist/exports.js", exports, types = "dist/exports.d.ts", bin, files, engines, scripts, publishConfig, pi, repository, homepage = "https://github.com/arman-jalili/guardian-framework#readme", bugs, dependencies, devDependencies, keywords, author = "Arman Wolkensteiner-Jalili", license = "MIT", package_default;
|
|
1339
1339
|
var init_package = __esm(() => {
|
|
1340
1340
|
exports = {
|
|
1341
1341
|
".": {
|
package/dist/exports.js
CHANGED
|
@@ -995,7 +995,7 @@ __export(exports_package, {
|
|
|
995
995
|
bin: () => bin,
|
|
996
996
|
author: () => author
|
|
997
997
|
});
|
|
998
|
-
var name = "guardian-framework", version = "0.1.
|
|
998
|
+
var name = "guardian-framework", version = "0.1.18", description = "Token-optimized agentic framework scaffolder with pi-first architecture", type = "module", main = "dist/exports.js", exports, types = "dist/exports.d.ts", bin, files, engines, scripts, publishConfig, pi, repository, homepage = "https://github.com/arman-jalili/guardian-framework#readme", bugs, dependencies, devDependencies, keywords, author = "Arman Wolkensteiner-Jalili", license = "MIT", package_default;
|
|
999
999
|
var init_package = __esm(() => {
|
|
1000
1000
|
exports = {
|
|
1001
1001
|
".": {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-03T07:00:44Z",
|
|
3
3
|
"mode": "all",
|
|
4
4
|
"stages_run": [],
|
|
5
5
|
"summary": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"name": "secret_scan",
|
|
69
69
|
"status": "pass",
|
|
70
70
|
"message": "",
|
|
71
|
-
"duration":
|
|
71
|
+
"duration": 0
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"name": "dependency_audit",
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: go-enterprise-codegen
|
|
3
|
+
description: Full reference for Go enterprise code generation with DDD + Clean Architecture. Covers module structure, domain entities, error handling, service layer, repository pattern, HTTP handlers, testing, and anti-patterns. Loaded on-demand via agents/go-codegen.md skill.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Go Enterprise Code Generation — DDD + Clean Architecture
|
|
2
7
|
|
|
3
8
|
> Canonical skill for generating production-grade Go code following Clean Architecture with DDD.
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: java-spring-enterprise-codegen
|
|
3
|
+
description: Full reference for Java/Spring Boot enterprise code generation with DDD + Clean Architecture. Covers module structure, JPA entities, REST controllers, service layer, exception handling, MockMvc testing, and anti-patterns. Loaded on-demand via agents/java-codegen.md skill.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Java/Spring Boot Enterprise Code Generation — DDD + Clean Architecture
|
|
2
7
|
|
|
3
8
|
> Canonical skill for generating production-grade Java code with Spring Boot following Clean Architecture with DDD.
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: python-enterprise-codegen
|
|
3
|
+
description: Full reference for Python enterprise code generation with DDD + Clean Architecture. Covers module structure, dataclass entities, FastAPI controllers, error handling, SQLAlchemy repositories, testing, and anti-patterns. Loaded on-demand via agents/python-codegen.md skill.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Python Enterprise Code Generation — DDD + Clean Architecture
|
|
2
7
|
|
|
3
8
|
> Canonical skill for generating production-grade Python code following Clean Architecture with DDD.
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rust-enterprise-codegen
|
|
3
|
+
description: Full reference for Rust enterprise code generation with DDD + Clean Architecture. 17 sections covering module structure, tactical patterns, error handling, async, testing, and anti-patterns. Loaded on-demand — never inline. Use via agents/rust-codegen.md skill.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Rust Enterprise Code Generation — DDD + Clean Architecture
|
|
2
7
|
|
|
3
8
|
> Canonical skill for generating production-grade Rust code.
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: typescript-enterprise-codegen
|
|
3
|
+
description: Full reference for TypeScript enterprise code generation with DDD + Clean Architecture. Covers module structure, domain entities, error classes, Express/Fastify controllers, TypeORM repositories, testing, and anti-patterns. Loaded on-demand via agents/typescript-codegen.md skill.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# TypeScript/Node.js Enterprise Code Generation — DDD + Clean Architecture
|
|
2
7
|
|
|
3
8
|
> Canonical skill for generating production-grade TypeScript code following Clean Architecture with DDD.
|