Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.46 KB

File metadata and controls

32 lines (21 loc) · 1.46 KB

Claude Agent Alias

This file is an alias. IGNORE THIS FILE and read GUIDE.md instead.
All authoritative content is maintained in GUIDE.md. Do not duplicate or summarize here.


📌 Single Source of Truth: This repository maintains a unified agent guide under GUIDE.md. Always refer to that file for instructions, context, and behavioral definitions.


Editing Rules

Before modifying any file, read and follow prompts/editing-rules.md. Key rules:

  • Never edit types/ or dist/ directly — auto-generated by build. Edit source .js files instead.
  • Never edit language files other than src/langs/en.js — other languages are auto-generated by translation script.
  • Never edit auto-generated marker sections in src/typedef.js and src/core/schema/options.js.
  • Three-file sync: src/suneditor.js, webpack/cdn-builder.js, scripts/ts-build/format-index.cjs must stay in sync.

changes.md Update

After modifying code, you must update changes.md. Refer to guide/changes-guide.md for formatting rules.

Release Note

When asked to write a release note, read changes.md and write a release note to release-note.md following the style and rules in prompts/release-note.md. Replace the entire contents of release-note.md with the generated release note.