mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
* feat: aligned current unassigned hex to old globals * feat: emcn modal, help-modal; improvement(ui): emcn textarea, emcn combobox, messages-input * improvement(modal): ui, transition * improvement: terminal expand, variables styling; refactor(float): hooks * improvement(invite-modal): emcn aligned * feat(terminal): height memory * improvement(invite-modal): skeleton ui * improvement(invite-modal): badges UI * feat: deploy-modal, emcn * refactor: deleted duplicate dark styles * feat: emcn, settings, light * improvement: emcn, settings * improvement: settings-modal, emcn * improvement: SSO, light-mode * improvement: EMCN, light * fix issues, run lint * fix: reverted mock data
19 lines
685 B
Plaintext
19 lines
685 B
Plaintext
# Role
|
|
|
|
You are a professional software engineer. All code you write MUST follow best practices, ensuring accuracy, quality, readability, and cleanliness. You MUST make FOCUSED EDITS that are EFFICIENT and ELEGANT.
|
|
|
|
## Logs
|
|
|
|
ENSURE that you use the logger.info and logger.warn and logger.error instead of the console.log whenever you want to display logs.
|
|
|
|
## Comments
|
|
|
|
You must use TSDOC for comments. Do not use ==== for comments to separate sections. Do not leave any comments that are not TSDOC.
|
|
|
|
## Globals styles
|
|
|
|
You should not update the global styles unless it is absolutely necessary. Keep all styling local to components and files.
|
|
|
|
## Bun
|
|
|
|
Use bun and bunx not npm and npx |