@maccesar/titools 2.0.0 → 2.0.1

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 +13 -40
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -51,16 +51,6 @@ titools --version
51
51
 
52
52
  ---
53
53
 
54
- ### Legacy Bash Installer
55
-
56
- **Note:** The bash installer (`install.sh`) is maintained for backward compatibility but NPM installation is recommended.
57
-
58
- ```bash
59
- curl -fsSL https://raw.githubusercontent.com/macCesar/titools/main/legacy/install.sh | bash
60
- ```
61
-
62
- ---
63
-
64
54
  ## Usage
65
55
 
66
56
  ### titools install
@@ -70,35 +60,6 @@ Installs Titanium skills and agents globally:
70
60
  - ✅ ti-researcher agent
71
61
  - ✅ AGENTS-TEMPLATE.md (template for documentation generation)
72
62
 
73
- ### One-Line Install (same as Option 2)
74
-
75
- ```bash
76
- curl -fsSL https://raw.githubusercontent.com/macCesar/titools/main/legacy/install.sh | bash
77
- ```
78
-
79
- Auto-detects installed LLMs and creates a centralized installation with symlinks to detected platforms:
80
-
81
- ```
82
- Titanium SDK Skills Installer
83
-
84
- ✓ Claude Code detected
85
- ✓ Gemini CLI detected
86
- ✓ Codex CLI detected
87
-
88
- This installer:
89
- 1. Installs skills to ~/.agents/skills/ (central location)
90
- 2. Installs agents to ~/.claude/agents/ (Claude Code)
91
- 3. Creates symlinks in detected AI CLI directories
92
-
93
- Select platform to install:
94
-
95
- a) All detected platforms
96
- 1) Claude Code only
97
- 2) Gemini CLI only
98
- 3) Codex CLI only
99
- q) Quit
100
- ```
101
-
102
63
  ### Using npx skills (Skills Only)
103
64
 
104
65
  You can also install **only the skills** using the `skills` CLI:
@@ -780,7 +741,7 @@ If the command is not found:
780
741
  **Bash installation:**
781
742
  1. Verify full installation was used (not `npx skills add`)
782
743
  2. Check if command exists: `which ti-docs-index`
783
- 3. Re-run installer: `curl -fsSL https://raw.githubusercontent.com/macCesar/titools/main/legacy/install.sh | bash`
744
+ 3. Re-run installer: `curl -fsSL https://raw.githubusercontent.com/macCesar/titools/main/install.sh | bash`
784
745
 
785
746
  ### Version Mismatch Warning?
786
747
 
@@ -847,6 +808,18 @@ rm -f /path/to/your/project/GEMINI.md
847
808
 
848
809
  ---
849
810
 
811
+ ## Legacy Installation (Not Recommended)
812
+
813
+ The bash installer is maintained for backward compatibility but **NPM installation is strongly recommended**.
814
+
815
+ ```bash
816
+ curl -fsSL https://raw.githubusercontent.com/macCesar/titools/main/install.sh | bash
817
+ ```
818
+
819
+ Use this only if you cannot use NPM for any reason.
820
+
821
+ ---
822
+
850
823
  ## Credits
851
824
 
852
825
  Created by **César Estrada** ([@macCesar](https://github.com/macCesar)), creator of [PurgeTSS](https://github.com/macCesar/purgeTSS).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maccesar/titools",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Titanium SDK skills and agents for AI coding assistants (Claude Code, Gemini CLI, Codex CLI)",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",
@@ -47,7 +47,7 @@
47
47
  "inquirer": "^9.2.0",
48
48
  "node-fetch": "^3.3.0",
49
49
  "ora": "^8.0.0",
50
- "tar": "^6.2.0"
50
+ "tar": "^7.4.3"
51
51
  },
52
52
  "devDependencies": {
53
53
  "eslint": "^8.57.0",