tlc-claude-code 1.2.17 → 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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,8 +36,8 @@ No manual testing. No "does this work?" No vibes.
36
36
 
37
37
  | Your Experience | Start With |
38
38
  |-----------------|------------|
39
- | **Never coded before?** | [Noob Guide](docs/wiki/noob.md) — Complete setup from zero |
40
- | **Know how to code?** | [Skip Manual - Start](docs/wiki/skip-manual-start.md) — 30-second setup |
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
41
 
42
42
  ---
43
43
 
@@ -381,13 +381,13 @@ helm install tlc tlc/tlc-server \
381
381
  ## Documentation
382
382
 
383
383
  ### Getting Started
384
- - **[Noob Guide](docs/wiki/noob.md)** — Never coded before? Complete setup from zero
385
- - **[Skip Manual - Start](docs/wiki/skip-manual-start.md)** — Know how to code? 30-second setup
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
386
 
387
387
  ### Reference
388
388
  - **[Help / All Commands](help.md)** — Complete command reference
389
- - **[Configuration](docs/wiki/configuration.md)** — `.tlc.json` options
390
- - **[Troubleshooting](docs/wiki/troubleshooting.md)** — Common issues and fixes
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
391
 
392
392
  ### Guides
393
393
  - **[Team Workflow](docs/team-workflow.md)** — Guide for teams (engineers + PO + QA)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tlc-claude-code",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "TLC - Test Led Coding for Claude Code",
5
5
  "bin": {
6
6
  "tlc": "./bin/tlc.js",