JosiahWI opened a new pull request, #13451: URL: https://github.com/apache/trafficserver/pull/13451
There are three parts to this change: ### Removal of build instructions from CLAUDE.md This is to save context and prevent inaccuracies due to conflicting instructions. ### New ads-build skill The new skill is designed to cover everything that CLAUDE.md previously covered. It has two significant differences: - It instructs Claude to look for an "ats-dev" Docker container to build in - It instructs Claude to use a build directory name based on the current branch ### New Claude hook The hook is a shell script that blocks Claude from running CMake, CTest, AuTest, or Clang-Format without using the ats-build skill. This prevents Claude from ignoring the skill and wasting tokens trying to build incorrectly, which it loves to do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
