diff --git a/.gitignore b/.gitignore index 9d3581e..fddd9db 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ gemfiles/.bundle/ .tool-versions /.claude/settings.local.json +/docs/plans/ diff --git a/README.md b/README.md index 0a862f8..c683b2c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Ask DeepWiki Maintainability Code Coverage +
+ Gem Version Ruby Rails

@@ -87,7 +89,7 @@ You can also check the [examples](examples) directory for more simple examples o - ✅ All features explained with working code - ✅ Perfect for developers AND AI coding agents -> **🤖 AI Agents:** Point your coding assistant to [`docs/REFERENCE.md`](docs/REFERENCE.md) for complete API knowledge and patterns. +> **🤖 AI Agents:** Point your coding assistant to [`docs/REFERENCE.md`](docs/REFERENCE.md) for complete API knowledge and patterns, or explore the [AI-Powered Wiki](https://deepwiki.com/solid-process/solid-process) for visual diagrams and interactive Q&A. [**Start Learning →**](docs/REFERENCE.md) @@ -150,7 +152,7 @@ See the [Reference Guide](docs/REFERENCE.md) for detailed explanations, validati > [!TIP] > **[Full Reference →](docs/REFERENCE.md)** — Complete guide covering every feature with detailed examples. > -> _**Perfect for developers and AI coding agents**._ +> **[AI-Powered Wiki →](https://deepwiki.com/solid-process/solid-process)** — Visual diagrams, architecture flows, and interactive Q&A beyond the official docs. **Quick Overview** — Bite-sized guides for each topic: diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md index 01e04ce..ebace92 100644 --- a/docs/REFERENCE.md +++ b/docs/REFERENCE.md @@ -1,4 +1,4 @@ -# Getting Started with Solid::Process +# Solid::Process — Reference Guide This guide teaches everything you need to know about Solid::Process, from basic concepts to advanced patterns. Work through it progressively, or jump to the section you need.