Any Buddy v2.0.0 Adds Preview Feature for Claude Code Buddies

Any Buddy v2.0.0 is now available, featuring a complete refactor that adds a preview capability for testing different buddies before applying them to your Claude code. This release also includes platform-specific fixes and has been tested successfully on Linux, Mac, and Windows systems.
Key Details from the Release
The main new feature in version 2.0.0 is the ability to preview any buddy before applying it to your Claude code. This allows developers to test different configurations without immediately committing changes to their working environment.
The release includes numerous platform-specific fixes that address compatibility issues across different operating systems. According to the source, the tool has had "successful runs on Linux Mac and Windows."
Getting Started
To install and use Any Buddy v2.0.0:
npx any-buddy@latest
The project has gained significant community traction with 160 GitHub stars at the time of the announcement. The tool appears to be gaining popularity among developers working with Claude AI for coding assistance.
For complete release notes and detailed information about all changes in v2.0.0, refer to the GitHub release page linked below.
📖 Read the full source: r/ClaudeAI
👀 See Also

Codebase Memory MCP: Graph-based code exploration for Claude Code
A developer built an MCP server that indexes codebases into a persistent knowledge graph using Tree-sitter and SQLite, reducing token usage by 20x on average for structural queries like call tracing and dead code detection.

A2P: An MCP Server That Enforces Engineering Discipline for AI Coding Agents
A2P (Architect-to-Product) is an AI engineering framework packaged as an MCP server that enforces a gated workflow: Architecture → Plan → Build → Audit → Security → Deploy, with each feature slice requiring RED → GREEN → REFACTOR → SAST → DONE progression.

Stanford Researchers Release OpenJarvis: A Local-First Framework for On-Device AI Agents
Stanford researchers have released OpenJarvis, a local-first framework for building on-device personal AI agents with tools, memory, and learning capabilities. The project includes GitHub repository and website links for developers to explore.

AGENTS.md Schema for LLM-Compiled Knowledge Bases with Learning Layer
AGENTS.md v1.0 provides a schema standard for Claude to build and maintain personal research wikis from raw sources, including a spaced repetition learning layer with automatic flashcard generation and knowledge gap tracking.