From 51d3c842b4dc9e3afbabe7d228a834933c93d9e5 Mon Sep 17 00:00:00 2001 From: Rodrigo Serradura Date: Thu, 29 Jan 2026 10:06:51 -0300 Subject: [PATCH 1/4] Rename REFERENCE.md title to align with README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README references this document as "Reference Guide" / "Full Reference", but the h1 was "Getting Started with Solid::Process" — a mismatch for an 1850-line comprehensive guide. Update to "Solid::Process — Reference Guide". --- docs/REFERENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 917a210aa89a1dedd7964f8907cd8b6ed78ce9c2 Mon Sep 17 00:00:00 2001 From: Rodrigo Serradura Date: Thu, 29 Jan 2026 10:07:11 -0300 Subject: [PATCH 2/4] Ignore docs/plans/ directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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/ From 820bdcf44f58dc057a05bed3cfc3fdef8dad9117 Mon Sep 17 00:00:00 2001 From: Rodrigo Serradura Date: Thu, 29 Jan 2026 10:07:15 -0300 Subject: [PATCH 3/4] Add gem version badge and replace tip with DeepWiki link Add a Gem Version badge from badge.fury.io and replace the "Perfect for developers and AI coding agents" tip with a link to the AI-Powered Wiki on DeepWiki. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a862f8..6465f15 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Ask DeepWiki Maintainability Code Coverage +
+ Gem Version Ruby Rails

@@ -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: From 3c32db2232f1b549ff5a5ffa832bd84146f7eed7 Mon Sep 17 00:00:00 2001 From: Rodrigo Serradura Date: Thu, 29 Jan 2026 10:08:47 -0300 Subject: [PATCH 4/4] Add DeepWiki link to Getting Started AI Agents callout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6465f15..c683b2c 100644 --- a/README.md +++ b/README.md @@ -89,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)