diegosouzapw
0a95372746
feat(agent-skills): add openapiParser and cliRegistryParser
openapiParser.ts:
- parseOpenapi(): reads docs/reference/openapi.yaml via js-yaml (already a dep)
and returns { paths: Map<METHOD+path, OpenapiPath>, areas: Map<SkillArea, ops[]> }
- PATH_AREA_MAP maps 30+ path prefixes to SkillArea values
- getEndpointsForArea(area): convenience helper returning 'METHOD /path' strings
cliRegistryParser.ts:
- parseCliRegistry(): reads all bin/cli/commands/*.mjs via fs.readdirSync
and regex-parses .command(), .description(), .option() calls
- FILE_FAMILY_MAP maps 40+ file basenames to CLI SkillArea families
- getCommandsForFamily(family): convenience helper for catalog consumers
- Does NOT import Commander.js modules to avoid side-effects (D15)
2026-05-27 20:31:55 -03:00
..
2026-04-30 14:08:50 -03:00
2026-04-21 08:27:48 -03:00
2026-05-27 20:31:55 -03:00
2026-05-16 13:28:57 -03:00
2026-04-17 11:56:52 -03:00
2026-05-10 00:55:06 -03:00
2026-03-08 17:36:17 -03:00
2026-05-26 23:51:47 -03:00
2026-05-23 01:46:59 -03:00
2026-05-26 23:51:47 -03:00
2026-05-26 23:51:47 -03:00
2026-05-23 01:46:59 -03:00
2026-05-26 23:51:47 -03:00
2026-05-24 18:05:58 -03:00
2026-05-27 17:05:18 -03:00
2026-04-01 04:35:16 -04:00
2026-05-26 23:51:47 -03:00
2026-04-28 02:41:19 -03:00
2026-05-26 23:51:47 -03:00
2026-05-24 18:05:58 -03:00
2026-05-26 23:51:47 -03:00
2026-05-20 02:21:37 -03:00
2026-05-26 23:51:47 -03:00
2026-04-26 20:15:47 -03:00
2026-05-23 01:46:59 -03:00
2026-05-26 23:51:47 -03:00
2026-05-26 23:51:47 -03:00
2026-05-27 17:04:31 -03:00
2026-04-03 00:15:35 -03:00
2026-03-31 04:50:50 +07:00
2026-05-14 19:31:38 +08:00
2026-05-27 17:03:55 -03:00
2026-05-14 20:19:55 -03:00
2026-02-26 15:11:40 +00:00
2026-04-17 11:56:52 -03:00
2026-05-26 23:51:47 -03:00
2026-05-26 23:51:47 -03:00
2026-04-17 09:00:32 -03:00
2026-05-26 23:51:47 -03:00
2026-05-13 10:14:25 -03:00
2026-04-23 16:57:43 -03:00
2026-05-26 23:51:47 -03:00
2026-04-17 23:48:37 -03:00
2026-05-26 23:51:47 -03:00
2026-04-16 05:26:17 -03:00
2026-05-20 02:05:50 -03:00
2026-05-09 12:42:59 +00:00
2026-03-29 04:30:11 -03:00
2026-04-01 08:42:03 -03:00
2026-03-29 14:37:55 +02:00
2026-03-17 04:24:46 -03:00
2026-05-11 10:19:09 -03:00
2026-04-16 05:26:17 -03:00
2026-05-26 23:51:47 -03:00
2026-03-04 19:35:38 -03:00
2026-05-10 00:55:06 -03:00
2026-04-22 12:25:53 -03:00
2026-04-01 08:45:39 +07:00
2026-04-17 16:45:27 -03:00
2026-03-22 20:55:35 -03:00
2026-05-26 23:51:47 -03:00
2026-04-17 16:45:27 -03:00
2026-05-11 10:19:09 -03:00
2026-04-18 11:44:20 -03:00
2026-04-24 13:20:59 -03:00
2026-05-26 23:51:47 -03:00
2026-05-19 09:48:16 -03:00
2026-05-26 23:51:47 -03:00
2026-04-17 11:56:52 -03:00
2026-05-16 21:50:59 -03:00
2026-04-30 01:27:03 -03:00
2026-05-01 08:36:07 -03:00
2026-05-01 08:36:07 -03:00
2026-02-18 14:43:57 -03:00
2026-04-06 20:45:52 -03:00
2026-03-22 23:17:52 -03:00
2026-03-31 10:22:52 -03:00
2026-05-23 01:46:59 -03:00
2026-02-18 00:02:15 -03:00
2026-05-24 18:05:58 -03:00
2026-05-16 05:01:03 -03:00
2026-05-26 23:51:47 -03:00
2026-02-18 14:43:57 -03:00
2026-02-18 00:02:15 -03:00
2026-05-10 00:55:06 -03:00
2026-04-23 16:57:43 -03:00
2026-05-26 23:51:47 -03:00