- Static assets are now split under
src/zimage/static/css,js, andi18n(relative URLs inindex.html). - Translations are loaded via
js/i18n-loader.jsintowindow.translationsand consumed byjs/main.js; add new locales by dropping JSON files ini18n/. - Theme/helpers live in
js/theme.jsandjs/utils.js; main app logic is injs/main.js.
The remote repository not only hosts source code, but also provides features such as issue tracking, merge requests/pull requests management etc. You should use mcp server to access issues, managing merge requests/pull requests.
Use context7 for the most up-to-date documentation of the specific version of related frameworks and libraries.
Add necessary docs in comments, for classes and methods please use comment blocks.
All contributors must use semantic commit messages for every commit. This helps ensure clarity, traceability, and automation in our development workflow.
<type>(<scope>): <short summary>
[optional body]
[optional footer(s)]
feat(ledger): add validation for legalEntityCodefix(accounting): correct rounding error in calculationsdocs(readme): update usage instructions
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert