-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathintelligence-core-v1.json
More file actions
87 lines (87 loc) · 2.96 KB
/
Copy pathintelligence-core-v1.json
File metadata and controls
87 lines (87 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "Open Workflow Library Intelligence Core V1",
"generatedAt": "2026-05-24T00:00:00Z",
"implemented": {
"tools": [
"tools/audit_workflows.py",
"tools/validate_generated_pack.py",
"tools/build_unified_catalog.py",
"tools/search_workflows.py",
"tools/validate_schemas.py",
"tools/analyze_duplicates.py",
"tools/propose_repairs.py",
"tools/prompt_to_ir.py",
"tools/build_wiki_seed.py"
],
"schemas": {
"workflow-ir.schema.json": "extended frameworkSource enum with 'generated'"
},
"ci": [".github/workflows/audit.yml"],
"docs": [
"docs/ci-and-quality-gates.md",
"README.md (Intelligence Core V1 section added)"
],
"wikiGenerated": [
"wiki/generated/README.md",
"wiki/generated/category-summary.md",
"wiki/generated/integration-summary.md",
"wiki/generated/trigger-patterns.md",
"wiki/generated/risk-review-queue.md",
"wiki/generated/prompt-patterns.md"
]
},
"audit": {
"totalJsonFiles": 3613,
"likelyWorkflowFiles": 3181,
"invalidJsonFiles": 0,
"duplicateGroups": 289,
"possibleSecretFindings": 0
},
"unifiedCatalog": {
"count": 3181,
"origins": {"generated-pack": 420, "existing-library": 2761},
"frameworks": {"n8n": 3181},
"reviewStatus": {"review-suggested": 381, "ok-for-import": 2800},
"risks": {"high": 233, "medium": 1311, "low": 1637},
"qualityScore": {"min": 64, "max": 92, "avg": 86.05, "below60": 0, "below80": 381}
},
"schemaValidation": {
"mode": "lightweight-required-fields-and-enums",
"allPassed": true
},
"duplicates": {
"auditExactGroups": 289,
"exactClustersReported": 50,
"titleClusters": 275,
"generatedPackDuplicateIds": 0,
"generatedPackDuplicateSlugs": 0,
"recommendations": {"candidate-for-dedupe": 105, "review": 212, "keep": 8}
},
"repairProposals": {
"total": 500,
"cap": 500,
"bySeverity": {"high": 233, "medium": 267}
},
"promptToIrSample": {
"prompt": "Create a workflow that receives website leads, scores them, saves them to CRM, and alerts Slack",
"inferredCategory": "sales",
"inferredTrigger": "webhook",
"inferredIntegrations": ["slack", "crm"],
"steps": 4,
"outputPath": "reports/prompt-to-ir-samples/create-a-workflow-that-receives-website-leads-sc.workflow.ir.json"
},
"search": {
"sampleQuery": "lead qualification",
"topResultId": "1910_Code_Webhook_Automation_Webhook-4da7422289",
"topResultRisk": "high",
"topResultQuality": 70
},
"notImplemented": [
"Behavioural validation of generated workflows (no n8n import/execution).",
"Multi-framework export (Dify / LangGraph / Make / Zapier).",
"LLM-backed prompt-to-workflow generator (only deterministic MVP exists).",
"Auto-apply of repair proposals (intentionally never).",
"LLM Wiki self-improvement loop (wiki/generated/ is seed material only)."
],
"judgment": "READY FOR HUMAN DIFF REVIEW"
}