- Copy 11 .tmpl files from PROJECT-D (agents-md, cursorrules,
cursor-mdc, copilot, windsurf, junie, continue, gemini,
aider-conventions, aider-conf, replit) into _bridges/
- Add _bridges/README.md with template→output-path table
- Placeholders are {{PROJECT_NAME}} + {{PROJECT_DESCRIPTION}};
templates unchanged — content verified per RULE 0.4 upstream
21 lines
989 B
Markdown
21 lines
989 B
Markdown
# `_bridges/` — Cross-tool bridge templates
|
|
|
|
Tool-agnostic coding-rules templates, rendered into any project via `_bridges/emit.sh`. Placeholders: `{{PROJECT_NAME}}`, `{{PROJECT_DESCRIPTION}}`, `{{YEAR}}`, `{{MONTH}}`, `{{DATE}}`.
|
|
|
|
| Template | Output path |
|
|
|---|---|
|
|
| `cursorrules.tmpl` | `.cursorrules` |
|
|
| `agents-md.tmpl` | `AGENTS.md` |
|
|
| `copilot.tmpl` | `.github/copilot-instructions.md` |
|
|
| `cursor-mdc.tmpl` | `.cursor/rules/main.mdc` |
|
|
| `windsurf.tmpl` | `.windsurf/rules/main.md` |
|
|
| `junie.tmpl` | `.junie/guidelines.md` |
|
|
| `continue.tmpl` | `.continue/rules/main.md` |
|
|
| `gemini.tmpl` | `GEMINI.md` |
|
|
| `aider-conventions.tmpl` | `CONVENTIONS.md` |
|
|
| `aider-conf.tmpl` | `.aider.conf.yml` |
|
|
| `replit.tmpl` | `replit.md` |
|
|
|
|
Render: `_bridges/emit.sh <target-dir> [project-name] [project-description]`. Idempotent — existing files are skipped.
|
|
|
|
Cross-ref: KeiAgent is the personal-CLI predecessor that also ships these templates (verified against vendor docs 2026-04).
|