@maccesar/titools 2.0.3 → 2.0.5

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.
@@ -101,7 +101,7 @@ The generated file contains:
101
101
  Example output:
102
102
 
103
103
  ```html
104
- <!-- TITANIUM-KNOWLEDGE-v2.0.0 -->
104
+ <!-- TITANIUM-KNOWLEDGE-v2.0.5 -->
105
105
  <!--
106
106
  Titanium SDK Knowledge Index
107
107
  Generated by titools -->
package/README.md CHANGED
@@ -60,22 +60,11 @@ Installs Titanium skills and agents globally:
60
60
  - ✅ ti-researcher agent
61
61
  - ✅ AGENTS-TEMPLATE.md (template for documentation generation)
62
62
 
63
- ### Using npx skills (Skills Only)
64
-
65
- You can also install **only the skills** using the `skills` CLI:
66
-
67
- ```bash
68
- npx skills add macCesar/titools
69
- ```
70
-
71
- **Note:** This installs only skills (no agents, no `titools agents` command). For the complete experience, use the full NPM installation above.
72
-
73
63
  ### Verify Installation
74
64
 
75
65
  **Check titools version:**
76
66
  ```bash
77
67
  titools --version
78
- # Should show: v2.0.0
79
68
  ```
80
69
 
81
70
  **Check central location:**
@@ -170,7 +159,6 @@ The `titools agents` command will:
170
159
 
171
160
  ```
172
161
  [Titanium SDK Docs Index]|root: ~/.agents/skills
173
- |IMPORTANT: Prefer retrieval-led reasoning over pre-training-led reasoning
174
162
  |alloy-expert/references:{alloy-structure.md,anti-patterns.md,...}
175
163
  |purgetss/references:{animation-system.md,class-index.md,...}
176
164
  |ti-ui/references:{layouts-and-positioning.md,listviews-and-performance.md,...}
@@ -720,76 +708,50 @@ Ask the AI to:
720
708
 
721
709
  ---
722
710
 
723
- ## AGENTS.md Troubleshooting
724
-
725
- ### AGENTS.md Not Working?
726
-
727
- If your AI assistant doesn't seem to use the AGENTS.md information:
728
- 1. Verify AGENTS.md exists in your project root
729
- 2. Check that your AI assistant supports AGENTS.md (Claude Code does)
730
- 3. Try explicitly referencing it: "Check the AGENTS.md documentation for this"
711
+ ## Troubleshooting
731
712
 
732
- ### ti-docs-index / titools agents Command Not Found?
713
+ ### titools command not found?
733
714
 
734
715
  If the command is not found:
716
+ ```bash
717
+ # Verify installation
718
+ npm list -g @maccesar/titools
719
+
720
+ # Re-install
721
+ npm install -g @maccesar/titools
722
+ ```
735
723
 
736
- **NPM installation:**
737
- 1. Verify NPM installation: `npm list -g @maccesar/titanium-skills`
738
- 2. Check if command exists: `which titools`
739
- 3. Re-run: `npm install -g @maccesar/titanium-skills`
724
+ ### AGENTS.md not working?
740
725
 
741
- **Bash installation:**
742
- 1. Verify full installation was used (not `npx skills add`)
743
- 2. Check if command exists: `which ti-docs-index`
744
- 3. Re-run installer: `curl -fsSL https://raw.githubusercontent.com/macCesar/titools/main/install.sh | bash`
726
+ If your AI doesn't use the AGENTS.md information:
727
+ 1. Verify AGENTS.md/CLAUDE.md exists in your project root
728
+ 2. Check that your AI supports these files (Claude Code does)
729
+ 3. Try explicitly referencing: "Check the AGENTS.md documentation"
745
730
 
746
- ### Version Mismatch Warning?
731
+ ### Version mismatch warning?
747
732
 
748
- If you see a version mismatch warning:
749
- 1. Check your Titanium SDK version: `grep -A 1 "<sdk-version>" tiapp.xml`
750
- 2. AGENTS.md is based on the latest documentation
751
- 3. Be cautious when using newer APIs in older projects
752
- 4. Consult official docs for your version: https://titaniumsdk.com/guide
733
+ AGENTS.md is based on the latest documentation. Be cautious when using newer APIs in older projects.
753
734
 
754
735
  ---
755
736
 
756
737
  ## Uninstall
757
738
 
758
739
  ```bash
740
+ # Remove the CLI
759
741
  npm uninstall -g @maccesar/titools
760
- ```
761
-
762
- Then manually remove the installed files:
763
-
764
- ```bash
765
- # Remove skill symlinks from all platforms
766
- rm -rf ~/.claude/skills/{alloy-expert,purgetss,ti-ui,ti-howtos,ti-guides,alloy-guides,alloy-howtos}
767
- rm -rf ~/.gemini/skills/{alloy-expert,purgetss,ti-ui,ti-howtos,ti-guides,alloy-guides,alloy-howtos}
768
- rm -rf ~/.codex/skills/{alloy-expert,purgetss,ti-ui,ti-howtos,ti-guides,alloy-guides,alloy-howtos}
769
-
770
- # Remove agent from Claude Code
771
- rm -f ~/.claude/agents/ti-researcher.md
772
742
 
773
- # Remove Titanium SDK skills from central directory
774
- rm -rf ~/.agents/skills
743
+ # Remove skills and agents
744
+ titools uninstall
775
745
  ```
776
746
 
777
- **Note:** AGENTS.md/CLAUDE.md/GEMINI.md files in your projects are NOT removed automatically. To remove them from a specific project:
747
+ **Note:** AGENTS.md/CLAUDE.md/GEMINI.md files in your projects are NOT removed. To remove them manually:
778
748
 
779
749
  ```bash
780
750
  rm -f /path/to/your/project/AGENTS.md
781
751
  rm -f /path/to/your/project/CLAUDE.md
782
752
  rm -f /path/to/your/project/GEMINI.md
783
753
  ```
784
- ```
785
754
 
786
- **Note:** AGENTS.md/CLAUDE.md/GEMINI.md files in your projects are NOT removed automatically. To remove them from a specific project:
787
-
788
- ```bash
789
- rm -f /path/to/your/project/AGENTS.md
790
- rm -f /path/to/your/project/CLAUDE.md
791
- rm -f /path/to/your/project/GEMINI.md
792
- ```
793
755
 
794
756
  ---
795
757
 
package/lib/utils.js CHANGED
@@ -86,7 +86,6 @@ export function buildKnowledgeIndex() {
86
86
  return '### Compressed Documentation Index\n\n' +
87
87
  '\u0060\u0060\u0060\n' +
88
88
  '[Titanium SDK Docs Index]|root: ~/.agents/skills\n' +
89
- '|IMPORTANT: Prefer retrieval-led reasoning over pre-training-led reasoning when working with Titanium SDK. Always consult the documentation files below rather than relying on training data, which may be outdated.\n' +
90
89
  '|' + indexEntries.join('\n|') + '\n' +
91
90
  '\u0060\u0060\u0060';
92
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maccesar/titools",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
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",