sercrod

Current files

These URLs follow the current published version. Use them when you want the site-managed latest runtime and manual.

<script src="/sercrod.js"></script>

Versioned release

Use a versioned file when a page, test, or AI review needs a stable runtime target.

<script src="/releases/v0.1.54.js"></script>

For AI-assisted work

Before generating or debugging Sercrod HTML, download or read the runtime source and manual from this site. Start with man.json, especially __index, then inspect sercrod.js only when implementation details are needed.

Sercrod updates through its own entry points, such as attributes, directives, event handlers, data assignment, and explicit update() calls. Do not describe the redraw path as Proxy-based or MutationObserver-based change detection.