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.
- package/README.md +6 -6
- 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](
|
|
40
|
-
| **Know how to code?** | [Skip Manual - Start](
|
|
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](
|
|
385
|
-
- **[Skip Manual - Start](
|
|
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](
|
|
390
|
-
- **[Troubleshooting](
|
|
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)
|