Skip to content

Commit 4b01ad3

Browse files
emmanuelgjrclaude
andcommitted
Fix frameworks count: include registry-only frameworks (23 → 25)
FRAMEWORKS variable now includes CoSAI and EU AI Act Code of Practice from the registry, not just frameworks with entry mappings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ea4b424 commit 4b01ad3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,8 @@
12801280
DATA.forEach(function(e) {
12811281
e.mappings.forEach(function(m) { FW_SET.add(m.framework); });
12821282
});
1283+
// Also include registry-only frameworks (e.g. CoSAI, EU AI Act CoP)
1284+
FW_REGISTRY.forEach(function(fw) { FW_SET.add(fw.name); });
12831285
FRAMEWORKS = Array.from(FW_SET).sort();
12841286

12851287
var ENTRY_MAP = {};

0 commit comments

Comments
 (0)