Skip to content

v0.2.9 - Route trace skill

Choose a tag to compare

@OneClickPostFactory OneClickPostFactory released this 03 Jul 09:43

v0.2.9 adds route-trace-skill.

Install:

npm install -g coding-agent-skills

New command:

coding-agent-skills route-trace /path/to/project

Existing commands:

coding-agent-skills validate-pack
coding-agent-skills validate-project /path/to/project
coding-agent-skills repo-map /path/to/project
coding-agent-skills validate-adapters /path/to/adapter-root

Highlights:

  • Read-only static route tracing
  • Adapter-aware scope control
  • Verified / inferred / skipped / not-verified route reporting
  • No app execution
  • No target-project builds or tests
  • No runtime probing
  • No deployments
  • No migrations
  • No secret or .env reads

Requires Node.js 20+.