Add Spring AI Recipe news, MCP JDWP Java, and fix kyo-ai link - #95
Merged
Conversation
Governance review: added two Craig Walls "Spring AI Recipe" posts (LangGraph4j workflow, RAG metadata filtering) to News, added the MCP JDWP Java debugger-control MCP server, and updated the kyo-ai entry to point at its new home in the getkyo/kyo monorepo (moved there as of Kyo 1.0.0-RC5). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KGxGoBPE1fsbqEfaAM6ShX
Governance review per CONTRIBUTING.md — researched Java/JVM AI ecosystem activity since yesterday's review and added verified items: - News: LangChain4j 1.19.0 release (Aug 14), Ana-Maria Mihalceanu's inside.java piece on migrating Java MCP servers across spec versions (Aug 12), and Spring AI AgentCore 2.1.0 - People: Victor Rentea (Java Champion), independent trainer running an "Agentic Engineering" workshop for Java teams Updated sitemap.xml lastmod to today. All links verified via direct fetch. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EXkhymU79dwC8YFU5dXfhw
Owner
Author
|
Pushed another round of governance-review updates on top of the previous commit:
All links verified via direct fetch. Spot-checked ~10 existing links for staleness — all still live; no abandonment issues found this round. While reviewing, I also looked at the other two open PRs against
Generated by Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Governance review per
CONTRIBUTING.md— researched recent Java/JVM AI ecosystem activity and made the following verified additions/fixes toSPEC.mdandindex.html:kyo-ai's standalone repo went stale — the module moved into the maingetkyo/kyomonorepo as of Kyo 1.0.0-RC5 (July 2026), alongside a newkyo-mcpmodule. Updated the link and description (including the JSON-LDItemListentry) to point at the current location rather than removing an actively-developed project.All items were verified by fetching the source pages directly (per
AGENTS.md's "never infer page contents from a URL" rule) before inclusion.SPEC.mdwas updated first, thenindex.htmlregenerated to match, per the site's spec-driven process.Test plan
SPEC.mdandindex.htmlstay in sync (badge classes, card structure match existing entries)index.htmlstill starts with<!DOCTYPE html>and is well-formedGenerated by Claude Code