dcapwell commented on code in PR #4734:
URL: https://github.com/apache/cassandra/pull/4734#discussion_r3074229533


##########
AGENTS.md:
##########
@@ -0,0 +1,79 @@
+# Agent Instructions for Apache Cassandra
+
+> These instructions apply to all AI-assisted contributions to 
`apache/cassandra`.
+
+## Apache Cassandra
+Apache Cassandra is a NoSQL distributed database. This is the official Git 
repository
+
+## Environment
+
+- Java 11 (default) or 17.
+- Python 3 for `cqlsh` and dtests.
+- Apache Ant >= 1.10 for all builds. Do NOT attempt to use Maven, Gradle, or 
any other build tool. Cassandra uses Ant exclusively.
+- Do NOT attempt to install dependencies, you do not have Internet access
+
+## Build
+
+```bash
+ant build                # compile all classes (includes Accord submodule)
+ant jar                  # build the main JAR
+ant clean                # remove locally created artifacts
+ant realclean            # remove entire build directory and downloaded 
artifacts
+```

Review Comment:
   not a blocker for this PR at all, but i find its best to not let the harnest 
know / touch `ant` as its wasteful for tokens.  Locally I have 2 scripts
   
   ```
   ai-ci-test <test> -- runs the test and strips the output so its "success" 
*or* the failing task
   ai-build -- `ant clean && ant build` but strips the output so its "success" 
or the failing task
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to