Skip to content

Conversation

@jcfischer
Copy link

@jcfischer jcfischer commented Jan 17, 2026

Summary

  • Adds 22 tools that exist in Releases/v2.3/.claude/skills/CORE/Tools/ but are missing from the pai-core-install Pack
  • These tools are documented and referenced in MEMORYSYSTEM.md but weren't shipped in the Pack
  • Installations using the Pack system were missing these tools

Tools Added

Learning & Analytics:

  • LearningPatternSynthesis.ts - Aggregate ratings into actionable patterns
  • SessionHarvester.ts - Extract learnings from session transcripts
  • ActivityParser.ts - Parse session activity for documentation

Transcript Processing:

  • TranscriptParser.ts - Parse session transcripts
  • ExtractTranscript.ts - Extract transcript content
  • GetTranscript.ts - Retrieve transcripts
  • SplitAndTranscribe.ts - Split and transcribe audio

Banner/Display:

  • Banner.ts + 5 variants (Matrix, Neofetch, Prototypes, Retro, Tokyo)
  • PAILogo.ts, NeofetchBanner.ts

Utilities:

  • pai.ts - Main PAI CLI utility
  • SecretScan.ts - Security scanning
  • GenerateSkillIndex.ts, LoadSkillConfig.ts, SkillSearch.ts
  • AddBg.ts, RemoveBg.ts - Background utilities
  • YouTubeApi.ts - YouTube integration

Test plan

  • Verify tools are copied during Pack installation
  • Verify bun run LearningPatternSynthesis.ts --help works
  • Verify bun run SessionHarvester.ts --help works

🤖 Generated with Claude Code

jcfischer and others added 2 commits January 17, 2026 08:48
These 22 tools exist in Releases/v2.3/.claude but were missing from
the pai-core-install Pack. This caused installations using the Pack
system to be missing tools that MEMORYSYSTEM.md documents and references.

Tools added:
- ActivityParser.ts - Parse session activity for documentation
- LearningPatternSynthesis.ts - Aggregate ratings into patterns
- SessionHarvester.ts - Extract learnings from transcripts
- TranscriptParser.ts - Parse session transcripts
- Banner*.ts (6 variants) - Terminal banner displays
- pai.ts - Main PAI CLI utility
- SecretScan.ts - Security scanning
- And 10 more utility tools

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Filter out null/invalid ratings to prevent NaN average calculation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant