Skip to content

synapt-dev/codi-gripspace

codi-gripspace

License: MIT gitgrip

Multi-repository workspace for Codi, the AI coding wingman. Managed by gitgrip.

What's in this workspace

Repo Language Description
codi TypeScript AI coding wingman CLI (main)
codi-rs Rust Rust port of codi
gitgrip Rust Multi-repo workflow tool
opencode TypeScript Reference: TUI patterns
aider Python Reference: AI pair programming
codex TypeScript + Rust Reference: Rust patterns

Quick Start

# Install gitgrip
brew install laynepenney/tap/gitgrip
# or: cargo install gitgrip

# Initialize workspace
gr init https://github.com/laynepenney/codi-gripspace.git
cd codi-gripspace

# Set up environment
source ./envsetup.sh

# Build everything
gr run build-all

Available Scripts

gr run --list         # List all scripts
gr run build-ts       # Build codi (TypeScript)
gr run build-rs       # Build codi (Rust)
gr run build-gr       # Build gitgrip
gr run build-all      # Build everything
gr run test-all       # Run all tests

Development Workflow

gr sync                              # Pull latest
gr branch feat/my-feature            # Branch across all repos
# ... make changes ...
gr add . && gr commit -m "feat: x"   # Commit across repos
gr pr create -t "feat: x" --push     # Create linked PRs

See CODI.md for full workspace documentation.

AI Tool Integration

This workspace includes skill files for multiple AI coding tools:

  • Claude Code: .claude/skills/ (synced via linkfile from repos)
  • OpenCode: .opencode/skill/ (in manifest)
  • Codex: .codex/skills/ (in manifest)

Contributing

This is a workspace manifest repository. For contributions to individual projects, see their respective repos:

For workspace changes (manifest, documentation, skill files):

  1. Fork this repository
  2. Create a branch: git checkout -b feat/your-change
  3. Make changes
  4. Submit a PR

See CONTRIBUTING.md for more details.

License

This workspace is licensed under the MIT License.

Individual projects in this workspace have their own licenses:

  • codi: AGPL-3.0 or Commercial
  • codi-rs: AGPL-3.0 or Commercial
  • gitgrip: MIT

Support

Security

For security issues, please email security@layne.pro instead of using the public issue tracker.

See SECURITY.md for more details.

About

Codi + gitgrip multi-repo workspace - showcases gitgrip for AI coding wingman development

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages