stablegenius49
3ddf9b6b4b
fix gemini cli installer preflight
2026-03-12 14:45:18 -07:00
Yimikami
ca1fa75a23
docs: clarify scoped installs and openclaw setup
2026-03-11 16:48:26 +03:00
Yimikami
927d0ee42b
docs: align integration docs with supported tools
2026-03-11 16:27:41 +03:00
Michael Sitarzewski
a732075285
Merge PR #76 : Align OpenCode integration with current conventions
...
fix(opencode): align integration with current OpenCode conventions
2026-03-10 16:52:22 -05:00
Eden
21c456076b
feat: add MCP memory integration guide
...
Generic memory integration pattern using any MCP-compatible memory
server. Replaces vendor-specific PR #57 based on maintainer feedback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 12:20:32 -04:00
0xdx2
a224bac2fa
feat: Add Github Copilot integration and installation instructions
2026-03-10 13:31:55 +08:00
Victor Kzam
43c66a7b89
docs(opencode): update integration docs for plural dirs and new frontmatter
...
Reflect the switch to agents/ (plural), hex color codes, mode: subagent,
and @agent-name invocation in both the OpenCode integration README and the
main README's OpenCode section.
2026-03-09 13:15:11 +00:00
4shil
ba6ac1ba18
Replace tool tables with bullet lists in both READMEs
2026-03-08 21:55:32 +05:30
4shil
c2aa576321
Fix table formatting in README.md and integrations/README.md
...
- Use spaced separator rows (| ---- |) for consistent GitHub rendering
- Remove asterisk-wrapped italic text inside table cells
- Add missing OpenCode row to integrations/README.md table
- Remove (project-scoped) qualifiers from Install Target column (cleaner)
2026-03-08 21:37:30 +05:30
4shil
1af452f90d
Remove generated integration files, add to .gitignore
...
The 250+ generated files in integrations/ were adding repo bloat and would
cause merge conflicts when agents change. Run scripts/convert.sh to
regenerate them locally.
What's committed:
- scripts/convert.sh and scripts/install.sh (the actual value)
- integrations/*/README.md (docs for each tool)
- integrations/README.md (overview)
- .gitignore updated to exclude all generated output dirs
What's excluded (add to .gitignore):
- integrations/antigravity/agency-*/
- integrations/gemini-cli/skills/ + gemini-extension.json
- integrations/opencode/agent/
- integrations/cursor/rules/
- integrations/aider/CONVENTIONS.md
- integrations/windsurf/.windsurfrules
2026-03-08 21:28:26 +05:30
Ashil K Lal
62a7c42d5d
Update integrations/claude-code/README.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-08 20:38:22 +05:30
Ashil K Lal
8657591459
Update integrations/antigravity/agency-senior-project-manager/SKILL.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-08 20:38:05 +05:30
4shil
4f68131a01
feat: add multi-tool integration scripts and converted agent files
...
Adds support for installing The Agency agents across 7 agentic coding
tools via two scripts:
scripts/convert.sh
- Reads all 61 agents and converts them into tool-specific formats
- Supports: Antigravity, Gemini CLI, OpenCode, Cursor, Aider, Windsurf
- Shellcheck-clean, pure bash, no external deps
- Run: ./scripts/convert.sh [--tool <name>]
scripts/install.sh
- Interactive terminal UI with auto-detection of installed tools
- Pre-selects detected tools, toggle by number or bulk commands
- Falls back gracefully in CI / non-interactive mode
- Cross-platform: Linux, macOS (bash 3.2+), Windows Git Bash / WSL
- Run: ./scripts/install.sh [--tool <name>] [--no-interactive]
integrations/ (generated, committed for reference)
- antigravity/ SKILL.md per agent (61 files)
- gemini-cli/ SKILL.md per agent + gemini-extension.json
- opencode/ .md agent files for .opencode/agent/
- cursor/ .mdc rule files for .cursor/rules/
- aider/ single CONVENTIONS.md (all agents combined)
- windsurf/ single .windsurfrules (all agents combined)
- claude-code/ README only (agents copied directly from repo root)
- README.md full usage + tool-specific instructions
README.md
- Added Multi-Tool Integrations section with supported tools table,
quick-start guide, per-tool expandable instructions, and updated
roadmap marking integrations as complete
2026-03-08 20:30:01 +05:30