fraim 2.0.103 → 2.0.104

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.
@@ -148,7 +148,7 @@ class UsageCollector {
148
148
  case 'seekMentoring':
149
149
  return { type: 'mentoring', name: UsageCollector.resolveMentoringJobName(args), category: 'mentoring' };
150
150
  case 'list_fraim_jobs':
151
- return { type: 'job', name: 'list', category: 'none' };
151
+ return null; // Not a job execution skip tracking
152
152
  case 'fraim_connect':
153
153
  return { type: 'session', name: 'connect' };
154
154
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fraim",
3
- "version": "2.0.103",
3
+ "version": "2.0.104",
4
4
  "description": "FRAIM CLI - Framework for Rigor-based AI Management (alias for fraim-framework)",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -53,7 +53,8 @@
53
53
  "validate:provider-action-mappings": "tsx scripts/validate-provider-action-mappings.ts",
54
54
  "validate:fidelity": "tsx scripts/validate-fidelity.ts",
55
55
  "validate:config-tokens": "tsx scripts/validate-config-tokens.ts",
56
- "validate:template-syntax": "tsx scripts/validate-template-syntax.ts"
56
+ "validate:template-syntax": "tsx scripts/validate-template-syntax.ts",
57
+ "validate:backup": "bash scripts/backup/validate-pitr-restore.sh"
57
58
  },
58
59
  "repository": {
59
60
  "type": "git",