formsmith-pressure-app is a public, minimal-surface pressure project for
evaluating formsmith on a realistic full-stack Clojure/ClojureScript app.
The app is a small review operations board for AI-generated Clojure work. It
uses Ring, Reitit, Integrant, Malli, Reagent, and re-frame so formsmith can be
exercised on backend handlers, schemas, system wiring, and CLJS UI/state code.
npm install
clojure -M:test
npx shadow-cljs release app
clojure -M:runOpen:
http://localhost:8080
This repo consumes the public formsmith artifact through a git dependency:
{:git/tag "v0.1.0-pre.6"
:git/sha "89a06b941e32bb9fe78e5fab22d005a5147234b8"}clojure -M:formsmith check src test
clojure -M:formsmith fix --check --aggressive src testThe CI gate runs backend tests, the CLJS release build, and formsmith check.