Current files
These URLs follow the current published version. Use them when you want the site-managed latest runtime and manual.
sercrod.js- current runtime source.man.json- current structured manual.
<script src="/sercrod.js"></script>
Use the official files published on sercrod.com as the source for Sercrod runtime and manual references.
These URLs follow the current published version. Use them when you want the site-managed latest runtime and manual.
sercrod.js - current runtime source.man.json - current structured manual.<script src="/sercrod.js"></script>
Use a versioned file when a page, test, or AI review needs a stable runtime target.
v0.1.54.js - runtime source for Sercrod v0.1.54.v0.1.54.json - structured manual for Sercrod v0.1.54.i18n/ja/v0.1.54.man.json - Japanese manual for Sercrod v0.1.54.<script src="/releases/v0.1.54.js"></script>
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.