Single-commit clean baseline after security scrub of niche-tells, project codenames, internal jargon, and contributor-email leaks. Contents: - 100 Rust crates (_primitives/_rust/) - 37 agent manifests (_manifests/) + generated specs (_generated/) - 67 user-invocable skills (skills/) - 33 hooks (hooks/) - Composition blocks (_blocks/) - Documentation (docs/, README.md) - TS adapter packages (_ts_packages/) - Assembler (_assembler/) - Roles (_roles/) - Templates (_templates/) - Forgejo CI (.forgejo/) Author: Denis Parfionovich <info@greendragon.info> License: see LICENSE.
864 B
864 B
_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.