diff --git a/AGENTS.md b/AGENTS.md index e72603a..555ffd9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,7 +10,8 @@ If you are an agent or tool that looks for `AGENTS.md`, use `CODEX.md` as the ca - Read [docs/codex/PROJECT_CONTEXT.md](./docs/codex/PROJECT_CONTEXT.md) for architecture and behavior. - Read [docs/codex/FILE_STRUCTURE.md](./docs/codex/FILE_STRUCTURE.md) for the repository map. - Read [DESIGN.md](./DESIGN.md) before changing the default theme, visual system, or UI component styling. -- Treat `app/signboard.js` as generated output; edit source modules in `app/**` and then run `./buildjs.sh`. +- Treat `app/signboard.js` as generated output; edit source modules in `app/**` or shared renderer modules such as `shared/appSettingsSchema.js`, then run `./buildjs.sh`. +- Use `lib/atomicFile.js` for durable writes to Signboard-managed card, settings, sidecar, and Obsidian integration files. - Keep keyboard shortcut behavior, `index.html` shortcut help, and user-facing shortcut docs in sync. - Keep modal focus handling, live status announcements, reduced-motion behavior, forced-colors behavior, and keyboard-only focus styling in sync with `app/utilities/accessibility.js` and `static/styles.css`. - Mark body-level popovers that must remain interactive while a modal is active with `data-sb-modal-layer`, so the modal background inert handler does not disable them. @@ -18,19 +19,26 @@ If you are an agent or tool that looks for `AGENTS.md`, use `CODEX.md` as the ca - Keep native app menu actions and the Playwright native-menu regression aligned when changing menu behavior. - Defer DOM/layout mutations after macOS native menu or ` +

Shift + Enter to create and open

@@ -183,6 +184,7 @@

Restore card

+

Shift + Enter to create and open

@@ -431,19 +433,22 @@

Settings

-

App Settings

+

Settings

@@ -456,6 +461,18 @@

App Settings

+
+ +
+ + Disabled +
+

Leave blank to disable. Signboard must be open.

+
+
+ + + +
+
+ +
+ + +
+

Duplicating a board will create a copy of all board files in a new directory of your choice.

+
+
- - - -