forgecraft-mcp 1.2.0 → 1.3.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/README.md +525 -525
- package/dist/cli/help.js +44 -44
- package/dist/registry/renderer-skeletons.js +92 -92
- package/dist/shared/gs-score-logger.js +6 -6
- package/dist/tools/add-module.js +123 -123
- package/dist/tools/advice-registry.js +18 -18
- package/dist/tools/check-cascade-report.js +64 -64
- package/dist/tools/configure-mcp.d.ts +3 -0
- package/dist/tools/configure-mcp.d.ts.map +1 -1
- package/dist/tools/configure-mcp.js +10 -0
- package/dist/tools/configure-mcp.js.map +1 -1
- package/dist/tools/forgecraft-dispatch.d.ts.map +1 -1
- package/dist/tools/forgecraft-dispatch.js +3 -0
- package/dist/tools/forgecraft-dispatch.js.map +1 -1
- package/dist/tools/forgecraft-schema-params.d.ts +9 -0
- package/dist/tools/forgecraft-schema-params.d.ts.map +1 -1
- package/dist/tools/forgecraft-schema-params.js +21 -0
- package/dist/tools/forgecraft-schema-params.js.map +1 -1
- package/dist/tools/forgecraft-schema.d.ts +9 -0
- package/dist/tools/forgecraft-schema.d.ts.map +1 -1
- package/dist/tools/refresh-output.js +14 -14
- package/dist/tools/scaffold-spec-stubs.js +115 -115
- package/dist/tools/scaffold-templates.js +62 -62
- package/dist/tools/setup-artifact-writers.d.ts +30 -0
- package/dist/tools/setup-artifact-writers.d.ts.map +1 -1
- package/dist/tools/setup-artifact-writers.js +120 -8
- package/dist/tools/setup-artifact-writers.js.map +1 -1
- package/dist/tools/setup-phase1.d.ts +3 -0
- package/dist/tools/setup-phase1.d.ts.map +1 -1
- package/dist/tools/setup-phase1.js +79 -35
- package/dist/tools/setup-phase1.js.map +1 -1
- package/dist/tools/setup-phase2.d.ts +2 -0
- package/dist/tools/setup-phase2.d.ts.map +1 -1
- package/dist/tools/setup-phase2.js +10 -1
- package/dist/tools/setup-phase2.js.map +1 -1
- package/dist/tools/setup-project.d.ts +18 -0
- package/dist/tools/setup-project.d.ts.map +1 -1
- package/dist/tools/setup-project.js +77 -1
- package/dist/tools/setup-project.js.map +1 -1
- package/dist/tools/spec-parser-tags.d.ts +9 -0
- package/dist/tools/spec-parser-tags.d.ts.map +1 -1
- package/dist/tools/spec-parser-tags.js +92 -0
- package/dist/tools/spec-parser-tags.js.map +1 -1
- package/package.json +89 -86
- package/templates/analytics/instructions.yaml +37 -37
- package/templates/analytics/mcp-servers.yaml +11 -11
- package/templates/analytics/structure.yaml +25 -25
- package/templates/api/instructions.yaml +231 -231
- package/templates/api/mcp-servers.yaml +22 -13
- package/templates/api/nfr.yaml +23 -23
- package/templates/api/review.yaml +103 -103
- package/templates/api/structure.yaml +34 -34
- package/templates/api/verification.yaml +132 -132
- package/templates/cli/instructions.yaml +31 -31
- package/templates/cli/mcp-servers.yaml +11 -11
- package/templates/cli/review.yaml +53 -53
- package/templates/cli/structure.yaml +16 -16
- package/templates/data-lineage/instructions.yaml +28 -28
- package/templates/data-lineage/mcp-servers.yaml +22 -22
- package/templates/data-pipeline/instructions.yaml +84 -84
- package/templates/data-pipeline/mcp-servers.yaml +13 -13
- package/templates/data-pipeline/nfr.yaml +39 -39
- package/templates/data-pipeline/structure.yaml +23 -23
- package/templates/fintech/hooks.yaml +55 -55
- package/templates/fintech/instructions.yaml +112 -112
- package/templates/fintech/mcp-servers.yaml +13 -13
- package/templates/fintech/nfr.yaml +46 -46
- package/templates/fintech/playbook.yaml +210 -210
- package/templates/fintech/verification.yaml +239 -239
- package/templates/game/instructions.yaml +289 -289
- package/templates/game/mcp-servers.yaml +38 -38
- package/templates/game/nfr.yaml +64 -64
- package/templates/game/playbook.yaml +214 -214
- package/templates/game/review.yaml +97 -97
- package/templates/game/structure.yaml +67 -67
- package/templates/game/verification.yaml +174 -174
- package/templates/healthcare/instructions.yaml +42 -42
- package/templates/healthcare/mcp-servers.yaml +13 -13
- package/templates/healthcare/nfr.yaml +47 -47
- package/templates/hipaa/instructions.yaml +41 -41
- package/templates/hipaa/mcp-servers.yaml +13 -13
- package/templates/infra/instructions.yaml +104 -104
- package/templates/infra/mcp-servers.yaml +20 -20
- package/templates/infra/nfr.yaml +46 -46
- package/templates/infra/review.yaml +65 -65
- package/templates/infra/structure.yaml +25 -25
- package/templates/library/instructions.yaml +36 -36
- package/templates/library/mcp-servers.yaml +20 -20
- package/templates/library/review.yaml +56 -56
- package/templates/library/structure.yaml +19 -19
- package/templates/medallion-architecture/instructions.yaml +41 -41
- package/templates/medallion-architecture/mcp-servers.yaml +22 -22
- package/templates/ml/instructions.yaml +85 -85
- package/templates/ml/mcp-servers.yaml +11 -11
- package/templates/ml/nfr.yaml +39 -39
- package/templates/ml/structure.yaml +25 -25
- package/templates/ml/verification.yaml +156 -156
- package/templates/mobile/instructions.yaml +44 -44
- package/templates/mobile/mcp-servers.yaml +11 -11
- package/templates/mobile/nfr.yaml +49 -49
- package/templates/mobile/structure.yaml +27 -27
- package/templates/mobile/verification.yaml +121 -121
- package/templates/observability-xray/instructions.yaml +40 -40
- package/templates/observability-xray/mcp-servers.yaml +15 -15
- package/templates/realtime/instructions.yaml +42 -42
- package/templates/realtime/mcp-servers.yaml +13 -13
- package/templates/soc2/instructions.yaml +41 -41
- package/templates/soc2/mcp-servers.yaml +24 -24
- package/templates/social/instructions.yaml +43 -43
- package/templates/social/mcp-servers.yaml +24 -24
- package/templates/state-machine/instructions.yaml +42 -42
- package/templates/state-machine/mcp-servers.yaml +11 -11
- package/templates/tools-registry.yaml +164 -164
- package/templates/universal/hooks.yaml +531 -531
- package/templates/universal/instructions.yaml +1692 -1692
- package/templates/universal/mcp-servers.yaml +50 -50
- package/templates/universal/nfr.yaml +197 -197
- package/templates/universal/reference.yaml +326 -326
- package/templates/universal/review.yaml +204 -204
- package/templates/universal/skills.yaml +262 -262
- package/templates/universal/structure.yaml +67 -67
- package/templates/universal/verification.yaml +416 -416
- package/templates/web-react/hooks.yaml +44 -44
- package/templates/web-react/instructions.yaml +207 -207
- package/templates/web-react/mcp-servers.yaml +20 -20
- package/templates/web-react/nfr.yaml +27 -27
- package/templates/web-react/review.yaml +94 -94
- package/templates/web-react/structure.yaml +46 -46
- package/templates/web-react/verification.yaml +126 -126
- package/templates/web-static/instructions.yaml +115 -115
- package/templates/web-static/mcp-servers.yaml +20 -20
- package/templates/web3/instructions.yaml +44 -44
- package/templates/web3/mcp-servers.yaml +11 -11
- package/templates/web3/verification.yaml +159 -159
- package/templates/zero-trust/instructions.yaml +41 -41
- package/templates/zero-trust/mcp-servers.yaml +15 -15
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec-parser-tags.js","sourceRoot":"","sources":["../../src/tools/spec-parser-tags.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"spec-parser-tags.js","sourceRoot":"","sources":["../../src/tools/spec-parser-tags.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,86 +1,89 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "forgecraft-mcp",
|
|
3
|
-
"version": "1.2
|
|
4
|
-
"mcpName": "io.github.jghiringhelli/forgecraft",
|
|
5
|
-
"description": "CLI + MCP sentinel for engineering standards — SOLID, testing, architecture, CI/CD — auto-tailored to your stack. Minimal MCP footprint (~200 tokens) via CLI-first design.",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"main": "dist/index.js",
|
|
8
|
-
"bin": {
|
|
9
|
-
"forgecraft-mcp": "dist/index.js"
|
|
10
|
-
},
|
|
11
|
-
"scripts": {
|
|
12
|
-
"build": "tsc",
|
|
13
|
-
"dev": "tsc --watch",
|
|
14
|
-
"start": "node dist/index.js",
|
|
15
|
-
"serve": "node dist/http-server.js",
|
|
16
|
-
"test": "vitest run",
|
|
17
|
-
"test:watch": "vitest",
|
|
18
|
-
"test:coverage": "vitest run --coverage",
|
|
19
|
-
"test:mutation": "stryker run",
|
|
20
|
-
"test:mutation:ci": "stryker run --reporters progress,clear-text",
|
|
21
|
-
"test:mutation:sentinel": "stryker run stryker.sentinel.json",
|
|
22
|
-
"lint": "eslint src/",
|
|
23
|
-
"clean": "rimraf dist",
|
|
24
|
-
"prepare": "node -e \"if(require('fs').existsSync('.git')&&require('fs').existsSync('scripts/setup-hooks.sh')){require('child_process').execSync('bash scripts/setup-hooks.sh',{stdio:'inherit'})}\"",
|
|
25
|
-
"prepublishOnly": "npm run clean && npm run build",
|
|
26
|
-
"export:taxonomy": "npx ts-node --esm scripts/export-taxonomy.ts"
|
|
27
|
-
},
|
|
28
|
-
"keywords": [
|
|
29
|
-
"mcp",
|
|
30
|
-
"mcp-server",
|
|
31
|
-
"model-context-protocol",
|
|
32
|
-
"claude",
|
|
33
|
-
"claude-code",
|
|
34
|
-
"github-copilot",
|
|
35
|
-
"copilot",
|
|
36
|
-
"cursor",
|
|
37
|
-
"windsurf",
|
|
38
|
-
"ai-coding",
|
|
39
|
-
"scaffolding",
|
|
40
|
-
"project-setup",
|
|
41
|
-
"developer-tools",
|
|
42
|
-
"code-quality",
|
|
43
|
-
"engineering-standards",
|
|
44
|
-
"solid-principles",
|
|
45
|
-
"testing",
|
|
46
|
-
"architecture",
|
|
47
|
-
"claude-md"
|
|
48
|
-
],
|
|
49
|
-
"author": "JC",
|
|
50
|
-
"license": "MIT",
|
|
51
|
-
"repository": {
|
|
52
|
-
"type": "git",
|
|
53
|
-
"url": "git+https://github.com/jghiringhelli/forgecraft-mcp.git"
|
|
54
|
-
},
|
|
55
|
-
"homepage": "https://forgecraft.tools",
|
|
56
|
-
"bugs": {
|
|
57
|
-
"url": "https://github.com/jghiringhelli/forgecraft-mcp/issues"
|
|
58
|
-
},
|
|
59
|
-
"engines": {
|
|
60
|
-
"node": ">=18.0.0"
|
|
61
|
-
},
|
|
62
|
-
"files": [
|
|
63
|
-
"dist/",
|
|
64
|
-
"templates/",
|
|
65
|
-
"README.md"
|
|
66
|
-
],
|
|
67
|
-
"dependencies": {
|
|
68
|
-
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
69
|
-
"js-yaml": "^4.1.0",
|
|
70
|
-
"zod": "^3.24.2"
|
|
71
|
-
},
|
|
72
|
-
"devDependencies": {
|
|
73
|
-
"@stryker-mutator/core": "^9.6.0",
|
|
74
|
-
"@stryker-mutator/vitest-runner": "^9.6.0",
|
|
75
|
-
"@types/express": "^5.0.6",
|
|
76
|
-
"@types/js-yaml": "^4.0.9",
|
|
77
|
-
"@types/node": "^22.13.4",
|
|
78
|
-
"@types/supertest": "^7.2.0",
|
|
79
|
-
"@
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "forgecraft-mcp",
|
|
3
|
+
"version": "1.3.2",
|
|
4
|
+
"mcpName": "io.github.jghiringhelli/forgecraft",
|
|
5
|
+
"description": "CLI + MCP sentinel for engineering standards — SOLID, testing, architecture, CI/CD — auto-tailored to your stack. Minimal MCP footprint (~200 tokens) via CLI-first design.",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"bin": {
|
|
9
|
+
"forgecraft-mcp": "dist/index.js"
|
|
10
|
+
},
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "tsc",
|
|
13
|
+
"dev": "tsc --watch",
|
|
14
|
+
"start": "node dist/index.js",
|
|
15
|
+
"serve": "node dist/http-server.js",
|
|
16
|
+
"test": "vitest run",
|
|
17
|
+
"test:watch": "vitest",
|
|
18
|
+
"test:coverage": "vitest run --coverage",
|
|
19
|
+
"test:mutation": "stryker run",
|
|
20
|
+
"test:mutation:ci": "stryker run --reporters progress,clear-text",
|
|
21
|
+
"test:mutation:sentinel": "stryker run stryker.sentinel.json",
|
|
22
|
+
"lint": "eslint src/",
|
|
23
|
+
"clean": "rimraf dist",
|
|
24
|
+
"prepare": "node -e \"if(require('fs').existsSync('.git')&&require('fs').existsSync('scripts/setup-hooks.sh')){require('child_process').execSync('bash scripts/setup-hooks.sh',{stdio:'inherit'})}\"",
|
|
25
|
+
"prepublishOnly": "npm run clean && npm run build",
|
|
26
|
+
"export:taxonomy": "npx ts-node --esm scripts/export-taxonomy.ts"
|
|
27
|
+
},
|
|
28
|
+
"keywords": [
|
|
29
|
+
"mcp",
|
|
30
|
+
"mcp-server",
|
|
31
|
+
"model-context-protocol",
|
|
32
|
+
"claude",
|
|
33
|
+
"claude-code",
|
|
34
|
+
"github-copilot",
|
|
35
|
+
"copilot",
|
|
36
|
+
"cursor",
|
|
37
|
+
"windsurf",
|
|
38
|
+
"ai-coding",
|
|
39
|
+
"scaffolding",
|
|
40
|
+
"project-setup",
|
|
41
|
+
"developer-tools",
|
|
42
|
+
"code-quality",
|
|
43
|
+
"engineering-standards",
|
|
44
|
+
"solid-principles",
|
|
45
|
+
"testing",
|
|
46
|
+
"architecture",
|
|
47
|
+
"claude-md"
|
|
48
|
+
],
|
|
49
|
+
"author": "JC",
|
|
50
|
+
"license": "MIT",
|
|
51
|
+
"repository": {
|
|
52
|
+
"type": "git",
|
|
53
|
+
"url": "git+https://github.com/jghiringhelli/forgecraft-mcp.git"
|
|
54
|
+
},
|
|
55
|
+
"homepage": "https://forgecraft.tools",
|
|
56
|
+
"bugs": {
|
|
57
|
+
"url": "https://github.com/jghiringhelli/forgecraft-mcp/issues"
|
|
58
|
+
},
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">=18.0.0"
|
|
61
|
+
},
|
|
62
|
+
"files": [
|
|
63
|
+
"dist/",
|
|
64
|
+
"templates/",
|
|
65
|
+
"README.md"
|
|
66
|
+
],
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
69
|
+
"js-yaml": "^4.1.0",
|
|
70
|
+
"zod": "^3.24.2"
|
|
71
|
+
},
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"@stryker-mutator/core": "^9.6.0",
|
|
74
|
+
"@stryker-mutator/vitest-runner": "^9.6.0",
|
|
75
|
+
"@types/express": "^5.0.6",
|
|
76
|
+
"@types/js-yaml": "^4.0.9",
|
|
77
|
+
"@types/node": "^22.13.4",
|
|
78
|
+
"@types/supertest": "^7.2.0",
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
80
|
+
"@typescript-eslint/parser": "^8.58.0",
|
|
81
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
82
|
+
"eslint": "^10.1.0",
|
|
83
|
+
"express": "^5.2.1",
|
|
84
|
+
"rimraf": "^6.0.1",
|
|
85
|
+
"supertest": "^7.2.2",
|
|
86
|
+
"typescript": "^5.7.3",
|
|
87
|
+
"vitest": "^3.0.5"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
tag: ANALYTICS
|
|
2
|
-
section: instructions
|
|
3
|
-
blocks:
|
|
4
|
-
- id: analytics-architecture
|
|
5
|
-
tier: recommended
|
|
6
|
-
title: "Analytics & Data Warehouse Standards"
|
|
7
|
-
content: |
|
|
8
|
-
## Analytics & Data Warehouse Standards
|
|
9
|
-
|
|
10
|
-
### Architecture — Separation of Concerns
|
|
11
|
-
Operational database and analytical database are SEPARATE systems. Never run analytical
|
|
12
|
-
queries against your production OLTP database.
|
|
13
|
-
|
|
14
|
-
### Event Collection — Instrument Everything
|
|
15
|
-
- Every significant user action and system event emits a structured event.
|
|
16
|
-
- Events are immutable, append-only, timestamped, and include context.
|
|
17
|
-
- Event schema versioned — schema registry or embedded version field.
|
|
18
|
-
- Events flow through a pipeline: collect → validate → enrich → store → aggregate.
|
|
19
|
-
- NO direct writes to analytical store from application code.
|
|
20
|
-
|
|
21
|
-
### Aggregation Layers
|
|
22
|
-
Raw events are for debugging and backfilling. Everything else reads from aggregations.
|
|
23
|
-
|
|
24
|
-
| Layer | Granularity | Refresh | Use Case |
|
|
25
|
-
|-------|------------|---------|----------|
|
|
26
|
-
| Real-time | Per-event or 1-min | Streaming | Live dashboards, alerts |
|
|
27
|
-
| Hourly | 1-hour buckets | Scheduled | Operational dashboards |
|
|
28
|
-
| Daily | 1-day buckets | Nightly | Business reports, KPIs |
|
|
29
|
-
| Weekly/Monthly | Week/month | Scheduled | Executive reporting |
|
|
30
|
-
|
|
31
|
-
### Reporting
|
|
32
|
-
- Dashboards read ONLY from aggregated views.
|
|
33
|
-
- Three tiers: Operational (real-time), Tactical (daily), Strategic (weekly/monthly).
|
|
34
|
-
|
|
35
|
-
### Signals & Prediction
|
|
36
|
-
- Signals are pre-computed and stored, not computed on-demand.
|
|
37
|
-
- Every signal has: value, confidence, computed_at, TTL/expiry.
|
|
1
|
+
tag: ANALYTICS
|
|
2
|
+
section: instructions
|
|
3
|
+
blocks:
|
|
4
|
+
- id: analytics-architecture
|
|
5
|
+
tier: recommended
|
|
6
|
+
title: "Analytics & Data Warehouse Standards"
|
|
7
|
+
content: |
|
|
8
|
+
## Analytics & Data Warehouse Standards
|
|
9
|
+
|
|
10
|
+
### Architecture — Separation of Concerns
|
|
11
|
+
Operational database and analytical database are SEPARATE systems. Never run analytical
|
|
12
|
+
queries against your production OLTP database.
|
|
13
|
+
|
|
14
|
+
### Event Collection — Instrument Everything
|
|
15
|
+
- Every significant user action and system event emits a structured event.
|
|
16
|
+
- Events are immutable, append-only, timestamped, and include context.
|
|
17
|
+
- Event schema versioned — schema registry or embedded version field.
|
|
18
|
+
- Events flow through a pipeline: collect → validate → enrich → store → aggregate.
|
|
19
|
+
- NO direct writes to analytical store from application code.
|
|
20
|
+
|
|
21
|
+
### Aggregation Layers
|
|
22
|
+
Raw events are for debugging and backfilling. Everything else reads from aggregations.
|
|
23
|
+
|
|
24
|
+
| Layer | Granularity | Refresh | Use Case |
|
|
25
|
+
|-------|------------|---------|----------|
|
|
26
|
+
| Real-time | Per-event or 1-min | Streaming | Live dashboards, alerts |
|
|
27
|
+
| Hourly | 1-hour buckets | Scheduled | Operational dashboards |
|
|
28
|
+
| Daily | 1-day buckets | Nightly | Business reports, KPIs |
|
|
29
|
+
| Weekly/Monthly | Week/month | Scheduled | Executive reporting |
|
|
30
|
+
|
|
31
|
+
### Reporting
|
|
32
|
+
- Dashboards read ONLY from aggregated views.
|
|
33
|
+
- Three tiers: Operational (real-time), Tactical (daily), Strategic (weekly/monthly).
|
|
34
|
+
|
|
35
|
+
### Signals & Prediction
|
|
36
|
+
- Signals are pre-computed and stored, not computed on-demand.
|
|
37
|
+
- Every signal has: value, confidence, computed_at, TTL/expiry.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
tag: ANALYTICS
|
|
2
|
-
section: mcp-servers
|
|
3
|
-
servers:
|
|
4
|
-
- name: chrome-devtools
|
|
5
|
-
description: "Chrome DevTools integration for debugging, profiling, and network inspection"
|
|
6
|
-
command: npx
|
|
7
|
-
args: ["-y", "@anthropic/chrome-devtools-mcp@latest"]
|
|
8
|
-
tags: [WEB-REACT, WEB-STATIC, ANALYTICS]
|
|
9
|
-
category: devtools
|
|
10
|
-
tier: recommended
|
|
11
|
-
url: "https://github.com/anthropics/anthropic-quickstarts/tree/main/chrome-devtools-mcp"
|
|
1
|
+
tag: ANALYTICS
|
|
2
|
+
section: mcp-servers
|
|
3
|
+
servers:
|
|
4
|
+
- name: chrome-devtools
|
|
5
|
+
description: "Chrome DevTools integration for debugging, profiling, and network inspection"
|
|
6
|
+
command: npx
|
|
7
|
+
args: ["-y", "@anthropic/chrome-devtools-mcp@latest"]
|
|
8
|
+
tags: [WEB-REACT, WEB-STATIC, ANALYTICS]
|
|
9
|
+
category: devtools
|
|
10
|
+
tier: recommended
|
|
11
|
+
url: "https://github.com/anthropics/anthropic-quickstarts/tree/main/chrome-devtools-mcp"
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
tag: ANALYTICS
|
|
2
|
-
section: structure
|
|
3
|
-
language: typescript
|
|
4
|
-
entries:
|
|
5
|
-
- path: src/analytics/events
|
|
6
|
-
type: directory
|
|
7
|
-
description: "Event type definitions, emitter, validator"
|
|
8
|
-
- path: src/analytics/events/schema.ts
|
|
9
|
-
type: file
|
|
10
|
-
description: "Typed, versioned event definitions"
|
|
11
|
-
- path: src/analytics/events/emitter.ts
|
|
12
|
-
type: file
|
|
13
|
-
description: "Event emission interface"
|
|
14
|
-
- path: src/analytics/pipeline
|
|
15
|
-
type: directory
|
|
16
|
-
description: "Event collection, processing, dead-letter"
|
|
17
|
-
- path: src/analytics/aggregations
|
|
18
|
-
type: directory
|
|
19
|
-
description: "Aggregation definitions and scheduling"
|
|
20
|
-
- path: src/analytics/signals
|
|
21
|
-
type: directory
|
|
22
|
-
description: "Pre-computed signal service"
|
|
23
|
-
- path: src/analytics/dashboards
|
|
24
|
-
type: directory
|
|
25
|
-
description: "Dashboard config as code"
|
|
1
|
+
tag: ANALYTICS
|
|
2
|
+
section: structure
|
|
3
|
+
language: typescript
|
|
4
|
+
entries:
|
|
5
|
+
- path: src/analytics/events
|
|
6
|
+
type: directory
|
|
7
|
+
description: "Event type definitions, emitter, validator"
|
|
8
|
+
- path: src/analytics/events/schema.ts
|
|
9
|
+
type: file
|
|
10
|
+
description: "Typed, versioned event definitions"
|
|
11
|
+
- path: src/analytics/events/emitter.ts
|
|
12
|
+
type: file
|
|
13
|
+
description: "Event emission interface"
|
|
14
|
+
- path: src/analytics/pipeline
|
|
15
|
+
type: directory
|
|
16
|
+
description: "Event collection, processing, dead-letter"
|
|
17
|
+
- path: src/analytics/aggregations
|
|
18
|
+
type: directory
|
|
19
|
+
description: "Aggregation definitions and scheduling"
|
|
20
|
+
- path: src/analytics/signals
|
|
21
|
+
type: directory
|
|
22
|
+
description: "Pre-computed signal service"
|
|
23
|
+
- path: src/analytics/dashboards
|
|
24
|
+
type: directory
|
|
25
|
+
description: "Dashboard config as code"
|