Requested by llm-coding-workflow (issue #14, fleet guidance standardization).
The fleet standard is AGENTS.md as the real file with CLAUDE.md a relative symlink to it, so every agent CLI reads one source. This repo has both as real files, which the normalizer deliberately refuses to touch: merging two hand-written documents is a judgement call, not a mechanical one.
What is needed: decide which content survives, merge into AGENTS.md, then replace CLAUDE.md with ln -s AGENTS.md CLAUDE.md.
bash ~/repos/workflow/llm-coding-workflow/scripts/normalize-agents-md.sh classify .
This is the only remaining BOTH_REAL repo on netcup. 75 of 79 repos here are already on the standard.
Requested by llm-coding-workflow (issue #14, fleet guidance standardization).
The fleet standard is AGENTS.md as the real file with CLAUDE.md a relative symlink to it, so every agent CLI reads one source. This repo has both as real files, which the normalizer deliberately refuses to touch: merging two hand-written documents is a judgement call, not a mechanical one.
What is needed: decide which content survives, merge into AGENTS.md, then replace CLAUDE.md with
ln -s AGENTS.md CLAUDE.md.This is the only remaining BOTH_REAL repo on netcup. 75 of 79 repos here are already on the standard.