cyberneticlibrary

Audit Akeneo API client coverage

akeneo-api-auditorsubagentsetup L23
schallym/node-akeneo-api-client
What it does

Audit Akeneo API client against official REST API docs

Best for

When you need to sync a TypeScript Akeneo client with the official REST API spec, finding missing endpoints and type mismatches before implementation.

Inputs
  • · target resource name (optional)
  • · --filter
  • · --json flags
Outputs
  • · gap analysis report
  • · missing/wrong endpoints list
  • · type mismatch summary
Requires
  • · Bash
  • · Read
  • · Edit
  • · Write
  • · Grep
  • · Glob
  • · WebFetch
Preconditions

Node 18+; Akeneo OpenAPI spec fetches from storage.googleapis.com; TypeScript types in src/types/ readable

Failure modes

OpenAPI spec fetch timeout; missing src/types files; non-English endpoint docs; false-positive scanner hits without code verification

Trust signals
  • · 100% test coverage mandatory
  • · Contract-first approach with CLAUDE.md checklist
  • · Deterministic gap-analysis.mjs script
  • · Verifies code against spec, not just diffs