tlc-claude-code 1.2.16 → 1.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +18 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,15 @@ No manual testing. No "does this work?" No vibes.
32
32
 
33
33
  ---
34
34
 
35
+ ## Start Here
36
+
37
+ | Your Experience | Start With |
38
+ |-----------------|------------|
39
+ | **Never coded before?** | [Noob Guide](https://github.com/jurgencalleja/TLC/wiki/noob) — Complete setup from zero |
40
+ | **Know how to code?** | [Skip Manual - Start](https://github.com/jurgencalleja/TLC/wiki/skip-manual-start) — 30-second setup |
41
+
42
+ ---
43
+
35
44
  ## Quick Start
36
45
 
37
46
  ### New Project
@@ -371,8 +380,16 @@ helm install tlc tlc/tlc-server \
371
380
 
372
381
  ## Documentation
373
382
 
374
- - **[Getting Started Guide](docs/getting-started-guide.md)** — New to coding? Start here!
383
+ ### Getting Started
384
+ - **[Noob Guide](https://github.com/jurgencalleja/TLC/wiki/noob)** — Never coded before? Complete setup from zero
385
+ - **[Skip Manual - Start](https://github.com/jurgencalleja/TLC/wiki/skip-manual-start)** — Know how to code? 30-second setup
386
+
387
+ ### Reference
375
388
  - **[Help / All Commands](help.md)** — Complete command reference
389
+ - **[Configuration](https://github.com/jurgencalleja/TLC/wiki/configuration)** — `.tlc.json` options
390
+ - **[Troubleshooting](https://github.com/jurgencalleja/TLC/wiki/troubleshooting)** — Common issues and fixes
391
+
392
+ ### Guides
376
393
  - **[Team Workflow](docs/team-workflow.md)** — Guide for teams (engineers + PO + QA)
377
394
  - **[Dev Server](docs/devserver.md)** — Deploy on Ubuntu server
378
395
  - **[Kubernetes Deployment](docs/kubernetes-deployment.md)** — Deploy on K8s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tlc-claude-code",
3
- "version": "1.2.16",
3
+ "version": "1.2.18",
4
4
  "description": "TLC - Test Led Coding for Claude Code",
5
5
  "bin": {
6
6
  "tlc": "./bin/tlc.js",