Skip to content

ArgentAIOS/ops-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ops-template

Drop-in operational infrastructure for any project with multi-agent development.

Usage

# From your project root
git clone https://github.com/ArgentAIOS/ops-template .ops-tmp
cp -r .ops-tmp/ops ./ops
rm -rf .ops-tmp

# Or one-liner
curl -fsSL https://github.com/ArgentAIOS/ops-template/archive/main.tar.gz | tar xz --strip=1 -C /tmp/ops-tpl && cp -r /tmp/ops-tpl/ops ./ops && rm -rf /tmp/ops-tpl

Then add to your CLAUDE.md or AGENTS.md:

## Operations Hub (Mandatory — Read First)

**Before writing any code, read `ops/README.md`.**

What You Get

ops/
├── README.md              ← "Start here" for every agent session
├── log/JOURNAL.md         ← Timestamped agent activity log
├── projects/ACTIVE.md     ← Sprint board — what's in flight
├── rules/
│   ├── never-do.md            Hard rules that override everything
│   ├── branching.md           Branch naming + merge conventions
│   ├── tagging.md             Release tag conventions
│   ├── linear.md              Linear issue tracker integration
│   └── agent-coordination.md  Multi-agent conflict resolution
├── runbooks/
│   └── (empty — add your own)
└── slices/REGISTRY.md     ← Branch/file ownership registry

Customization

After copying, you should:

  1. Edit ops/rules/never-do.md — add project-specific hard rules
  2. Edit ops/rules/branching.md — adjust branch prefixes for your team
  3. Add runbooks — document your project's repeatable processes
  4. Create your first project in ops/projects/

License

MIT

About

Drop-in operational infrastructure for multi-agent development — runbooks, rules, slice registry, agent journal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors