Two files, one repository
akodkod/operandi ships 2 formats across 2 indexed files. The question worth asking is whether the second one says anything the first does not.
CompareAGENTS.md ↔ CLAUDE.md
| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 21 | 1 | 1 | 91% |
| Commands | 6 | 0 | 0 | 100% |
| Section tags | 7 | 0 | 1 | 88% |
What each file covers
Sections
21 shared · 1 only in A · 1 only in B- − AGENTS.md
- + CLAUDE.md
- About Operandi
- Development Commands
- Testing
- Run all tests
- Run specific test file
- Run with coverage (uses SimpleCov)
- Linting
- Run RuboCop linter
- Auto-fix RuboCop issues
- Build and Release
- Build gem
- Default task (runs tests)
- Architecture
- Core Components
- Service DSL
- Service Execution
- Error Handling
- Testing Patterns
- Configuration
- RuboCop Rules
- Database Support
Commands
6 shared · 0 only in A · 0 only in B- bundle exec rspec
- bundle exec rspec spec/path/to/file_spec.rb
- bundle exec rubocop
- bundle exec rubocop -a
- bundle exec rake build
- bundle exec rake
Section tags
7 shared · 0 only in A · 1 only in B- + agent-behaviour
- build
- test
- code-style
- testing-strategy
- database
- deployment
- do-not
Line diff
akodkod/operandi · AGENTS.md
@@ −1 @@
1# AGENTS.md
2
3This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
4
5## About Operandi
6
akodkod/operandi · CLAUDE.md
@@ +1 @@
1# CLAUDE.md
2
3This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
5## About Operandi
6
@@ −1 +1 @@
1−# AGENTS.md
1+# CLAUDE.md
22
3−This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
3+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
44
55 ## About Operandi
66
