Skip to content

M-simplifier/formsmith-pressure-app

Repository files navigation

formsmith-pressure-app

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.

Run Locally

npm install
clojure -M:test
npx shadow-cljs release app
clojure -M:run

Open:

http://localhost:8080

Formsmith Gate

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 test

The CI gate runs backend tests, the CLJS release build, and formsmith check.

About

Full-stack Clojure pressure app for evaluating Formsmith in real CI usage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors