From 93f9d515136ea11f41e484d54110dc2abe9237dc Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Thu, 26 Mar 2026 14:57:37 +0100 Subject: [PATCH] fix(ci): Add missing cSpell words and README sections for CI compliance - Add 31 technical terms to cSpell dictionary (ultrathink, agentic, pyright, etc.) - Add Table of Contents section to README.md - Add Contributing section to README.md --- .cspell.json | 30 +++++++++++++++++++++++++++++- README.md | 18 ++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index d3ec796..b7fb1b7 100644 --- a/.cspell.json +++ b/.cspell.json @@ -216,7 +216,35 @@ "VikalpP", "sandboxed", "Sandboxing", - "pycache" + "pycache", + "inlines", + "pyproject", + "Spawnable", + "spawnable", + "agentic", + "Ghostty", + "Backgrounding", + "AUTOCOMPACT", + "reconnections", + "CLAUDEAI", + "blocklist", + "Blocklist", + "mcporter", + "SESSIONEND", + "tiktoken", + "gopls", + "pyright", + "langserver", + "rustup", + "Lockdown", + "Checkpointing", + "opusplan", + "ultrathink", + "spacebar", + "MSIX", + "NONSTREAMING", + "startswith", + "unparse" ], "ignoreWords": [ "luongnv89", diff --git a/README.md b/README.md index e150447..35b6f49 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,20 @@ Go from typing `claude` to orchestrating agents, hooks, skills, and MCP servers --- +## Table of Contents + +- [The Problem](#the-problem) +- [How Claude How To Fixes This](#how-claude-how-to-fixes-this) +- [How It Works](#how-it-works) +- [Not Sure Where to Start?](#-not-sure-where-to-start) +- [Get Started in 15 Minutes](#-get-started-in-15-minutes) +- [What Can You Build With This?](#what-can-you-build-with-this) +- [FAQ](#faq) +- [Contributing](#contributing) +- [License](#license) + +--- + ## The Problem You installed Claude Code. You ran a few prompts. Now what? @@ -835,6 +849,10 @@ Quick start: --- +## Contributing + +We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on how to get started. + ## Contributors Thanks to everyone who has contributed to this project!