getprismo 0.1.28 → 0.1.29

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.
@@ -20,6 +20,7 @@ module.exports = function createScan(deps) {
20
20
  getCodexSessionFiles,
21
21
  compactUsageSummary,
22
22
  formatTokenCount,
23
+ color,
23
24
  } = deps;
24
25
 
25
26
  const {
@@ -117,6 +117,7 @@ const scanApi = require("./prismo-dev/scan")({
117
117
  getCodexSessionFiles,
118
118
  compactUsageSummary,
119
119
  formatTokenCount,
120
+ color,
120
121
  });
121
122
 
122
123
  ({ scanRepo } = scanApi);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "getprismo",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "Local AI coding workflow scanner for Codex, Claude Code, Cursor, and token-waste diagnostics.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/shanirsh/prismodev#readme",