0.1.0 - Trellis
The first release of Trellis - rogueoak's shared AI-agent conventions, installable into any repo.
What you get
- Install in one command. Add the marketplace, install the plugin, run
/trellis-install. Your rules land indocs/rules/and yourAGENTS.mdpoints agents at them./trellis-updatekeeps them current. - Cross-agent. Packaged for Claude Code, OpenAI Codex, Gemini CLI, and Cursor.
- Two rules to start:
guidelines.md- ASCII-only writing; tests, lint, and build green before merge; every PR comment resolved before merge; Conventional Commit messages.language.md- the voice for public-facing writing (warm, specific, terse, no hype).
- Commit-msg enforcement. A dependency-free POSIX hook checks Conventional Commit format with nothing to install. It displaces and chains onto any existing hook, and warns if a hook manager would shadow it.
- Pairs with Spectra. Trellis is the conventions; Spectra is the process. Install both; they stay independent.
Quick start (Claude Code)
/plugin marketplace add rogueoak/trellis
/plugin install trellis@trellis
/reload-plugins
/trellis-install
See the README for Codex, Gemini, and Cursor.