Show HN: Pokayoke – turn repo conventions into deterministic checks for agents

  • Posted 2 hours ago by sarreph
  • 1 points
https://pokayoke.codes
Hey HN. Pokayoke is a tool I've been working on to scratch my own itch when it comes to solidifying arbitrary rules and conventions -- which modern linting and formatting toolchains might not support as well as I'd like -- into code-based checks that agents can manage, run, and update themselves.

I'm currently using it as part of my `check` scripts in TS / bun repos for things like max-LoC limits on files and keeping docs references DRY and up to date. Agents can use Pokayoke to make their own TypeScript (either using the AST or any other method) files that would be too cumbersome to handroll as a human.

Keen to know what other people are using for this!

0 comments