docs: rewrite ECC setup guide for v2.0.0

Rewrite ecc-setup-guide.md for ECC v2.0.0: the new `ecc` selective-install
CLI (profiles, auto-update, doctor/repair/plan/catalog/consult), the
skills/ecc + rules/ecc namespaced layout, updated install/model-tier and
Continuous-Learning-v2 sections, and the `--dry-run auto-update` footgun
(it performs a real install). Note 2 of 3 Windows CL-v2 bugs are now fixed
upstream.

Index the guide in README.md and bump the Last updated date.
This commit is contained in:
2026-06-23 11:44:01 +03:00
parent 5a17fe960d
commit 1f8195b420
2 changed files with 189 additions and 159 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
# Claude Code Facts
> Last updated: 2026-06-11
> Last updated: 2026-06-23
A collection of interesting and useful facts, tips, tools, and guides for working with Claude and Claude Code.
@@ -10,6 +10,10 @@ A collection of interesting and useful facts, tips, tools, and guides for workin
MCP servers, skills, and plugins that extend Claude Code — including Context7 (library docs), AST Index, and vex (hybrid code search; summarized here with a link to its full reference).
### [Everything Claude Code (ECC) — Setup Guide](ecc-setup-guide.md)
Step-by-step setup and update guide for ECC (Everything Claude Code) v2.0.0 — clone/install, the `ecc` selective-install CLI (profiles, `auto-update`, `doctor`/`repair`), the `skills/ecc/` namespaced layout, agent model tiers, Continuous Learning v2, and Windows gotchas.
### [Gitea Release Workflow (Minimal)](gitea-release-workflow.md)
Minimal Gitea Actions workflow: push a `v*` tag → create a Gitea release with optional `RELEASE_NOTES.md`. No builds, no artifacts — just a release entry.