diff --git a/.cursor/rules/no-assumptions.mdc b/.cursor/rules/no-assumptions.mdc new file mode 100644 index 0000000..4bbfc79 --- /dev/null +++ b/.cursor/rules/no-assumptions.mdc @@ -0,0 +1,17 @@ +--- +description: Prevent AI from making assumptions or implementing unrequested features +alwaysApply: true +--- + +## Core Behavior Constraints (P0) +**Do NOT** implement features, code, or logic that was not explicitly requested by the user. +**Do NOT** add comments, documentation, or explanatory text unless explicitly requested. +**Do NOT** provide multiple solutions. Choose the optimal solution and implement it directly. + +## Handling Ambiguity (P0) +If the user's request is ambiguous or critical information is missing, **MUST** ask exactly **ONE** clarifying question before taking any action. +**DO NOT** generate any code or assume the missing information. + +## Citation Rules (P0) +**MUST** strictly reference rules from the **actual files** located in `.cursor/rules/`. +**DO NOT** invent, cite, or assume the existence of any rule that is not explicitly defined. diff --git a/notice-client/.gitignore b/notice-client/.gitignore new file mode 100644 index 0000000..4655360 --- /dev/null +++ b/notice-client/.gitignore @@ -0,0 +1,25 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +src-tauri/target/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/notice-client/index.html b/notice-client/index.html new file mode 100644 index 0000000..72aec51 --- /dev/null +++ b/notice-client/index.html @@ -0,0 +1,12 @@ + + +
+ + +