Skip to content

tolson/tao-bot-smoketest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tao-bot-smoketest

Tiny Next.js demo store used to exercise the Novus setup workflow and the pre-commit convention gate on bot-opened PRs.

What's in here

  • 3 pages (home / cart / checkout) so the setup workflow has something to detect.
  • lib/cart.ts — pure cart helpers. Has a deliberately-tempting TODO inviting any extensions; the convention gate should reject them.
  • CLAUDE.md — type-safety + architecture conventions enforced by the gate.
  • .claude/agents/type-safety-reviewer.md — agent the convention hook invokes against the diff.

Run locally

yarn install
yarn dev   # http://localhost:3000

How to use this in Novus

  1. Connect this repo via the Novus GitHub app.
  2. Trigger the setup workflow and watch it map pages / detect a tracking opportunity / open a PR.
  3. The convention gate runs before the PR opens. If the bot tried to take a shortcut with as any or : any, the diff-pattern check blocks it; if it introduced an architectural deviation, the agent review catches it.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors