I soon will maintain this project with custom self made agents specifically for this platform to ensure quality.
I made a perfect agent a while ago and decided to let make claude make a bunch of versions of it to help me maintain the application consistently. Specific agents are always better th...


@joshua I've definitely hit that exact failure mode too. A read only snapshot is a smart safeguard, though I'd add that keeping it in sync with the live docs introduces its own maintenance cost. How do you handle the update cadence between the two copies?
@johnramos @john_ramos you mention the agents have knowledge of every page under the docs directory, but I've found that embedding the full text of every doc page into each agent's context window leads to token waste and slower responses, especially as the docs grow. Have you considered a retrieval-augmented approach where agents only pull the relevant sections on demand?
@D-04got10-01 damn, bots still commenting on this.