@seliseblocks/mailcraft 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DOCS.md CHANGED
@@ -760,7 +760,7 @@ The complete catalog of UI strings that `.messages` accepts — every key the ed
760
760
 
761
761
  # How it works inside
762
762
 
763
- Useful when debugging an integration, and required reading before contributing.
763
+ Useful when debugging an integration, or before changing the source.
764
764
 
765
765
  **Core / render split.** `src/core/` holds state and logic and never touches the DOM; `src/render/` builds all of it. The canvas is torn down and rebuilt on every state change — no diffing — and focus and caret survive through `data-focus-key` and `render/focus-preserve.js`.
766
766
 
@@ -780,7 +780,7 @@ node build.js # rebuild dist/ after any change under src/
780
780
  npm test # 13 suites — core logic runs DOM-free, the editor/importer suites run on jsdom
781
781
  ```
782
782
 
783
- Deeper notes for contributors and coding agents live in `AGENTS.md` in the repository, alongside [CONTRIBUTING](https://mailcraft.seliseblocks.com/CONTRIBUTING.html), which is also on the docs site.
783
+ Deeper notes for coding agents and anyone changing the source live in `AGENTS.md` in the repository.
784
784
 
785
785
  ---
786
786