Published build artifacts from the legal-context pipeline. Consumed at build time by usejunior.com for template detail pages and practice notes.
Pre-rendered HTML for OpenAgreements contract templates. Each file contains the full agreement body (cover terms, numbered clauses, drafting notes) generated by the two-pass Gemini pipeline.
Naming convention: {template-slug}.html
Current templates:
openagreements-restrictive-covenant-wyoming.html— Employee Restrictive Covenant (Wyoming)
The website's src/_data/wiki.js fetches these files at build time:
- Locally: reads from
../legal-context/data/(convenience) - On Vercel: fetches from
https://raw.githubusercontent.com/UseJunior/legal-context-exports/main/template-html/{slug}.html
After regenerating template HTML in the legal-context pipeline:
cp ../legal-context/data/template-*.html template-html/
git add -A && git commit -m "update template exports" && git push