jonah-fleet 1.5.0 → 1.8.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/CHANGELOG.md +136 -0
- package/README.md +25 -2
- package/dist/commands/daemon.d.ts.map +1 -1
- package/dist/commands/init.d.ts +3 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/labels.d.ts +11 -0
- package/dist/commands/labels.d.ts.map +1 -0
- package/dist/commands/status.d.ts.map +1 -1
- package/dist/index.js +2292 -476
- package/dist/lib/daemon-keys.d.ts +103 -0
- package/dist/lib/daemon-keys.d.ts.map +1 -0
- package/dist/lib/daemon.d.ts +41 -2
- package/dist/lib/daemon.d.ts.map +1 -1
- package/dist/lib/evals.d.ts +56 -1
- package/dist/lib/evals.d.ts.map +1 -1
- package/dist/lib/labels.d.ts +48 -0
- package/dist/lib/labels.d.ts.map +1 -0
- package/dist/lib/manifest.d.ts +6 -0
- package/dist/lib/manifest.d.ts.map +1 -1
- package/dist/lib/presets.d.ts +47 -1
- package/dist/lib/presets.d.ts.map +1 -1
- package/dist/lib/runner.d.ts +66 -0
- package/dist/lib/runner.d.ts.map +1 -1
- package/dist/lib/telemetry.d.ts +13 -0
- package/dist/lib/telemetry.d.ts.map +1 -1
- package/dist/lib/terminal-card.d.ts +23 -0
- package/dist/lib/terminal-card.d.ts.map +1 -1
- package/package.json +4 -4
- package/schema.json +68 -0
- package/templates/evals/ambiguity-benchmark.json +92 -0
- package/templates/prompts/ORCHESTRATION.md +57 -36
- package/templates/prompts/_prompt-template.md +13 -1
- package/templates/prompts/autowork.md +63 -27
- package/templates/prompts/issues-housekeeping.md +1 -1
- package/templates/prompts/optimizer.md +3 -0
- package/templates/prompts/peer-review.md +13 -3
- package/templates/workflows/autowork-cron.yml +74 -2
- package/templates/workflows/dependency-check-cron.yml +41 -2
- package/templates/workflows/issues-housekeeping-cron.yml +41 -2
- package/templates/workflows/prompt-optimizer-cron.yml +41 -2
- package/templates/workflows/trigger-autowork-manual.yml +43 -2
- package/templates/workflows/trigger-autowork-on-bug.yml +47 -7
- package/templates/workflows/trigger-autowork-on-merge.yml +48 -7
- package/templates/workflows/trigger-review-routine.yml +46 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,148 @@ All notable changes to `jonah-fleet` will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.8.0](https://github.com/juliendurandeu/jonah-fleet/compare/jonah-fleet-v1.7.0...jonah-fleet-v1.8.0) (2026-09-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **labels:** prune unused labels via CLI and housekeeping routine ([#99](https://github.com/juliendurandeu/jonah-fleet/issues/99)) ([b4a3ba2](https://github.com/juliendurandeu/jonah-fleet/commit/b4a3ba2f70bd2b899a02d33f6b3331eb6ec990c2)), closes [#97](https://github.com/juliendurandeu/jonah-fleet/issues/97)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **prompts:** prevent stray issues via tracking and closure guardrails ([#102](https://github.com/juliendurandeu/jonah-fleet/issues/102)) ([6e9b1ec](https://github.com/juliendurandeu/jonah-fleet/commit/6e9b1ec12e85b5fc98f6decf43cd4f5888d790d6))
|
|
19
|
+
* **workflows:** move concurrency to job level to avoid self-cancelling on skipped triggers ([#100](https://github.com/juliendurandeu/jonah-fleet/issues/100)) ([#101](https://github.com/juliendurandeu/jonah-fleet/issues/101)) ([3710bac](https://github.com/juliendurandeu/jonah-fleet/commit/3710bacedffeffcd90434756f3bae1c1dd323017))
|
|
20
|
+
|
|
21
|
+
## [1.7.0](https://github.com/juliendurandeu/jonah-fleet/compare/jonah-fleet-v1.6.0...jonah-fleet-v1.7.0) (2026-09-09)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **daemon:** interactive keyboard controller with idle hotkeys and execution queue ([#91](https://github.com/juliendurandeu/jonah-fleet/issues/91)) ([3536e9a](https://github.com/juliendurandeu/jonah-fleet/commit/3536e9ab38849550ad7c6d846e6a2488b187f490))
|
|
27
|
+
* **daemon:** rotating status-line tips and narrow-width terminal guardrails ([#90](https://github.com/juliendurandeu/jonah-fleet/issues/90)) ([#93](https://github.com/juliendurandeu/jonah-fleet/issues/93)) ([2efdfbf](https://github.com/juliendurandeu/jonah-fleet/commit/2efdfbf45c18a746ed1ce4ed7338e2b73ab9f352))
|
|
28
|
+
* **daemon:** targeted execution prompts ('R' and 'A') and utility hotkeys ('v', 'l', 'w') ([#92](https://github.com/juliendurandeu/jonah-fleet/issues/92)) ([00c45f4](https://github.com/juliendurandeu/jonah-fleet/commit/00c45f4563049c86f1dbe956eb4e3f8b634c7918))
|
|
29
|
+
* **manifest:** support model and reasoning effort profiles in agents-manifest.json ([#3](https://github.com/juliendurandeu/jonah-fleet/issues/3)) ([#85](https://github.com/juliendurandeu/jonah-fleet/issues/85)) ([ff2f654](https://github.com/juliendurandeu/jonah-fleet/commit/ff2f654d73d7d49b21379264216e98434e2f1f91))
|
|
30
|
+
* **radar:** expand upstream radar to track funes alongside symphony for agent memory intelligence ([#84](https://github.com/juliendurandeu/jonah-fleet/issues/84)) ([4d8e127](https://github.com/juliendurandeu/jonah-fleet/commit/4d8e1273c48895d995d792789eb4a4baef968549))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* **daemon:** avoid TDZ ReferenceError on graceful stop and signal handlers ([#94](https://github.com/juliendurandeu/jonah-fleet/issues/94)) ([7ca5fb7](https://github.com/juliendurandeu/jonah-fleet/commit/7ca5fb7a0849ee9babc8165253f9566c6c51963c))
|
|
36
|
+
|
|
37
|
+
## [1.6.0](https://github.com/juliendurandeu/jonah-fleet/compare/jonah-fleet-v1.5.0...jonah-fleet-v1.6.0) (2026-09-08)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* **autowork:** single-flight PR claim protocol in Phase 1 convergence ([#59](https://github.com/juliendurandeu/jonah-fleet/issues/59)) ([991e3f6](https://github.com/juliendurandeu/jonah-fleet/commit/991e3f6d3848bbb8dda7e6b8667533dc0ffef56d))
|
|
43
|
+
* **daemon:** display target PR/issue ID & title and wrap terminal card lines without cropping ([#60](https://github.com/juliendurandeu/jonah-fleet/issues/60)) ([43a3abb](https://github.com/juliendurandeu/jonah-fleet/commit/43a3abb51f86b5f0368ea2fdfc0f26e38f833ab9))
|
|
44
|
+
* **daemon:** drain reviewable PR backlog before moving to autowork ([#62](https://github.com/juliendurandeu/jonah-fleet/issues/62)) ([eeb9d57](https://github.com/juliendurandeu/jonah-fleet/commit/eeb9d57e5df4d00fa0b9f824ff231b7df9625386))
|
|
45
|
+
* **evals:** add fleet ambiguity telemetry, optimizer anomaly heuristics, and automated benchmark evals ([#68](https://github.com/juliendurandeu/jonah-fleet/issues/68)) ([a377ea5](https://github.com/juliendurandeu/jonah-fleet/commit/a377ea5ffd0ff21898a8f921f8738fa2b886448c))
|
|
46
|
+
* **prompts:** enforce log delivery protocol with [skip ci] and branch invariants ([#74](https://github.com/juliendurandeu/jonah-fleet/issues/74)) ([23b033f](https://github.com/juliendurandeu/jonah-fleet/commit/23b033fc06aaa2ed5cca292be16f6db70a194465))
|
|
47
|
+
* **prompts:** guard orphaned ready PR recovery against unstable and unapproved CI ([#75](https://github.com/juliendurandeu/jonah-fleet/issues/75)) ([8a0868b](https://github.com/juliendurandeu/jonah-fleet/commit/8a0868bde2ceab909b9bc01a30046818947a0f3a))
|
|
48
|
+
* **workflow:** authenticate checkout with GH_PAT token in autowork workflows ([#73](https://github.com/juliendurandeu/jonah-fleet/issues/73)) ([7a276a6](https://github.com/juliendurandeu/jonah-fleet/commit/7a276a60cc3dc3f1f31514efd657a0f714fa12cf))
|
|
49
|
+
* **workflow:** automate run log delivery to main with [skip ci] ([#72](https://github.com/juliendurandeu/jonah-fleet/issues/72)) ([0dc1b3b](https://github.com/juliendurandeu/jonah-fleet/commit/0dc1b3b8bbe626fbce0f5d73fa67e98df165339f))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **ci:** avoid direct secrets reference in release-please if conditional ([#83](https://github.com/juliendurandeu/jonah-fleet/issues/83)) ([6d6dcd9](https://github.com/juliendurandeu/jonah-fleet/commit/6d6dcd9c472f76dc6026ed16cca49cf665a6ea8c))
|
|
55
|
+
|
|
56
|
+
## [Unreleased] - 2026-09-09
|
|
57
|
+
|
|
58
|
+
### Fixed
|
|
59
|
+
- **workflows:** Move `concurrency` from workflow root to job level across event-triggered routine workflows (`trigger-review-routine.yml`, `trigger-autowork-on-bug.yml`, `trigger-autowork-on-merge.yml`) ([#100](https://github.com/juliendurandeu/jonah-fleet/issues/100)). In GitHub Actions, workflow-level concurrency is evaluated before job `if` filters, causing skipped events (such as startup comments posted by the review routine itself, comments without review commands, non-matching issue labels, or closed unmerged PRs) to prematurely cancel in-flight routine executions.
|
|
60
|
+
- **daemon:** Fix `ReferenceError: Cannot access 'tickerInterval' before initialization` on graceful stop (`q`) or SIGINT / SIGTERM during initial startup checks or routine executions by declaring interval and keyboard handles in outer scope before shutdown handlers.
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
- **labels:** Prune unused boilerplate labels via deterministic CLI and housekeeping routine ([#97](https://github.com/juliendurandeu/jonah-fleet/issues/97)):
|
|
64
|
+
- Implemented `src/lib/labels.ts` with GraphQL label queries, pagination, and classification into `active`, `protected_zero_count`, `historical`, and `prunable`.
|
|
65
|
+
- Added protected fleet taxonomy shields retaining `priority/*`, `type/*`, `size/*`, `needs-triage`, `ready-for-agent`, `needs-human`, `needs-info`, `needs-design`, `wontfix`, `measurement`, `blocked`, `autorelease:*`, `dependencies`, and `security` labels.
|
|
66
|
+
- Added support for custom user-defined protected labels in `agents-manifest.json` (`labels.protected`) and `schema.json`.
|
|
67
|
+
- Implemented `jonah-fleet labels audit` and `jonah-fleet labels prune [--dry-run] [--yes] [--repo <repo>] [--json]`.
|
|
68
|
+
- Added `--prune-labels` flag to `jonah-fleet init` to optionally clean boilerplate labels on initial workspace setup.
|
|
69
|
+
- Updated `issues-housekeeping.md` Step 6 to delegate label pruning to `npx --yes jonah-fleet labels prune --yes`.
|
|
70
|
+
- Unit tests in `tests/labels.test.ts` and prompt validation tests in `tests/prompts-validation.test.ts`.
|
|
71
|
+
- **runner:** Stream real-time granular activity to foreground daemon spinner ([#96](https://github.com/juliendurandeu/jonah-fleet/issues/96)):
|
|
72
|
+
- Updated agent invocation to run Antigravity CLI with `--output-format stream-json`.
|
|
73
|
+
- Added line-buffered stream-json event parser in `src/lib/runner.ts` handling `step_update`, `tool`, `agent_response`, and `result` events.
|
|
74
|
+
- Implemented `formatActionDescription` in `src/lib/terminal-card.ts` for readable tool verbs (`run_command`, `view_file`, `replace_file_content`, `grep_search`, `invoke_subagent`, etc.).
|
|
75
|
+
- Added terminal column width bounds to `TerminalSpinner` to prevent line wrapping on long commands and window resizing.
|
|
76
|
+
- Enhanced verbose mode with formatted, human-readable timestamped event streams.
|
|
77
|
+
- Preserved raw stream-json in `.jonah-fleet/daemon.log` and ensured summary card extracts final response and tokens from `result` event.
|
|
78
|
+
- **daemon:** Rotating status-line tips and narrow-width terminal guardrails ([#90](https://github.com/juliendurandeu/jonah-fleet/issues/90)):
|
|
79
|
+
- Added smooth 4-second cycling through all 11 keybinding tips in the foreground daemon's idle status line to promote frictionless hotkey discoverability.
|
|
80
|
+
- Added paused status UX displaying `PAUSED` indicator and resume tips.
|
|
81
|
+
- Added narrow terminal viewport width guardrails using ANSI-aware truncation (`truncateAnsi`), clamping ticker lines to `columns - 2` and omitting tips when columns < 55 to prevent line wrapping or scrolling artifacts.
|
|
82
|
+
- Comprehensive unit test suites in `tests/daemon-keys.test.ts` and `tests/terminal-card.test.ts`.
|
|
83
|
+
- **daemon:** Targeted execution prompts and runtime utility hotkeys ([#89](https://github.com/juliendurandeu/jonah-fleet/issues/89)):
|
|
84
|
+
- Added targeted execution hotkeys: `R` (prompts for PR # and runs targeted peer-review) and `A` (prompts for Issue # and runs targeted autowork).
|
|
85
|
+
- Pauses raw mode safely during targeted prompt input, validates numeric identifiers (`42`, `#42`, `PR #42`, `Issue #89`), and provides clean cancellation on Esc/empty Enter.
|
|
86
|
+
- Added runtime utility hotkeys: `v` (live verbosity mode toggling), `l` (print last 20 lines of `.jonah-fleet/daemon.log`), and `w` (inspect and clean stale worktrees on demand).
|
|
87
|
+
- Updated keybindings cheat-sheet and daemon status summary with verbosity mode indicators.
|
|
88
|
+
- Unit tests in `tests/daemon-keys.test.ts`.
|
|
89
|
+
- **daemon:** Interactive keyboard controller with idle hotkeys and execution queue ([#88](https://github.com/juliendurandeu/jonah-fleet/issues/88)):
|
|
90
|
+
- Captures single-keypress inputs in foreground daemon mode without requiring Enter (`process.stdin.setRawMode`).
|
|
91
|
+
- Added hotkeys: `r` (immediate peer-review scan), `a` (immediate autowork scan), `p` (pause/resume automatic polling), `s` (daemon status summary), `q` (graceful shutdown), `Ctrl+C` (force stop), and `?`/`h` (interactive cheat-sheet).
|
|
92
|
+
- Single-slot pending execution queue (`pendingRoutine`) when pressing triggers while busy, dispatched immediately upon completion of active routine.
|
|
93
|
+
- Paused state persistence in `daemon.json` (`status: 'paused'`), keeping manual sweeps functional.
|
|
94
|
+
- Reset countdown timers upon on-demand sweep completion to prevent duplicate interval executions.
|
|
95
|
+
- Unit tests in `tests/daemon-keys.test.ts`.
|
|
96
|
+
|
|
97
|
+
## [Unreleased] - 2026-09-08
|
|
98
|
+
|
|
99
|
+
### Added
|
|
100
|
+
- **manifest:** Support model profiles, reasoning effort levels, and budget controls in `agents-manifest.json` ([#85](https://github.com/juliendurandeu/jonah-fleet/pull/85)):
|
|
101
|
+
- Extends `schema.json` with `models` and `budgets` configuration blocks.
|
|
102
|
+
- Adds `resolveRoutineConfig()` helper in `src/lib/manifest.ts` with default fallback profiles in `src/lib/presets.ts`.
|
|
103
|
+
- Updates all workflow templates and `.github/workflows/` with dynamic routine model and timeout resolution.
|
|
104
|
+
- Enhances `jonah-fleet status` to render model profiles and configured budgets.
|
|
105
|
+
- Adds unit test coverage in `tests/manifest.test.ts`.
|
|
106
|
+
- **radar:** Expand Upstream Radar to track `huggingface/funes` alongside `openai/symphony` ([#70](https://github.com/juliendurandeu/jonah-fleet/issues/70)):
|
|
107
|
+
- Extended `.github/scripts/fetch-symphony-radar.js` into a multi-source ecosystem radar tracking Symphony (orchestration) and Funes (agent memory & session indexing).
|
|
108
|
+
- Added dedicated Agent Memory & Session Indexing evaluation matrix covering zero-LLM ingestion, pull-based MCP memory delivery, cross-session provenance, and multi-agent portability.
|
|
109
|
+
- Updated `symphony-radar.yml` workflow and `ORCHESTRATION.md` documentation.
|
|
110
|
+
- Added unit test suite `tests/radar.test.ts` and updated workflow validation tests.
|
|
111
|
+
|
|
112
|
+
## [Unreleased] - 2026-09-07
|
|
113
|
+
|
|
114
|
+
### Changed
|
|
115
|
+
- **deps:** update `vitest` devDependency from `4.1.11` to `^5.0.0` ([#78](https://github.com/juliendurandeu/jonah-fleet/issues/78))
|
|
116
|
+
|
|
117
|
+
### Added
|
|
118
|
+
- **workflows:** Automate run log delivery directly to main with `[skip ci]` ([#72](https://github.com/juliendurandeu/jonah-fleet/pull/72)):
|
|
119
|
+
- Adds deterministic post-step in `autowork-cron.yml` and `templates/workflows/autowork-cron.yml` to safely preserve and push operational execution logs directly to `main` with `[skip ci]`.
|
|
120
|
+
- Adds workflow invariant tests in `tests/workflows-validation.test.ts`.
|
|
121
|
+
- **prompts:** Guard orphaned ready PR recovery against unstable and unapproved CI ([#75](https://github.com/juliendurandeu/jonah-fleet/pull/75)):
|
|
122
|
+
- Adds Passing CI Verification Gate requiring `conclusion: "SUCCESS"` and `mergeStateStatus: "CLEAN"` in Step 3c of `autowork.md` and `ORCHESTRATION.md`.
|
|
123
|
+
- Prohibits review re-triggering and draft toggles when checks are in-progress, failing, or in `ACTION_REQUIRED` awaiting permissions to prevent comment loops.
|
|
124
|
+
- Adds validation test in `tests/prompts-validation.test.ts`.
|
|
125
|
+
- **workflows:** Authenticate checkout with `GH_PAT` token in autowork workflows ([#73](https://github.com/juliendurandeu/jonah-fleet/pull/73)):
|
|
126
|
+
- Configures `actions/checkout@v4` with `token: ${{ secrets.GH_PAT || github.token }}` across all autowork workflow templates to attribute Git pushes to a write-permission token and avoid stalled approval checks.
|
|
127
|
+
- Added workflow validation tests in `tests/workflows-validation.test.ts`.
|
|
128
|
+
- **telemetry:** Ambiguity Gate telemetry tracking and terminal dashboard integration:
|
|
129
|
+
- Parses Ambiguity Gate triggers (`ambiguityGateTriggered`), count of clarifying questions asked (`questionsAskedCount`), and `needs-info` labels applied.
|
|
130
|
+
- Aggregates fleet-wide inquisitive stance metrics and calculates estimated wasted tokens averted (~50k tokens per averted runaway run).
|
|
131
|
+
- Terminal telemetry dashboard presents `❓ Inquisitive Stance & Ambiguity Gate Signals`.
|
|
132
|
+
- **optimizer & orchestration:** Passive Order-Taking Anomaly and Speculative Runaway Waste heuristics:
|
|
133
|
+
- Documents the "Passive Order-Taking Anomaly (\"Yes-Man Blindspot\")" when agents default to compliance over inquiry, resulting in high iterations and PR review bounces.
|
|
134
|
+
- Added "Ambiguity Gate & Benchmark Eval Feeding" remediation trigger in `optimizer.md` and `ORCHESTRATION.md`.
|
|
135
|
+
- **evals & benchmark:** Automated Ambiguity Benchmark engine and optimizer-fed test suite:
|
|
136
|
+
- Created baseline dataset (`templates/evals/ambiguity-benchmark.json`) containing 10 calibrated issues (5 ambiguous requiring questions, 5 well-specified ready for implementation).
|
|
137
|
+
- Implemented `evaluateIssueAmbiguity()`, `runAmbiguityBenchmark()`, `extractBenchmarkCaseFromLog()`, and `feedOptimizerCaseToBenchmark()` in `src/lib/evals.ts`.
|
|
138
|
+
- Added unit tests in `tests/evals.test.ts` verifying 100% benchmark accuracy, 0% false compliance rate (yes-man error), question generation, and dynamic optimizer case feeding.
|
|
139
|
+
|
|
8
140
|
## [1.5.0](https://github.com/juliendurandeu/jonah-fleet/compare/jonah-fleet-v1.4.2...jonah-fleet-v1.5.0) (2026-09-03)
|
|
9
141
|
|
|
10
142
|
|
|
11
143
|
### Features
|
|
12
144
|
|
|
145
|
+
* **daemon:** extract reviewable PR filter helper and add unit tests for queue draining ([#66](https://github.com/juliendurandeu/jonah-fleet/issues/66))
|
|
146
|
+
* **daemon:** display target PR/issue ID & title and wrap terminal card lines without cropping
|
|
147
|
+
* **autowork:** single-flight PR claim protocol in Phase 1 convergence to prevent daemon race conditions on bounced PRs
|
|
13
148
|
* **autowork:** add selective server-side issue querying to prevent tool buffer truncation ([#54](https://github.com/juliendurandeu/jonah-fleet/issues/54)) ([e85958b](https://github.com/juliendurandeu/jonah-fleet/commit/e85958bc9129b16af170961a0ae85ff91211ec85))
|
|
149
|
+
* **daemon:** drain reviewable PR backlog via sequential peer review sessions before moving to autowork ([#61](https://github.com/juliendurandeu/jonah-fleet/issues/61)) ([#62](https://github.com/juliendurandeu/jonah-fleet/pull/62))
|
|
14
150
|
* **cli:** add multi-repo fleet monitoring command (jonah-fleet monitor) ([#6](https://github.com/juliendurandeu/jonah-fleet/issues/6)) ([0093c0f](https://github.com/juliendurandeu/jonah-fleet/commit/0093c0f2bdeb0d48d952119b96e541be73c59a03))
|
|
15
151
|
* **cli:** add per-agent token breakdown to jonah-fleet status and monitor commands ([#16](https://github.com/juliendurandeu/jonah-fleet/issues/16)) ([7e51d0c](https://github.com/juliendurandeu/jonah-fleet/commit/7e51d0cb6bdf8fef127cac7f13f8320821cb4391))
|
|
16
152
|
* **cli:** enhance jonah-fleet init with smart tech-stack auto-detection ([#37](https://github.com/juliendurandeu/jonah-fleet/issues/37)) ([b1b028a](https://github.com/juliendurandeu/jonah-fleet/commit/b1b028a5cc145aeb6a0a9b0df2e4ab010c1fa104))
|
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Each target project contains an `agents-manifest.json` at its root:
|
|
|
146
146
|
```json
|
|
147
147
|
{
|
|
148
148
|
"$schema": "https://raw.githubusercontent.com/juliendurandeu/jonah-fleet/main/schema.json",
|
|
149
|
-
"version": "1.
|
|
149
|
+
"version": "1.6.0",
|
|
150
150
|
"preset": "standard",
|
|
151
151
|
"routines": {
|
|
152
152
|
"autowork": true,
|
|
@@ -157,6 +157,28 @@ Each target project contains an `agents-manifest.json` at its root:
|
|
|
157
157
|
"product-planning": false,
|
|
158
158
|
"analytics-review": false
|
|
159
159
|
},
|
|
160
|
+
"models": {
|
|
161
|
+
"default": "gemini-3.7-flash-high",
|
|
162
|
+
"issues-housekeeping": "gemini-3.7-flash",
|
|
163
|
+
"dependency-update-security-check": "gemini-3.7-flash"
|
|
164
|
+
},
|
|
165
|
+
"budgets": {
|
|
166
|
+
"weeklyTokens": 8750000,
|
|
167
|
+
"timeoutMinutes": {
|
|
168
|
+
"autowork": 60,
|
|
169
|
+
"peer-review": 55,
|
|
170
|
+
"optimizer": 35,
|
|
171
|
+
"issues-housekeeping": 40,
|
|
172
|
+
"dependency-update-security-check": 25
|
|
173
|
+
},
|
|
174
|
+
"maxIterations": {
|
|
175
|
+
"autowork": 65,
|
|
176
|
+
"peer-review": 40,
|
|
177
|
+
"optimizer": 30,
|
|
178
|
+
"issues-housekeeping": 30,
|
|
179
|
+
"dependency-update-security-check": 20
|
|
180
|
+
}
|
|
181
|
+
},
|
|
160
182
|
"skills": [
|
|
161
183
|
"tdd",
|
|
162
184
|
"code-review",
|
|
@@ -165,7 +187,8 @@ Each target project contains an `agents-manifest.json` at its root:
|
|
|
165
187
|
"diagnosing-bugs",
|
|
166
188
|
"resolving-merge-conflicts",
|
|
167
189
|
"writing-for-agents",
|
|
168
|
-
"triage"
|
|
190
|
+
"triage",
|
|
191
|
+
"grill-me"
|
|
169
192
|
],
|
|
170
193
|
"autoUpdate": {
|
|
171
194
|
"enabled": true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"daemon.d.ts","sourceRoot":"","sources":["../../src/commands/daemon.ts"],"names":[],"mappings":"AAWA,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAsB,gBAAgB,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAO,GAAE,oBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"daemon.d.ts","sourceRoot":"","sources":["../../src/commands/daemon.ts"],"names":[],"mappings":"AAWA,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAsB,gBAAgB,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAO,GAAE,oBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC,CAmGzG"}
|
package/dist/commands/init.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { GhExecutor } from '../lib/fleet-query.js';
|
|
1
2
|
export interface InitOptions {
|
|
2
3
|
preset?: string;
|
|
3
4
|
force?: boolean;
|
|
@@ -7,6 +8,8 @@ export interface InitOptions {
|
|
|
7
8
|
testCmd?: string;
|
|
8
9
|
buildCmd?: string;
|
|
9
10
|
interactive?: boolean;
|
|
11
|
+
pruneLabels?: boolean;
|
|
12
|
+
executor?: GhExecutor;
|
|
10
13
|
}
|
|
11
14
|
export declare function promptQuestion(query: string, defaultValue: string): Promise<string>;
|
|
12
15
|
export declare function runInit(options?: InitOptions): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAsB,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAYzF;AAED,wBAAsB,OAAO,CAAC,OAAO,GAAE,WAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAQA,OAAO,EAAqB,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEtE,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,wBAAsB,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAYzF;AAED,wBAAsB,OAAO,CAAC,OAAO,GAAE,WAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,CAmHtE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { GhExecutor } from '../lib/fleet-query.js';
|
|
2
|
+
export interface LabelsCommandOptions {
|
|
3
|
+
repo?: string;
|
|
4
|
+
dryRun?: boolean;
|
|
5
|
+
yes?: boolean;
|
|
6
|
+
json?: boolean;
|
|
7
|
+
cwd?: string;
|
|
8
|
+
executor?: GhExecutor;
|
|
9
|
+
}
|
|
10
|
+
export declare function runLabels(action?: 'audit' | 'list' | 'prune', options?: LabelsCommandOptions): Promise<void>;
|
|
11
|
+
//# sourceMappingURL=labels.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"labels.d.ts","sourceRoot":"","sources":["../../src/commands/labels.ts"],"names":[],"mappings":"AASA,OAAO,EAAqB,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEtE,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,wBAAsB,SAAS,CAC7B,MAAM,GAAE,OAAO,GAAG,MAAM,GAAG,OAAiB,EAC5C,OAAO,GAAE,oBAAyB,GACjC,OAAO,CAAC,IAAI,CAAC,CA2Gf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../src/commands/status.ts"],"names":[],"mappings":"AAUA,MAAM,WAAW,aAAa;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAsB,SAAS,CAAC,OAAO,GAAE,aAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../src/commands/status.ts"],"names":[],"mappings":"AAUA,MAAM,WAAW,aAAa;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAsB,SAAS,CAAC,OAAO,GAAE,aAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,CA6K1E"}
|