Two files, one repository
aaddrick/attention-control ships 4 formats across 4 indexed files. The question worth asking is whether the second one says anything the first does not.
| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 13 | 0 | 0 | 100% |
| Commands | 9 | 0 | 0 | 100% |
| Section tags | 8 | 0 | 0 | 100% |
What each file covers
Sections
13 shared · 0 only in A · 0 only in B- Working in this repository
- The one rule that breaks the build
- Which file your tool reads
- Write in the style you are editing
- Verify every claim about a harness
- Documentation parity
- Gates
- The hero card
- Evaluations
- Filing a finished run
- The isolation prompt
- Git
- Layout
Commands
9 shared · 0 only in A · 0 only in B- python3 scripts/sync_style.py
- python3 scripts/sync_style.py --check
- python3 scripts/check_configs.py
- python3 scripts/run_evals.py validate
- python3 -m unittest discover -s tests -v
- python3 scripts/ledger.py index
- python3 scripts/make_card.py
- python3 scripts/ledger.py freeze
- git log
Section tags
8 shared · 0 only in A · 0 only in B- build
- code-style
- architecture
- git-pr
- database
- do-not
- agent-behaviour
- docs
Line diff
aaddrick/attention-control · AGENTS.md
@@ −1 @@
1# Working in this repository
2
3<!-- Generated by scripts/sync_style.py from CLAUDE.md. Do not edit this file. -->
4
5This repository ships one output style to seven coding agents. One file is
6canonical. Everything else is generated from it or checked against it.
7
aaddrick/attention-control · CLAUDE.md
@@ +1 @@
1# Working in this repository
2
3This repository ships one output style to seven coding agents. One file is
4canonical. Everything else is generated from it or checked against it.
5
@@ −1 +1 @@
11 # Working in this repository
22
3−<!-- Generated by scripts/sync_style.py from CLAUDE.md. Do not edit this file. -->
4−
53 This repository ships one output style to seven coding agents. One file is
64 canonical. Everything else is generated from it or checked against it.
75
