Skip to content

mpimedia/optimus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

279 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimus

A Ruby on Rails application template and reference implementation for the MPI Media ecosystem.

Getting Started

  • New to the project? Start with the Human Collaborator Guide — covers your role, the development workflow, commands, what to review, and environment setup.
  • Looking for infrastructure details? See the MPI Infrastructure Guide — the full reference for repositories, AC configuration, CI/CD, quality tooling, and standards sync.

Cross-Repository Context Setup (Optional)

This repository is part of a multi-repo ecosystem (avails, sfa, garden, harvest, optimus). To enable Claude Code to seamlessly reference and work with code across all related repositories:

  1. Create .claude/projects.local.json in the project root (this file is gitignored):
{
  "local_paths": {
    "avails": "/path/to/your/avails_server",
    "sfa": "/path/to/your/wpa_film_library",
    "garden": "/path/to/your/garden",
    "harvest": "/path/to/your/harvest",
    "optimus": "/path/to/your/optimus"
  }
}
  1. Replace each path with your actual local directory paths

Benefits:

  • Claude Code can reference patterns from other repos (e.g., "how does avails handle authorization?")
  • Enable cross-repo code replication and consistency
  • Faster file access compared to fetching from GitHub

Note: This is optional. If you don't create this file, Claude Code can still work using the GitHub URLs defined in .claude/projects.json.

Credentials

Dependency Management

System Permissions

Notification System

About

Ruby on Rails Application Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5