@blamejs/exceptd-skills 0.13.63 → 0.13.64
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/CHANGELOG.md +4 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/_indexes/activity-feed.json +157 -157
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/currency.json +46 -46
- package/data/_indexes/handoff-dag.json +9 -5
- package/data/_indexes/section-offsets.json +29 -29
- package/data/_indexes/summary-cards.json +23 -23
- package/data/_indexes/token-budget.json +18 -18
- package/manifest.json +177 -86
- package/package.json +1 -1
- package/sbom.cdx.json +35 -20
- package/scripts/audit-cross-skill.js +6 -1
- package/scripts/builders/catalog-summaries.js +1 -1
- package/scripts/sync-manifest-metadata.js +88 -0
- package/skills/defensive-countermeasure-mapping/skill.md +2 -2
- package/skills/researcher/skill.md +4 -0
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"schema_version": "1.0.0",
|
|
4
4
|
"tokenizer_note": "Character-density approximation: 1 token ≈ 4 chars. This is the canonical rule-of-thumb for OpenAI tokenizers on English+technical text. Claude's tokenizer is typically more efficient on prose; treat this as an upper-bound budget for both. Consumers with stricter precision needs should re-tokenize with their own tokenizer.",
|
|
5
5
|
"approx_chars_per_token": 4,
|
|
6
|
-
"total_chars":
|
|
7
|
-
"total_approx_tokens":
|
|
6
|
+
"total_chars": 1672960,
|
|
7
|
+
"total_approx_tokens": 418246,
|
|
8
8
|
"skill_count": 42
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
@@ -1015,10 +1015,10 @@
|
|
|
1015
1015
|
},
|
|
1016
1016
|
"researcher": {
|
|
1017
1017
|
"path": "skills/researcher/skill.md",
|
|
1018
|
-
"bytes":
|
|
1019
|
-
"chars":
|
|
1020
|
-
"lines":
|
|
1021
|
-
"approx_tokens":
|
|
1018
|
+
"bytes": 33661,
|
|
1019
|
+
"chars": 33479,
|
|
1020
|
+
"lines": 342,
|
|
1021
|
+
"approx_tokens": 8370,
|
|
1022
1022
|
"approx_chars_per_token": 4,
|
|
1023
1023
|
"sections": {
|
|
1024
1024
|
"frontmatter-scope": {
|
|
@@ -1047,9 +1047,9 @@
|
|
|
1047
1047
|
"approx_tokens": 377
|
|
1048
1048
|
},
|
|
1049
1049
|
"analysis-procedure": {
|
|
1050
|
-
"bytes":
|
|
1051
|
-
"chars":
|
|
1052
|
-
"approx_tokens":
|
|
1050
|
+
"bytes": 14860,
|
|
1051
|
+
"chars": 14724,
|
|
1052
|
+
"approx_tokens": 3681
|
|
1053
1053
|
},
|
|
1054
1054
|
"output-format": {
|
|
1055
1055
|
"bytes": 3163,
|
|
@@ -1270,10 +1270,10 @@
|
|
|
1270
1270
|
},
|
|
1271
1271
|
"defensive-countermeasure-mapping": {
|
|
1272
1272
|
"path": "skills/defensive-countermeasure-mapping/skill.md",
|
|
1273
|
-
"bytes":
|
|
1274
|
-
"chars":
|
|
1273
|
+
"bytes": 33707,
|
|
1274
|
+
"chars": 33565,
|
|
1275
1275
|
"lines": 304,
|
|
1276
|
-
"approx_tokens":
|
|
1276
|
+
"approx_tokens": 8391,
|
|
1277
1277
|
"approx_chars_per_token": 4,
|
|
1278
1278
|
"sections": {
|
|
1279
1279
|
"threat-context": {
|
|
@@ -1282,9 +1282,9 @@
|
|
|
1282
1282
|
"approx_tokens": 882
|
|
1283
1283
|
},
|
|
1284
1284
|
"framework-lag-declaration": {
|
|
1285
|
-
"bytes":
|
|
1286
|
-
"chars":
|
|
1287
|
-
"approx_tokens":
|
|
1285
|
+
"bytes": 4556,
|
|
1286
|
+
"chars": 4536,
|
|
1287
|
+
"approx_tokens": 1134
|
|
1288
1288
|
},
|
|
1289
1289
|
"ttp-mapping": {
|
|
1290
1290
|
"bytes": 1957,
|
|
@@ -1312,9 +1312,9 @@
|
|
|
1312
1312
|
"approx_tokens": 694
|
|
1313
1313
|
},
|
|
1314
1314
|
"defensive-countermeasure-mapping": {
|
|
1315
|
-
"bytes":
|
|
1316
|
-
"chars":
|
|
1317
|
-
"approx_tokens":
|
|
1315
|
+
"bytes": 3429,
|
|
1316
|
+
"chars": 3403,
|
|
1317
|
+
"approx_tokens": 851
|
|
1318
1318
|
}
|
|
1319
1319
|
}
|
|
1320
1320
|
},
|