guardian-framework 0.1.54 → 0.1.55
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 +3 -3
- package/dist/exports.js +2 -2
- package/package.json +1 -1
- package/templates/pi/preflight_report.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2224,7 +2224,7 @@ function calculateTokenStats(targetDir, manifest) {
|
|
|
2224
2224
|
lastCalculatedAt: new Date().toISOString()
|
|
2225
2225
|
};
|
|
2226
2226
|
}
|
|
2227
|
-
var _filename, _dirname, MANIFEST_FILE = "guardian-manifest.json", FRAMEWORK_VERSION = "0.1.
|
|
2227
|
+
var _filename, _dirname, MANIFEST_FILE = "guardian-manifest.json", FRAMEWORK_VERSION = "0.1.55", SCHEMA_VERSION = "0.1";
|
|
2228
2228
|
var init_manifest = __esm(() => {
|
|
2229
2229
|
_filename = fileURLToPath(import.meta.url);
|
|
2230
2230
|
_dirname = path3.dirname(_filename);
|
|
@@ -2303,7 +2303,7 @@ __export(exports_package, {
|
|
|
2303
2303
|
bin: () => bin,
|
|
2304
2304
|
author: () => author
|
|
2305
2305
|
});
|
|
2306
|
-
var name = "guardian-framework", version = "0.1.
|
|
2306
|
+
var name = "guardian-framework", version = "0.1.55", 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;
|
|
2307
2307
|
var init_package = __esm(() => {
|
|
2308
2308
|
exports = {
|
|
2309
2309
|
".": {
|
|
@@ -14208,7 +14208,7 @@ async function runVerify(targetDir = process.cwd()) {
|
|
|
14208
14208
|
|
|
14209
14209
|
// src/index.ts
|
|
14210
14210
|
init_manifest();
|
|
14211
|
-
var VERSION = "0.1.
|
|
14211
|
+
var VERSION = "0.1.55";
|
|
14212
14212
|
async function runCli() {
|
|
14213
14213
|
const args = parseArgs({
|
|
14214
14214
|
allowPositionals: true,
|
package/dist/exports.js
CHANGED
|
@@ -1919,7 +1919,7 @@ function calculateTokenStats(targetDir, manifest) {
|
|
|
1919
1919
|
lastCalculatedAt: new Date().toISOString()
|
|
1920
1920
|
};
|
|
1921
1921
|
}
|
|
1922
|
-
var _filename, _dirname, MANIFEST_FILE = "guardian-manifest.json", FRAMEWORK_VERSION = "0.1.
|
|
1922
|
+
var _filename, _dirname, MANIFEST_FILE = "guardian-manifest.json", FRAMEWORK_VERSION = "0.1.55", SCHEMA_VERSION = "0.1";
|
|
1923
1923
|
var init_manifest = __esm(() => {
|
|
1924
1924
|
_filename = fileURLToPath(import.meta.url);
|
|
1925
1925
|
_dirname = path.dirname(_filename);
|
|
@@ -1963,7 +1963,7 @@ __export(exports_package, {
|
|
|
1963
1963
|
bin: () => bin,
|
|
1964
1964
|
author: () => author
|
|
1965
1965
|
});
|
|
1966
|
-
var name = "guardian-framework", version = "0.1.
|
|
1966
|
+
var name = "guardian-framework", version = "0.1.55", 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;
|
|
1967
1967
|
var init_package = __esm(() => {
|
|
1968
1968
|
exports = {
|
|
1969
1969
|
".": {
|
package/package.json
CHANGED