jumbo-cli 3.8.2 → 3.9.0

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/README.md CHANGED
@@ -2,13 +2,31 @@
2
2
  <img src="jumbo-logo.svg" alt="Jumbo" width="200">
3
3
  </p>
4
4
 
5
- # Jumbo
6
- **Memory and context orchestration for coding agents**
5
+ # Jumbo Context
6
+ ### Tired of constantly onboarding Claude, Codex, Gemini, Copilot and their cohorts?
7
7
 
8
- Jumbo is a CLI tool that gives your coding agents persistent memory and structured project context, turning them from makers of workable prototypes into builders of production-quality software.
8
+ Stop repeating yourself and getting frustrated when they make mistakes you've already corrected. Keep your coding agents operating within the guardrails you define.
9
9
 
10
- _An elephant never forgets. Neither should <img src="assets/claude-logo.svg" alt="Claude Code" height="16"> <img src="assets/codex-logo.svg" alt="Codex" height="16"> <img src="assets/gemini-logo.svg" alt="Gemini" height="16"> <img src="assets/github-copilot-logo.svg" alt="Copilot CLI" height="16"> <img src="assets/mistral-logo.svg" alt="Mistral Vibe CLI" height="16"> <img src="assets/cursor-logo.svg" alt="Cursor" height="16"> <img src="assets/vscode-logo.svg" alt="VS Code" height="16"> <img src="assets/amp-logo.svg" alt="Amp" height="16"> <img src="assets/warp-logo.svg" alt="Warp" height="16">_
10
+ Jumbo gives your agents:
11
+
12
+ - Memory (Capture important details about your project _once_)
13
+ - Continuity across sessions
14
+ - Automatic goal specification
15
+ - Extended context windows
16
+ - Concurrent agents
17
+ - Harness and model agnostic
11
18
 
19
+ _An elephant never forgets. Neither should <img src="assets/claude-logo.svg" alt="Claude Code" height="16"> <img src="assets/codex-logo.svg" alt="Codex" height="16"> <img src="assets/gemini-logo.svg" alt="Gemini" height="16"> <img src="assets/github-copilot-logo.svg" alt="Copilot CLI" height="16"> <img src="assets/mistral-logo.svg" alt="Mistral Vibe CLI" height="16"> <img src="assets/cursor-logo.svg" alt="Cursor" height="16"> <img src="assets/vscode-logo.svg" alt="VS Code" height="16"> <img src="assets/amp-logo.svg" alt="Amp" height="16"> <img src="assets/warp-logo.svg" alt="Warp" height="16">_
20
+
21
+
22
+
23
+ <a href="https://www.star-history.com/?repos=jumbocontext%2Fjumbo.cli&type=date&legend=top-left">
24
+ <picture>
25
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=jumbocontext/jumbo.cli&type=date&theme=dark&legend=top-left" />
26
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=jumbocontext/jumbo.cli&type=date&legend=top-left" />
27
+ <img alt="Star History Chart" src="https://api.star-history.com/chart?repos=jumbocontext/jumbo.cli&type=date&legend=top-left" />
28
+ </picture>
29
+ </a>
12
30
 
13
31
  ## Can we address the elephant in the room?
14
32
  <sub style="color:#898989">(a.k.a. What problems does this solve?)</sub>
@@ -0,0 +1,8 @@
1
+ ---
2
+ name: formalize-objectives
3
+ description: Use when the user's prompt is delivered outside the execution context of an existing Jumbo goal, the prompt is imbued with an objective that is not already defined as a Jumbo goal.
4
+ ---
5
+
6
+ # Formalize Objectives
7
+
8
+ **Prompt:** If you have not been explicity instructed to bypass Jumbo's structured implementation process, then take the user prompt and transform it into a structured objective using the ../jumbo-design-goal/SKILL.md, then the ../define-jumbo-goals/SKILL.md.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jumbo-cli",
3
- "version": "3.8.2",
3
+ "version": "3.9.0",
4
4
  "description": "Memory and Context Orchestration for Coding Agents",
5
5
  "keywords": [
6
6
  "cli",