@marktangcd/mksr
v0.1.0
Published
HTML is the new markdown. MKSR is the new editor for your HTML artifacts.
Maintainers
Readme
mksr
MKSR is a local CLI and browser review tool for agent-generated HTML artifacts.
It opens an HTML file in a local browser, lets a human annotate elements or selected text, and sends that feedback back to the agent through a polling API.
Usage
npx -y @marktangcd/mksr <html-file>
npx -y @marktangcd/mksr poll <html-file>Development
pnpm install
pnpm run check