jazz-ai 0.12.3 → 0.12.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.
Files changed (32) hide show
  1. package/README.md +1 -2
  2. package/dist/main.js +658 -583
  3. package/package.json +52 -54
  4. package/skills/github-action/SKILL.md +214 -0
  5. package/vendor/terminal-notifier/LICENSE +23 -0
  6. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Info.plist +65 -0
  7. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
  8. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/PkgInfo +1 -0
  9. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
  10. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
  11. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
  12. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
  13. package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/_CodeSignature/CodeResources +182 -0
  14. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Info.plist +65 -0
  15. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
  16. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/PkgInfo +1 -0
  17. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
  18. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
  19. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
  20. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
  21. package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/_CodeSignature/CodeResources +182 -0
  22. package/skills/budget/SKILL.md +0 -146
  23. package/skills/budget/references/frameworks.md +0 -45
  24. package/skills/code-review/SKILL.md +0 -143
  25. package/skills/digest/SKILL.md +0 -120
  26. package/skills/digest/references/sources.md +0 -103
  27. package/skills/documentation/SKILL.md +0 -127
  28. package/skills/investment-analysis/SKILL.md +0 -151
  29. package/skills/investment-analysis/references/assets.md +0 -70
  30. package/skills/investment-analysis/references/investment-mindset.md +0 -119
  31. package/skills/pr-description/SKILL.md +0 -113
  32. package/workflows/tech-digest/WORKFLOW.md +0 -130
package/README.md CHANGED
@@ -123,7 +123,7 @@ Simply run `jazz mcp add` and input the MCP configuration:
123
123
 
124
124
  Skills are packaged expertise your agent loads on demand—proven playbooks for complex tasks instead of winging it every time. Think deep research with multi-source verification, structured code review, meeting notes that follow your format, PR descriptions from your conventions. You get consistency and domain expertise without stuffing the context window.
125
125
 
126
- Jazz ships with **20+ built-in skills**—code review, deep research, email, calendar, PR descriptions, documentation, browser automation, Obsidian, budgeting, and more. Add your own from the ecosystem: Jazz follows the [`.agents` convention](https://agentskills.io), so any skill works. Run `npx skills add` to browse and install, or drop a skill in `~/.jazz/skills/` (global) or `./skills/` (project-local). Use `/skills` in chat to browse what's available.
126
+ Jazz ships with **15+ built-in skills**—deep research, email, calendar, browser automation, Obsidian, and more. Add your own from the ecosystem: Jazz follows the [`.agents` convention](https://agentskills.io), so any skill works. Run `npx skills add` to browse and install, or drop a skill in `~/.jazz/skills/` (global) or `./skills/` (project-local). Use `/skills` in chat to browse what's available.
127
127
 
128
128
  ---
129
129
 
@@ -138,7 +138,6 @@ Jazz ships with workflows ready to go:
138
138
  | Workflow | Schedule | What it does |
139
139
  | -------------------- | ------------- | ----------------------------------------------------------------- |
140
140
  | **email-cleanup** | Hourly | Archive newsletters, organize promotions, flag important messages |
141
- | **tech-digest** | Daily | Scan AI/tech news sources and compile a personalized digest |
142
141
  | **weather-briefing** | Every morning | Weather forecast + outfit recommendations for your location |
143
142
  | **market-analysis** | Daily | Stock/crypto analysis with buy/sell signals |
144
143