mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
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
This commit is contained in:
+29
-1
@@ -216,7 +216,35 @@
|
|||||||
"VikalpP",
|
"VikalpP",
|
||||||
"sandboxed",
|
"sandboxed",
|
||||||
"Sandboxing",
|
"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": [
|
"ignoreWords": [
|
||||||
"luongnv89",
|
"luongnv89",
|
||||||
|
|||||||
@@ -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
|
## The Problem
|
||||||
|
|
||||||
You installed Claude Code. You ran a few prompts. Now what?
|
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
|
## Contributors
|
||||||
|
|
||||||
Thanks to everyone who has contributed to this project!
|
Thanks to everyone who has contributed to this project!
|
||||||
|
|||||||
Reference in New Issue
Block a user