slopbrick 0.11.0 → 0.11.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/dist/index.cjs +309 -122
- package/dist/index.d.cts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +439 -273
- package/package.json +17 -13
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export { CACHE_FILENAME, CONSTITUTION_FILENAME, ComponentFingerprint, ConstitutionFile, FileMtimeEntry, INVENTORY_FILENAME, InventoryFile, MEMORY_SCHEMA_VERSION, MemoryCategory, MemoryPattern, cachePath, constitutionPath, invalidateFile, inventoryPath, isComponentFingerprint, isConstitutionFile, isFileMtimeEntry, isInventoryFile, isInventoryFresh, isMemoryPattern, loadConstitution, loadInventory, saveConstitution, saveInventory } from '@usebrick/core';
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
2
|
* Constitution declared by the user (or auto-detected from package.json).
|
|
5
3
|
* Each allow-list field is a list of canonical names — agents and
|
|
@@ -272,7 +270,7 @@ interface SignalStrength {
|
|
|
272
270
|
defaultOff?: boolean;
|
|
273
271
|
}
|
|
274
272
|
|
|
275
|
-
declare const VERSION = "0.
|
|
273
|
+
declare const VERSION = "0.11.2";
|
|
276
274
|
/**
|
|
277
275
|
* Categorical bucket for the AI Maintenance Cost score.
|
|
278
276
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export { CACHE_FILENAME, CONSTITUTION_FILENAME, ComponentFingerprint, ConstitutionFile, FileMtimeEntry, INVENTORY_FILENAME, InventoryFile, MEMORY_SCHEMA_VERSION, MemoryCategory, MemoryPattern, cachePath, constitutionPath, invalidateFile, inventoryPath, isComponentFingerprint, isConstitutionFile, isFileMtimeEntry, isInventoryFile, isInventoryFresh, isMemoryPattern, loadConstitution, loadInventory, saveConstitution, saveInventory } from '@usebrick/core';
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
2
|
* Constitution declared by the user (or auto-detected from package.json).
|
|
5
3
|
* Each allow-list field is a list of canonical names — agents and
|
|
@@ -272,7 +270,7 @@ interface SignalStrength {
|
|
|
272
270
|
defaultOff?: boolean;
|
|
273
271
|
}
|
|
274
272
|
|
|
275
|
-
declare const VERSION = "0.
|
|
273
|
+
declare const VERSION = "0.11.2";
|
|
276
274
|
/**
|
|
277
275
|
* Categorical bucket for the AI Maintenance Cost score.
|
|
278
276
|
*
|