Skip to content

Commit 68716d4

Browse files
authored
Adding missing reference to AGENTS.md in article (#593)
1 parent 208d1be commit 68716d4

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/blog/2026/03/release-0.13.0.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ <h2>Why do we need Agents?</h2>
280280
| 5 | **Refactor:** `ExceptionMapper` for persistence failures → 500 `application/problem+json`; empty DB IT → 200 `[]`; invalid JDBC / container stop for 500 shape; external base URL property (no hard-coded URL) | Refactor | | | A1 | Done |
281281
| 6 | **Verify:** `./mvnw clean verify` in **implementation2**; fix failures before M2 | Verify | | milestone | A1 | Done |
282282
</code></pre>
283+
<p><strong>Note:</strong> Remember to have <code>AGENTS.md</code>/<code>CLAUDE.md</code> in your repository to close the loop to verify your development. If you don´t know how to create that file, you can use <code>@200-agents-md</code>.</p>
283284
<p>When the plan is revised and you agree with it, you can invoke the new Agent: <code>/robot-coordinator</code> to implement the full plan or the first milestone.</p>
284285
<p>This agent will review the plan and repository and, depending on the context, it will delegate the coding tasks to a specific agent. Specialized agents are currently available for Pure Java, Spring Boot, Quarkus, and Micronaut.</p>
285286
<p><img src="/cursor-rules-java/images/2026/3/robot-coordinator-example.jpg" alt="" /></p>

docs/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en'>
33
<id>https://jabrena.github.io/cursor-rules-java/</id>
44
<title>Rules, Skills & Agents for Java</title>
5-
<updated>2026-03-30T16:30:40+0200</updated>
5+
<updated>2026-03-30T16:45:25+0200</updated>
66
<link rel="alternate" type="text/html" href="https://jabrena.github.io/cursor-rules-java/" />
77
<link rel='self' type='application/atom+xml' href='https://jabrena.github.io/cursor-rules-java//feed.xml' />
88
<entry>

site-generator/content/blog/2026/03/release-0.13.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ With the plan written to disk as a starting point, you enhance it with `@040-pla
225225
| 6 | **Verify:** `./mvnw clean verify` in **implementation2**; fix failures before M2 | Verify | | milestone | A1 | Done |
226226
```
227227
228+
**Note:** Remember to have `AGENTS.md`/`CLAUDE.md` in your repository to close the loop to verify your development. If you don´t know how to create that file, you can use `@200-agents-md`.
229+
228230
When the plan is revised and you agree with it, you can invoke the new Agent: `/robot-coordinator` to implement the full plan or the first milestone.
229231
230232
This agent will review the plan and repository and, depending on the context, it will delegate the coding tasks to a specific agent. Specialized agents are currently available for Pure Java, Spring Boot, Quarkus, and Micronaut.

0 commit comments

Comments
 (0)