← Back to context

Comment by orlp

11 hours ago

If you want this it's trivial to add an AGENTS.md that simply says "if you're Claude read CLAUDE.md, if you're Astra read ASTRA.md". A common entry point is good regardless.

This wastes both tokens and turns. But yes it's probably the best option we have today.

  • Wasting turns? That is silly, use a better harness. Also token usage can mitigated by incremental discovery instead of stuck 5k+ worth of tokens in the AGENT/Claude md file.

    • Every turn means more tokens in ways that are not obvious to most people and lead to tons of unnecessary cache reads.

      No harness can batch your agents.md read with the reads the contents of the file tell it to read.