windsurfrules v5 (kinopeee) — Summary
windsurfrules v5 is a bilingual (Japanese/English) Windsurf rule set — a direct port of kinopeee/cursorrules from Cursor's MDC format to Windsurf's .windsurf/rules/*.md format (with trigger: always_on replacing alwaysApply: true) and .windsurf/workflows/*.md for workflow commands. The content is structurally identical: v5 core rule, commit message format, PR message format, test strategy, prompt injection guard, and three git workflow commands (commit-only, commit-push, commit-push-pr). Additionally, the repo includes an .agent/ directory for Antigravity (a newer Windsurf-adjacent AI coding tool). The main architectural difference from the Cursor version is the Windsurf rule front matter format (trigger: always_on, globs:, no alwaysApply).
differs_from_seeds: Identical to cursorrules-kinopeee in content (same repository author, same v5 rules), but targets Windsurf instead of Cursor. The closest seed is agent-os for behavioral standards. The primary research interest of this entry relative to cursorrules is the format translation: shows how Cursor's MDC alwaysApply translates to Windsurf's trigger: always_on, and how .cursor/commands/ translates to .windsurf/workflows/. This is a canonical example of the same content distributed across IDE-specific rule file formats.