toga-ai 1.0.20 → 1.0.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toga-ai",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "TOGA Technology Team Claude Knowledge System — shared AI coding harness with skills, knowledge base CLI, and project installer for Claude Code.",
5
5
  "keywords": [
6
6
  "claude",
@@ -533,9 +533,6 @@ function main() {
533
533
  } else if (pullResult.message !== 'already up to date') {
534
534
  gitUpdateLine = 'git update: ' + pullResult.message;
535
535
  }
536
- } else if (isValidClone(repoDir)) {
537
- // Pull failed but repo exists — use cached knowledge only
538
- knowledgeDir = repoDir;
539
536
  }
540
537
  }
541
538
  }