### Windsurf Workspace Rules Directory Structure Source: https://github.com/balqaasem/awesome-windsurfrules/blob/main/README.md Outlines the directory structure for project-specific workspace rules, allowing for tailored AI behavior and conventions within individual projects to align with specific requirements. ```Configuration ./rules/.windsurfrules/ └── lorem/ ``` -------------------------------- ### Windsurf Global Rules Directory Structure Source: https://github.com/balqaasem/awesome-windsurfrules/blob/main/README.md Defines the hierarchical organization for global rules that apply universally across all Windsurf projects, ensuring consistent behavior and standards for AI code generation. ```Configuration ./rules/global_rules/ ├── global-en-language-global_rules-prompt-file/ │ ├── English-only responses │ └── Localization preferences ├── commit-message-short-global_rules-prompt-file/ │ ├── Standard prefixes (feat, fix, docs, etc.) │ └── Short commit Message structure guidelines └── commit-message-long-global_rules-prompt-file/ ├── Standard prefixes (feat, fix, docs, etc.) └── Long commit Message structure guidelines ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.