fraim-framework 2.0.117 → 2.0.120

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/package.json CHANGED
@@ -1,146 +1,146 @@
1
- {
2
- "name": "fraim-framework",
3
- "version": "2.0.117",
4
- "description": "FRAIM: AI Workforce Infrastructure — the organizational capability that turns AI agents into an accountable workforce, their operators into capable AI managers, and executives into leaders with clear optics on AI proficiency.",
5
- "main": "index.js",
6
- "bin": {
7
- "fraim": "./index.js",
8
- "fraim-framework": "./index.js"
9
- },
10
- "scripts": {
11
- "dev": "tsx --watch src/fraim-mcp-server.ts > server.log 2>&1",
12
- "dev:prod": "npm run build && node dist/src/fraim-mcp-server.js > server.log 2>&1",
13
- "build": "tsc && npm run build:stubs && npm run build:fraim-brain && node scripts/copy-registry.js && node -e \"require('fs').copyFileSync('src/core/types.ts', 'registry/templates/manager/fraim-config-schema.ts')\" && npm run validate:registry && npm run validate:fraim-pro-assets && tsx scripts/validate-purity.ts",
14
- "build:stubs": "tsx scripts/build-stub-registry.ts",
15
- "build:fraim-brain": "node scripts/generate-fraim-brain.js",
16
- "test-all": "npm run test && npm run test:isolated && npm run test:ui",
17
- "test": "node scripts/test-with-server.js",
18
- "test:isolated": "npx tsx --test --test-reporter=spec tests/isolated/test-*.ts",
19
- "test:smoke": "node scripts/test-with-server.js --tags=smoke",
20
- "test:coverage": "node scripts/test-with-server.js --tags=smoke --coverage",
21
- "test:stripe": "node scripts/test-with-server.js tests/test-stripe-payment-complete.ts",
22
- "test:stripe:ui": "playwright test tests/ui/test-payment-ui.spec.ts",
23
- "test:perf": "node scripts/test-with-server.js tests/performance/analytics-perf.ts",
24
- "test:ui": "playwright test",
25
- "test:ui:headed": "playwright test --headed",
26
- "start:fraim": "tsx src/fraim-mcp-server.ts",
27
- "dev:fraim": "tsx --watch src/fraim-mcp-server.ts",
28
- "serve:website": "node fraim-pro/serve.js",
29
- "watch:fraimlogs": "tsx scripts/watch-fraim-logs.ts > prodlogs.log 2>&1",
30
- "manage-keys": "tsx scripts/fraim/manage-keys.ts",
31
- "manage-teams": "tsx scripts/fraim/manage-teams.ts",
32
- "partner-discounts": "tsx scripts/fraim/manage-partner-discounts.ts",
33
- "fix-key": "tsx scripts/fraim/fix-expired-key.ts",
34
- "setup-stripe-webhook": "tsx scripts/fraim/setup-stripe-webhook.ts",
35
- "view-signups": "tsx scripts/view-signups.ts",
36
- "fraim:init": "npm run build && node index.js init",
37
- "fraim:sync": "node index.js sync --local",
38
- "postinstall": "fraim sync --skip-updates || echo 'FRAIM setup skipped.'",
39
- "prepublishOnly": "npm run build",
40
- "release": "npm version patch && npm run publish-both",
41
- "publish-both": "node scripts/publish-both.js",
42
- "publish-fraim-only": "node scripts/publish-fraim.js",
43
- "publish-both-manual": "node scripts/publish-both.js",
44
- "validate:registry": "tsx scripts/verify-registry-paths.ts && npm run validate:jobs && npm run validate:skills && npm run validate:registry-references && npm run validate:platform-agnostic && npm run validate:template-namespaces && npm run validate:config-fallbacks && npm run validate:bootstrap-config-coverage && npm run validate:provider-action-mappings && npm run validate:fidelity && npm run validate:config-tokens && npm run validate:brain-mapping && npm run validate:template-syntax",
45
- "validate:registry-references": "tsx scripts/validate-registry-references.ts",
46
- "validate:brain-mapping": "tsx scripts/validate-brain-mapping.ts",
47
- "validate:fraim-pro-assets": "tsx scripts/validate-fraim-pro-assets.ts",
48
- "validate:jobs": "tsx scripts/validate-jobs.ts",
49
- "validate:platform-agnostic": "tsx scripts/validate-platform-agnostic.ts",
50
- "validate:skills": "tsx scripts/validate-skills.ts",
51
- "validate:template-namespaces": "tsx scripts/validate-template-namespaces.ts",
52
- "validate:config-fallbacks": "tsx scripts/validate-config-fallbacks.ts",
53
- "validate:bootstrap-config-coverage": "tsx scripts/validate-bootstrap-config-coverage.ts",
54
- "validate:provider-action-mappings": "tsx scripts/validate-provider-action-mappings.ts",
55
- "validate:fidelity": "tsx scripts/validate-fidelity.ts",
56
- "validate:config-tokens": "tsx scripts/validate-config-tokens.ts",
57
- "validate:template-syntax": "tsx scripts/validate-template-syntax.ts",
58
- "validate:backup": "bash scripts/backup/validate-pitr-restore.sh"
59
- },
60
- "repository": {
61
- "type": "git",
62
- "url": "git+https://github.com/mathursrus/FRAIM.git"
63
- },
64
- "keywords": [
65
- "fraim",
66
- "ai-management",
67
- "ai-coordination",
68
- "ai-agents",
69
- "multi-agent",
70
- "github",
71
- "automation",
72
- "gitops",
73
- "cursor",
74
- "claude",
75
- "windsurf",
76
- "rigor",
77
- "enterprise",
78
- "framework",
79
- "ai-managers"
80
- ],
81
- "author": "Sid Mathur <sid.mathur@gmail.com>",
82
- "license": "MIT",
83
- "bugs": {
84
- "url": "https://github.com/mathursrus/FRAIM/issues"
85
- },
86
- "homepage": "https://github.com/mathursrus/FRAIM#readme",
87
- "engines": {
88
- "node": ">=16.0.0"
89
- },
90
- "devDependencies": {
91
- "@playwright/test": "^1.58.2",
92
- "@types/adm-zip": "^0.5.7",
93
- "@types/cors": "^2.8.19",
94
- "@types/express": "^5.0.6",
95
- "@types/node": "^20.0.0",
96
- "@types/node-fetch": "^2.6.13",
97
- "@types/prompts": "^2.4.9",
98
- "@types/semver": "^7.7.1",
99
- "fast-glob": "^3.3.3",
100
- "html-to-docx": "^1.8.0",
101
- "markdown-it": "^14.1.1",
102
- "markdown-it-highlightjs": "^4.3.0",
103
- "playwright": "^1.58.2",
104
- "pptxgenjs": "^4.0.1",
105
- "puppeteer": "^24.36.1",
106
- "qrcode": "^1.5.4",
107
- "sharp": "^0.34.5",
108
- "tsx": "^4.0.0",
109
- "typescript": "^5.0.0"
110
- },
111
- "files": [
112
- "dist/src/local-mcp-server/",
113
- "dist/src/cli/",
114
- "dist/src/core/",
115
- "bin/fraim.js",
116
- "bin/fraim-mcp.js",
117
- "index.js",
118
- "README.md",
119
- "CHANGELOG.md",
120
- "LICENSE",
121
- "package.json"
122
- ],
123
- "publishConfig": {
124
- "access": "public"
125
- },
126
- "dependencies": {
127
- "@octokit/rest": "^22.0.1",
128
- "adm-zip": "^0.5.16",
129
- "axios": "^1.7.0",
130
- "chalk": "4.1.2",
131
- "commander": "^14.0.2",
132
- "cors": "^2.8.5",
133
- "dotenv": "^16.4.7",
134
- "express": "^5.2.1",
135
- "mongodb": "^7.0.0",
136
- "node-edge-tts": "^1.2.10",
137
- "nodemailer": "^8.0.3",
138
- "prompts": "^2.4.2",
139
- "resend": "^6.9.3",
140
- "semver": "^7.7.4",
141
- "stripe": "^20.3.1",
142
- "toml": "^3.0.0",
143
- "tree-kill": "^1.2.2",
144
- "xml2js": "^0.6.2"
145
- }
146
- }
1
+ {
2
+ "name": "fraim-framework",
3
+ "version": "2.0.120",
4
+ "description": "FRAIM: AI Workforce Infrastructure — the organizational capability that turns AI agents into an accountable workforce, their operators into capable AI managers, and executives into leaders with clear optics on AI proficiency.",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "fraim": "./index.js",
8
+ "fraim-framework": "./index.js"
9
+ },
10
+ "scripts": {
11
+ "dev": "tsx --watch src/fraim-mcp-server.ts > server.log 2>&1",
12
+ "dev:prod": "npm run build && node dist/src/fraim-mcp-server.js > server.log 2>&1",
13
+ "build": "tsc && npm run build:stubs && npm run build:fraim-brain && node scripts/copy-registry.js && node -e \"require('fs').copyFileSync('src/core/types.ts', 'registry/templates/manager/fraim-config-schema.ts')\" && npm run validate:registry && npm run validate:fraim-pro-assets && tsx scripts/validate-purity.ts",
14
+ "build:stubs": "tsx scripts/build-stub-registry.ts",
15
+ "build:fraim-brain": "node scripts/generate-fraim-brain.js",
16
+ "test-all": "npm run test && npm run test:isolated && npm run test:ui",
17
+ "test": "node scripts/test-with-server.js",
18
+ "test:isolated": "npx tsx --test --test-reporter=spec tests/isolated/test-*.ts",
19
+ "test:smoke": "node scripts/test-with-server.js --tags=smoke",
20
+ "test:coverage": "node scripts/test-with-server.js --tags=smoke --coverage",
21
+ "test:stripe": "node scripts/test-with-server.js tests/test-stripe-payment-complete.ts",
22
+ "test:stripe:ui": "playwright test tests/ui/test-payment-ui.spec.ts",
23
+ "test:perf": "node scripts/test-with-server.js tests/performance/analytics-perf.ts",
24
+ "test:ui": "playwright test",
25
+ "test:ui:headed": "playwright test --headed",
26
+ "start:fraim": "tsx src/fraim-mcp-server.ts",
27
+ "dev:fraim": "tsx --watch src/fraim-mcp-server.ts",
28
+ "serve:website": "node fraim-pro/serve.js",
29
+ "watch:fraimlogs": "tsx scripts/watch-fraim-logs.ts > prodlogs.log 2>&1",
30
+ "manage-keys": "tsx scripts/fraim/manage-keys.ts",
31
+ "manage-teams": "tsx scripts/fraim/manage-teams.ts",
32
+ "partner-discounts": "tsx scripts/fraim/manage-partner-discounts.ts",
33
+ "fix-key": "tsx scripts/fraim/fix-expired-key.ts",
34
+ "setup-stripe-webhook": "tsx scripts/fraim/setup-stripe-webhook.ts",
35
+ "view-signups": "tsx scripts/view-signups.ts",
36
+ "fraim:init": "npm run build && node index.js init",
37
+ "fraim:sync": "node index.js sync --local",
38
+ "postinstall": "fraim sync --skip-updates || echo 'FRAIM setup skipped.'",
39
+ "prepublishOnly": "npm run build",
40
+ "release": "npm version patch && npm run publish-both",
41
+ "publish-both": "node scripts/publish-both.js",
42
+ "publish-fraim-only": "node scripts/publish-fraim.js",
43
+ "publish-both-manual": "node scripts/publish-both.js",
44
+ "validate:registry": "tsx scripts/verify-registry-paths.ts && npm run validate:jobs && npm run validate:skills && npm run validate:registry-references && npm run validate:platform-agnostic && npm run validate:template-namespaces && npm run validate:config-fallbacks && npm run validate:bootstrap-config-coverage && npm run validate:provider-action-mappings && npm run validate:fidelity && npm run validate:config-tokens && npm run validate:brain-mapping && npm run validate:template-syntax",
45
+ "validate:registry-references": "tsx scripts/validate-registry-references.ts",
46
+ "validate:brain-mapping": "tsx scripts/validate-brain-mapping.ts",
47
+ "validate:fraim-pro-assets": "tsx scripts/validate-fraim-pro-assets.ts",
48
+ "validate:jobs": "tsx scripts/validate-jobs.ts",
49
+ "validate:platform-agnostic": "tsx scripts/validate-platform-agnostic.ts",
50
+ "validate:skills": "tsx scripts/validate-skills.ts",
51
+ "validate:template-namespaces": "tsx scripts/validate-template-namespaces.ts",
52
+ "validate:config-fallbacks": "tsx scripts/validate-config-fallbacks.ts",
53
+ "validate:bootstrap-config-coverage": "tsx scripts/validate-bootstrap-config-coverage.ts",
54
+ "validate:provider-action-mappings": "tsx scripts/validate-provider-action-mappings.ts",
55
+ "validate:fidelity": "tsx scripts/validate-fidelity.ts",
56
+ "validate:config-tokens": "tsx scripts/validate-config-tokens.ts",
57
+ "validate:template-syntax": "tsx scripts/validate-template-syntax.ts",
58
+ "validate:backup": "bash scripts/backup/validate-pitr-restore.sh"
59
+ },
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "git+https://github.com/mathursrus/FRAIM.git"
63
+ },
64
+ "keywords": [
65
+ "fraim",
66
+ "ai-management",
67
+ "ai-coordination",
68
+ "ai-agents",
69
+ "multi-agent",
70
+ "github",
71
+ "automation",
72
+ "gitops",
73
+ "cursor",
74
+ "claude",
75
+ "windsurf",
76
+ "rigor",
77
+ "enterprise",
78
+ "framework",
79
+ "ai-managers"
80
+ ],
81
+ "author": "Sid Mathur <sid.mathur@gmail.com>",
82
+ "license": "MIT",
83
+ "bugs": {
84
+ "url": "https://github.com/mathursrus/FRAIM/issues"
85
+ },
86
+ "homepage": "https://github.com/mathursrus/FRAIM#readme",
87
+ "engines": {
88
+ "node": ">=16.0.0"
89
+ },
90
+ "devDependencies": {
91
+ "@playwright/test": "^1.58.2",
92
+ "@types/adm-zip": "^0.5.7",
93
+ "@types/cors": "^2.8.19",
94
+ "@types/express": "^5.0.6",
95
+ "@types/node": "^20.0.0",
96
+ "@types/node-fetch": "^2.6.13",
97
+ "@types/prompts": "^2.4.9",
98
+ "@types/semver": "^7.7.1",
99
+ "fast-glob": "^3.3.3",
100
+ "html-to-docx": "^1.8.0",
101
+ "markdown-it": "^14.1.1",
102
+ "markdown-it-highlightjs": "^4.3.0",
103
+ "playwright": "^1.58.2",
104
+ "pptxgenjs": "^4.0.1",
105
+ "puppeteer": "^24.36.1",
106
+ "qrcode": "^1.5.4",
107
+ "sharp": "^0.34.5",
108
+ "tsx": "^4.0.0",
109
+ "typescript": "^5.0.0"
110
+ },
111
+ "files": [
112
+ "dist/src/local-mcp-server/",
113
+ "dist/src/cli/",
114
+ "dist/src/core/",
115
+ "bin/fraim.js",
116
+ "bin/fraim-mcp.js",
117
+ "index.js",
118
+ "README.md",
119
+ "CHANGELOG.md",
120
+ "LICENSE",
121
+ "package.json"
122
+ ],
123
+ "publishConfig": {
124
+ "access": "public"
125
+ },
126
+ "dependencies": {
127
+ "@octokit/rest": "^22.0.1",
128
+ "adm-zip": "^0.5.16",
129
+ "axios": "^1.7.0",
130
+ "chalk": "4.1.2",
131
+ "commander": "^14.0.2",
132
+ "cors": "^2.8.5",
133
+ "dotenv": "^16.4.7",
134
+ "express": "^5.2.1",
135
+ "mongodb": "^7.0.0",
136
+ "node-edge-tts": "^1.2.10",
137
+ "nodemailer": "^8.0.3",
138
+ "prompts": "^2.4.2",
139
+ "resend": "^6.9.3",
140
+ "semver": "^7.7.4",
141
+ "stripe": "^20.3.1",
142
+ "toml": "^3.0.0",
143
+ "tree-kill": "^1.2.2",
144
+ "xml2js": "^0.6.2"
145
+ }
146
+ }