Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1498 commits
Select commit Hold shift + click to select a range
b69fd48
feat(forge): add forge.Client interface for forge-agnostic API access
nextlevelshit Mar 26, 2026
4c97677
test(forge): add end-to-end multi-forge pipeline tests
nextlevelshit Mar 26, 2026
c62dd0b
fix(forge): return nil for unsupported forges instead of UnsupportedC…
nextlevelshit Mar 26, 2026
a11e38c
fix(test): address review findings in multi-forge tests
nextlevelshit Mar 26, 2026
8c7cbe5
Merge pull request #602 from re-cinq/feat/forge-client-abstraction
nextlevelshit Mar 26, 2026
41ab29d
Merge pull request #603 from re-cinq/test/multi-forge-pipeline
nextlevelshit Mar 26, 2026
ea69629
fix: address PR review tech debt from #602 and #603
nextlevelshit Mar 26, 2026
061886b
Merge pull request #604 from re-cinq/fix/pr-review-followups
nextlevelshit Mar 26, 2026
65ede63
feat: add implementation plan for multi-adapter model routing (#576)
nextlevelshit Mar 27, 2026
d4d8da7
docs: add ADR-004 for failure taxonomy and circuit breaker
nextlevelshit Mar 27, 2026
e9bd770
docs: add ADR-004 for multi-adapter architecture
nextlevelshit Mar 27, 2026
cc01b13
docs: add ADR-005 for graph execution model
nextlevelshit Mar 27, 2026
3873061
feat: implement #588 — lifecycle hooks for validation, notifications,…
nextlevelshit Mar 27, 2026
5ca8413
feat: implement #576 — multi-adapter model routing with per-step mode…
nextlevelshit Mar 27, 2026
507a2ae
feat(pipeline): plan graph loops and conditional edge routing (#577)
nextlevelshit Mar 27, 2026
7c226f0
docs: add spec, plan, and tasks for failure classification taxonomy (…
nextlevelshit Mar 27, 2026
36eac04
feat(pipeline): plan human approval gates for plan-approve-implement …
nextlevelshit Mar 27, 2026
d0a21db
feat: implement #579 — failure classification taxonomy with circuit b…
nextlevelshit Mar 27, 2026
3d3b2fc
feat(pipeline): implement human approval gates for plan-approve-imple…
nextlevelshit Mar 27, 2026
81c5b2c
fix(hooks): address PR review findings
nextlevelshit Mar 27, 2026
0fb16bb
feat(pipeline): implement graph loops and conditional edge routing (#…
nextlevelshit Mar 27, 2026
c4b16c9
fix(pipeline): address PR review findings for failure classification
nextlevelshit Mar 27, 2026
2cb53f7
feat: add implementation plan for step conversation continuity (#583)
nextlevelshit Mar 27, 2026
017491a
fix(pipeline): address PR review findings for human gates
nextlevelshit Mar 27, 2026
36a68a2
feat: implement #583 — step conversation continuity via thread IDs
nextlevelshit Mar 27, 2026
bc7133a
fix(pipeline): address PR review findings for graph loops
nextlevelshit Mar 27, 2026
15dc2fa
feat(contract): implement llm_judge contract type for subjective qual…
nextlevelshit Mar 27, 2026
539ac6b
feat(pipeline): implement sub-pipeline composition for workflow nesti…
nextlevelshit Mar 27, 2026
3842bd2
fix(adapter): address PR review findings for thread continuity
nextlevelshit Mar 27, 2026
6bb12a7
feat: implement #586 — fork/rewind from checkpoints for non-destructi…
nextlevelshit Mar 27, 2026
7fa1efb
feat: add implementation plan for server mode with REST API and SSE (…
nextlevelshit Mar 27, 2026
8e2f5b3
Merge pull request #605 from re-cinq/docs/plan-adr-20260327-181939-3822
nextlevelshit Mar 27, 2026
b408581
Merge pull request #606 from re-cinq/docs/plan-adr-20260327-181933-ff8e
nextlevelshit Mar 27, 2026
ca8c1a6
Merge pull request #607 from re-cinq/docs/plan-adr-20260327-181936-1af4
nextlevelshit Mar 27, 2026
f15a651
fix(contract): address PR review findings for LLM-as-judge
nextlevelshit Mar 27, 2026
fd1b21b
fix: address critical review findings in fork/rewind and gate infrast…
nextlevelshit Mar 27, 2026
89567f3
fix: address security and correctness issues in gate infrastructure a…
nextlevelshit Mar 27, 2026
cd33d43
feat: implement #587 — server mode with REST API and SSE event streaming
nextlevelshit Mar 27, 2026
5cc6691
Merge pull request #608 from re-cinq/588-lifecycle-hooks
nextlevelshit Mar 27, 2026
08b5f39
Merge pull request #611 from re-cinq/579-failure-classification-v2
nextlevelshit Mar 27, 2026
3c430bb
Merge pull request #613 from re-cinq/577-graph-loops-routing-v2
nextlevelshit Mar 27, 2026
731fe87
Merge remote-tracking branch 'origin/main' into 584-llm-judge-contract
nextlevelshit Mar 27, 2026
c58fec5
Merge pull request #616 from re-cinq/584-llm-judge-contract
nextlevelshit Mar 27, 2026
3cc0311
Merge remote-tracking branch 'origin/main' into 585-sub-pipeline-comp…
nextlevelshit Mar 27, 2026
a7e71a0
Merge remote-tracking branch 'origin/main' into 586-fork-rewind-check…
nextlevelshit Mar 27, 2026
d44a779
docs: add spec, plan, and tasks for multi-adapter routing (#576)
nextlevelshit Mar 27, 2026
f4d791f
feat(pipeline): update implementation plan for sub-pipeline compositi…
nextlevelshit Mar 27, 2026
42b5ca2
docs: add spec, plan, and tasks for thread conversation continuity (#…
nextlevelshit Mar 27, 2026
a0ae700
feat(retro): add spec, plan, and task breakdown for run retrospective…
nextlevelshit Mar 27, 2026
0c319a7
Merge remote-tracking branch 'origin/main' into 587-server-mode
nextlevelshit Mar 27, 2026
d7f8188
feat: implement #583 — step conversation continuity via thread IDs
nextlevelshit Mar 27, 2026
79b0924
feat: implement #576 — multi-adapter model routing with per-step mode…
nextlevelshit Mar 27, 2026
37bb885
feat: implement #578 — automatic run retrospectives with structured f…
nextlevelshit Mar 27, 2026
c9f4bb4
Merge pull request #621 from re-cinq/576-multi-adapter-routing
nextlevelshit Mar 27, 2026
a4e4bf8
feat(pipeline): implement #585 — sub-pipeline composition with artifa…
nextlevelshit Mar 27, 2026
7f609a8
fix: resolve merge conflicts with main (fallbacks, multi-adapter)
nextlevelshit Mar 27, 2026
565d34f
Merge pull request #622 from re-cinq/578-run-retrospectives-v3
nextlevelshit Mar 27, 2026
0141191
fix: resolve merge conflicts with main (gates, failure taxonomy, circ…
nextlevelshit Mar 27, 2026
afaa52e
Merge pull request #620 from re-cinq/583-thread-continuity
nextlevelshit Mar 27, 2026
d17c7a2
feat(specs): implementation plan for #587 server mode bug fixes
nextlevelshit Mar 27, 2026
4b9f445
feat: implement #586 — fork/rewind from checkpoints
nextlevelshit Mar 27, 2026
2ca0d18
fix: resolve merge conflicts with main (retros, thread continuity, ga…
nextlevelshit Mar 27, 2026
69b7ebb
Merge pull request #623 from re-cinq/585-sub-pipeline-composition
nextlevelshit Mar 27, 2026
014631e
feat: implement #587 — server mode bug fixes for gate registry and ha…
nextlevelshit Mar 27, 2026
242f351
fix: resolve merge conflicts with main for fork/rewind checkpoints
nextlevelshit Mar 27, 2026
1446d92
Merge pull request #624 from re-cinq/586-fork-rewind-checkpoints
nextlevelshit Mar 27, 2026
3c09457
fix: resolve merge conflicts with main for server mode PR
nextlevelshit Mar 27, 2026
c6121bc
Merge pull request #625 from re-cinq/587-server-mode
nextlevelshit Mar 27, 2026
6ba94a8
feat(doctor): add health checks for epic #589 capabilities
nextlevelshit Mar 28, 2026
7ca1fba
feat: adopt epic #589 features across pipelines, WebUI, TUI, and onto…
nextlevelshit Mar 28, 2026
3963785
feat(pipelines): adopt model routing, thread continuity, and command …
nextlevelshit Mar 28, 2026
c053b03
fix(pipelines): remove misplaced on_failure from retry block in ops-p…
nextlevelshit Mar 28, 2026
69793e4
fix(pipelines): remove all misplaced on_failure from retry blocks
nextlevelshit Mar 28, 2026
d2e8fc6
feat(schema): update pipeline JSON schema with epic #589 fields and s…
nextlevelshit Mar 28, 2026
6210c4f
feat(pipelines): add wave-validate pipeline exercising all epic #589 …
nextlevelshit Mar 28, 2026
376dddf
fix(pipelines): use correct llm_judge contract structure (inside hand…
nextlevelshit Mar 28, 2026
583e179
fix(pipelines): use unversioned model names (claude-haiku not claude-…
nextlevelshit Mar 28, 2026
fdc2ba7
fix(pipelines): wave-validate command step needs workspace mount and …
nextlevelshit Mar 28, 2026
096d8ea
fix(pipelines): simplify wave-validate command step to avoid workspac…
nextlevelshit Mar 28, 2026
3e96307
feat(contract): llm_judge falls back to Claude CLI when ANTHROPIC_API…
nextlevelshit Mar 28, 2026
39a9744
docs: add guides for graph loops, human gates, retry policies, and mo…
nextlevelshit Mar 28, 2026
d98f67d
fix(pipeline): wire pipeline-level hooks into executor
nextlevelshit Mar 28, 2026
56689c2
feat(pipelines): add haiku model routing to remaining analysis steps
nextlevelshit Mar 28, 2026
71de027
fix(pipeline): enforce step dependencies in graph walker edge routing
nextlevelshit Mar 28, 2026
ad7d7da
fix(pipeline): resolve template variables in command step scripts
nextlevelshit Mar 28, 2026
f961ce6
fix(pipeline): address PR review findings for epic #589 adoption
nextlevelshit Mar 28, 2026
3985c2f
Merge pull request #631 from re-cinq/feat/627-epic589-adoption
nextlevelshit Mar 28, 2026
6fd38d2
feat(webui): add markdown rendering for PR/issue bodies and artifact …
nextlevelshit Mar 28, 2026
74f95d2
fix(pipeline): set command step CWD to project mount directory
nextlevelshit Mar 28, 2026
7d79d7b
feat(webui): add fork and rewind controls to run detail page
nextlevelshit Mar 28, 2026
4999438
feat(webui): add fork and rewind button styles and dialog CSS
nextlevelshit Mar 28, 2026
f62d6c1
fix(webui): ontology bounded contexts use full-width stacked cards in…
nextlevelshit Mar 28, 2026
e98f8d4
feat(webui): display model name and failure class badges on step cards
nextlevelshit Mar 28, 2026
05302e8
fix(webui): address PR review findings — path traversal, data integri…
nextlevelshit Mar 28, 2026
f70d6fb
Merge pull request #632 from re-cinq/feat/629-webui-ux-round1
nextlevelshit Mar 28, 2026
520821f
fix(state): composite primary key (step_id, pipeline_id) on step_stat…
nextlevelshit Mar 28, 2026
bb2d2c2
feat(webui): add hook execution log filtering in events timeline
nextlevelshit Mar 28, 2026
465d324
fix(webui): add check status template functions for PR detail page
nextlevelshit Mar 28, 2026
db5c94a
fix(webui): address PR review findings for WebUI round 2
nextlevelshit Mar 28, 2026
31c8707
Merge pull request #633 from re-cinq/feat/629-webui-round2
nextlevelshit Mar 28, 2026
0d9463a
feat(webui): add gate interaction buttons with choice selection and f…
nextlevelshit Mar 28, 2026
148c4bb
docs: add ADR-006 for cost infrastructure — token split, pricing matr…
nextlevelshit Mar 28, 2026
c792429
fix(webui): wire gate choice data into step detail for interactive bu…
nextlevelshit Mar 28, 2026
b4c66b5
feat(webui): add PR/issue comments display and run search/filter
nextlevelshit Mar 28, 2026
8a6621e
feat(personas): set opus for craftsman/implementer/debugger, haiku fo…
nextlevelshit Mar 28, 2026
7d4e36a
fix(personas): correct model routing — opus for code/research/philoso…
nextlevelshit Mar 28, 2026
94fb566
fix(webui): address PR review findings — CSRF protection, correctness
nextlevelshit Mar 28, 2026
20f34b1
Merge pull request #636 from re-cinq/feat/629-webui-round3
nextlevelshit Mar 28, 2026
e7620db
Merge pull request #635 from re-cinq/docs/plan-adr-20260328-041358-789d
nextlevelshit Mar 28, 2026
b2dd31a
fix(test): update persona model override test for new routing strategy
nextlevelshit Mar 28, 2026
62b00cc
feat(webui): add retrospective trends dashboard with smoothness chart…
nextlevelshit Mar 28, 2026
db24bb9
fix(webui): add missing retro dashboard types to types.go
nextlevelshit Mar 28, 2026
76837ef
feat(webui): add token usage analytics with cost estimation and perso…
nextlevelshit Mar 28, 2026
3e4538b
feat(webui): add commit-by-commit view on PR detail page
nextlevelshit Mar 28, 2026
848b20d
feat(webui): add pipeline run comparison view with step-by-step delta
nextlevelshit Mar 28, 2026
102dcd0
fix(webui): register analytics routes and populate PR list labels
nextlevelshit Mar 28, 2026
d21c15a
Merge pull request #637 from re-cinq/feat/629-webui-round4
nextlevelshit Mar 28, 2026
e727fa7
fix(webui): add Model, VisitCount, MaxVisits, Gantt fields to StepDet…
nextlevelshit Mar 28, 2026
10b7372
fix(webui): fix markdown rendering via text/plain script tags, make a…
nextlevelshit Mar 28, 2026
6f54354
feat(webui): add PR approve and request-changes buttons
nextlevelshit Mar 28, 2026
b07ab1c
fix(retro): generate retrospectives for failed runs, not just success…
nextlevelshit Mar 28, 2026
8603ff6
fix(webui): fix artifact template $.RunID reference, add PR review bu…
nextlevelshit Mar 28, 2026
727b952
fix(webui): add Gantt timeline rendering and visit count badges — wer…
nextlevelshit Mar 28, 2026
c6531be
fix(validate): recognize command and conditional step types as compos…
nextlevelshit Mar 28, 2026
5381b52
test(validate): add cross-project pipeline validation — simulates wav…
nextlevelshit Mar 28, 2026
1bd1f84
feat(pipelines): add sub-pipeline composition step to wave-validate
nextlevelshit Mar 28, 2026
f6f4b70
test(integration): add fork/rewind and server mode integration tests
nextlevelshit Mar 28, 2026
4753aea
test(pipelines): add wave-stress-test for circuit breaker and failure…
nextlevelshit Mar 28, 2026
376935d
fix(pipelines): wave-validate sub-pipeline uses ops-hello-world (in d…
nextlevelshit Mar 28, 2026
1fa968e
feat(pipelines): add rework flow to impl-issue, impl-hotfix, impl-fea…
nextlevelshit Mar 28, 2026
29daf52
feat(pipelines): add impl-review-loop, impl-smart-route composition p…
nextlevelshit Mar 28, 2026
b6ce214
Revert "feat(pipelines): add impl-review-loop, impl-smart-route compo…
nextlevelshit Mar 28, 2026
0ab9034
feat(pipelines): add per-step ontology contexts and chat_context to k…
nextlevelshit Mar 28, 2026
97e8603
feat(pipelines): add core variants (impl-issue-core, ops-pr-review-co…
nextlevelshit Mar 28, 2026
6ea83dd
fix(workspace): exclude build artifacts and large binaries from audit…
nextlevelshit Mar 28, 2026
31d6a3d
fix(pipelines): prevent doubled conventional commit prefix in PR titles
nextlevelshit Mar 28, 2026
32f0e2c
fix(pipelines): standardize contract_test_command in all test_suite c…
nextlevelshit Mar 28, 2026
9f60147
feat(forge): add endpoint probing for self-hosted forge detection and…
nextlevelshit Mar 28, 2026
bcff145
feat(onboarding): monorepo-aware init, metadata extraction, and per-s…
nextlevelshit Mar 28, 2026
d06bfc1
feat(engine): add cost ledger, iron rule enforcement, decision log, a…
nextlevelshit Mar 28, 2026
2c0c140
feat: add quality ontology, webhook storage, and fix import cycles
nextlevelshit Mar 28, 2026
251ca0c
docs(adr): formalize composition vs graph execution boundary (#640)
nextlevelshit Mar 28, 2026
69ee2a6
feat(hooks): integrate dynamic webhooks into pipeline execution
nextlevelshit Mar 28, 2026
ff4c003
feat(webui): add webhook CRUD REST API endpoints
nextlevelshit Mar 28, 2026
c88c034
feat(webui): add webhooks page with CRUD UI, toggle, test, and delive…
nextlevelshit Mar 28, 2026
ff6dc8c
feat(hooks): add webhook security — SSRF protection, rate limiting, H…
nextlevelshit Mar 28, 2026
9d182a0
feat(traceability): add run.id template variable and commit/PR tracin…
nextlevelshit Mar 28, 2026
1656889
fix(init): inject quality ontology context in non-interactive init path
nextlevelshit Mar 28, 2026
6992bcd
feat: add Codeberg forge support, forgeless local mode, and server ad…
nextlevelshit Mar 28, 2026
d3d250b
fix(ontology): only track targeted context usage, skip bulk-injected …
nextlevelshit Mar 28, 2026
80cf5f0
fix(pipelines): enable max_concurrent_agents in plan-research for par…
nextlevelshit Mar 28, 2026
df8dbdc
docs: update CLAUDE.md file structure with new packages from session
nextlevelshit Mar 28, 2026
8fb02cb
feat(cli): add smart input router, pipeline scaffold, and persona sca…
nextlevelshit Mar 28, 2026
cf03ffb
feat(skills): add skill marketplace — 8 shipped templates, wave skill…
nextlevelshit Mar 28, 2026
12daa1e
fix(webui): fix markdown rendering in issue/PR comments — replace js …
nextlevelshit Mar 28, 2026
9849ca4
docs: add custom pipeline tips, persona limitation notes, and on_fail…
nextlevelshit Mar 28, 2026
5fe2434
feat(forge): prefer origin remote in multi-remote repos, add wave cle…
nextlevelshit Mar 28, 2026
e6b56a0
feat(cli): add wave merge command — orchestrated PR merging with forg…
nextlevelshit Mar 28, 2026
1d3266c
feat: adopt hooks, concurrent agents across pipelines; add github/tes…
nextlevelshit Mar 28, 2026
45c18b7
feat(pipelines): expand hooks, concurrent agents, and ontology contex…
nextlevelshit Mar 28, 2026
1c5da3f
fix(forge): Codeberg shares gt- prefix with Gitea/Forgejo, not separa…
nextlevelshit Mar 28, 2026
70ede28
fix: support forge: none alias, add issue comments to Run-ID traceabi…
nextlevelshit Mar 29, 2026
07a5db9
feat: admin pipeline controls, audit log, CSRF, webhook detail page, …
nextlevelshit Mar 29, 2026
1b48502
fix(forge): separate CODEBERG_TOKEN from GITEA_TOKEN, add Forgejo to …
nextlevelshit Mar 29, 2026
7d9a49e
fix(onboarding): fall back to directory name when no manifest or READ…
nextlevelshit Mar 29, 2026
a354ea0
feat: cross-forge validation — unit tests, smoke pipeline, flaky test…
nextlevelshit Mar 29, 2026
595ecbc
fix(webui): add GITEA_TOKEN, CODEBERG_TOKEN, BITBUCKET_TOKEN to admin…
nextlevelshit Mar 29, 2026
c04083e
docs: add cross-forge setup guide and forge compatibility section to …
nextlevelshit Mar 29, 2026
d6a9e75
feat(webui): UX overhaul — tables for pipelines/personas/contracts, r…
nextlevelshit Mar 29, 2026
24e5af3
fix(webui): pipeline category filter derives from name prefix, improv…
nextlevelshit Mar 29, 2026
5f5dc41
fix(webui): remove markdown scroll constraints, render persona prompt…
nextlevelshit Mar 29, 2026
b445f53
fix(webui): fix SSE connection banner false positive, move to fixed b…
nextlevelshit Mar 29, 2026
144bc5b
fix(webui): fix personas table class, step card block layout, connect…
nextlevelshit Mar 29, 2026
2a1a04a
feat(pipelines): add wave-scope-audit — deep composition pipeline for…
nextlevelshit Mar 29, 2026
62f1afe
feat(pipelines): redesign wave-scope-audit as composition pipeline
nextlevelshit Mar 29, 2026
d58e146
fix(pipelines): use scan-only audit variants in composition, fix arti…
nextlevelshit Mar 29, 2026
18a0b6e
feat(contracts): shared schemas for cross-pipeline composition (#654)
nextlevelshit Mar 29, 2026
2e241aa
fix(defaults): remove wave-specific and language-specific pipelines f…
nextlevelshit Mar 29, 2026
c98b813
fix(hooks): eliminate race in webhook runner tests — use channels ins…
nextlevelshit Mar 29, 2026
32c3de7
Merge pull request #676 from re-cinq/654-contract-unification
nextlevelshit Mar 29, 2026
9713afa
fix(webui): default step cards to expanded in run detail page
nextlevelshit Mar 29, 2026
9d838c4
fix(webui): open all details sections by default in run detail page
nextlevelshit Mar 29, 2026
f7f633f
feat(webui): show context skill usage and pipeline step refs on ontol…
nextlevelshit Mar 29, 2026
1c65e41
fix(pipelines): remove inline contract schemas from audit prompts — c…
nextlevelshit Mar 29, 2026
79993eb
fix(contracts): complete #654 — wire shared schemas, remove prompt co…
nextlevelshit Mar 29, 2026
1e70e2f
feat(engine): implement composition primitives — iterate, aggregate, …
nextlevelshit Mar 29, 2026
c46a741
Merge branch '654-contract-unification'
nextlevelshit Mar 29, 2026
474e393
fix(engine): guard nil logger in child executors and ontology tracking
nextlevelshit Mar 29, 2026
d95ad1b
fix(engine,webui): child run records, parent-child hierarchy, iterate…
nextlevelshit Mar 29, 2026
9ee5c01
fix(engine): resolve step output refs in composition primitives
nextlevelshit Mar 30, 2026
b33b54b
fix(engine): log child pipeline events under child run ID, not parent
nextlevelshit Mar 30, 2026
f351774
fix(pipelines): add missing thread dependencies on rework steps
nextlevelshit Mar 30, 2026
733f40e
fix(pipelines): remove thread from rework steps to avoid DAG cycle
nextlevelshit Mar 30, 2026
68c8be0
fix(dag): skip rework_only steps in thread chain validation
nextlevelshit Mar 30, 2026
200a6ae
refactor: remove verified dead code from continuous and bench packages
nextlevelshit Mar 30, 2026
4d3792b
feat(relay): wire context compaction into pipeline executor
nextlevelshit Mar 30, 2026
4da8168
docs(scope): wave scope audit — inventory, dead code report, cleanup …
nextlevelshit Mar 30, 2026
299f205
Merge pull request #682 from re-cinq/655-scope-audit
nextlevelshit Mar 30, 2026
a31f910
fix(webui): webhook writes use read-only store, retros chart empty, m…
nextlevelshit Mar 30, 2026
79ca42f
fix(pipeline): suppress errcheck for non-blocking hook calls
nextlevelshit Mar 30, 2026
596dbc5
feat(pipelines): add ops-pr-rework pipeline and review-rework loop
nextlevelshit Mar 30, 2026
e115f75
fix(webui): tighten run detail UX — scrollable events, remove log sav…
nextlevelshit Mar 30, 2026
b7ee53b
fix(resume): --from-step with --detach creates 3 phantom run records …
nextlevelshit Mar 30, 2026
bf74716
chore(lint): add errcheck/staticcheck exclusions for known non-critic…
nextlevelshit Mar 30, 2026
dccf00f
fix(test): skip domain filter test when Chrome fetch interception una…
nextlevelshit Mar 31, 2026
2c149fb
chore: switch all persona models from opus to sonnet
nextlevelshit Mar 31, 2026
1329189
docs: update adapter documentation for multi-adapter support
nextlevelshit Apr 1, 2026
9244663
refactor: rename CLAUDE.md to AGENTS.md as single source of truth
nextlevelshit Apr 1, 2026
42f4285
feat: add --adapter CLI flag and proper adapter registry resolution
nextlevelshit Apr 1, 2026
373c135
feat: update opencode adapter for v1.3.0 and improve gemini error sur…
nextlevelshit Apr 1, 2026
6a7098d
feat: adapter-aware instruction file injection
nextlevelshit Apr 1, 2026
86084f0
feat: add default_model to adapter config and improve wave init
nextlevelshit Apr 1, 2026
f25e3d5
fix: silence errcheck warnings in opencode parser and executor
nextlevelshit Apr 1, 2026
618f192
refactor: remove hardcoded Claude models from default personas
nextlevelshit Apr 1, 2026
97236d2
docs: add adapter and forge compatibility sections to landing page
nextlevelshit Apr 1, 2026
f96bb68
docs: improve landing page tagline and value pills
nextlevelshit Apr 1, 2026
34db93c
fix(docs): center landing page headings and widen lead paragraphs
nextlevelshit Apr 1, 2026
4f16d96
fix(opencode): move --model flag before prompt in buildArgs
nextlevelshit Apr 1, 2026
a820ec2
feat(display): show adapter and model in TUI, logs, and audit trail
nextlevelshit Apr 1, 2026
8d683a3
refactor(routing): rename tiers to cheapest/fastest/strongest
nextlevelshit Apr 1, 2026
26e2997
feat(init): generate tier_models for each adapter in wave init
nextlevelshit Apr 1, 2026
a15b024
refactor(personas): remove hardcoded models to make personas adapter-…
nextlevelshit Apr 1, 2026
54b6f47
config(pipelines): use opencode adapter for ops-pr-review
nextlevelshit Apr 1, 2026
7caecaa
config(wave): update opencode default_model and routing tiers
nextlevelshit Apr 1, 2026
9f3b2db
docs: update model-routing, adapters docs and CLI help text
nextlevelshit Apr 1, 2026
6d2fc99
Merge pull request #702 from re-cinq/feature/gemini-and-opencode-adap…
nextlevelshit Apr 1, 2026
86e02c1
feat: add model and adapter columns to event_log table
nextlevelshit Apr 1, 2026
8c6a9cd
feat: pass model and adapter through step controller event logging
nextlevelshit Apr 1, 2026
54bbfae
fix: update test mocks to match new LogEvent signature
nextlevelshit Apr 1, 2026
52c9d1a
feat: pass model and adapter to LogEvent in run command emitter
nextlevelshit Apr 1, 2026
15e8fd8
feat: pass model and adapter to LogEvent in SSE event logging
nextlevelshit Apr 1, 2026
40dd7d4
feat: expose model and adapter in step details and event summaries
nextlevelshit Apr 1, 2026
983925f
fix: update webui test callers to match new LogEvent signature
nextlevelshit Apr 1, 2026
322a102
feat: add adapter and model badges to step cards
nextlevelshit Apr 1, 2026
510b74d
feat: show adapter and model stats in run detail summary bar
nextlevelshit Apr 1, 2026
1c8daca
feat: add adapter and model columns to runs table
nextlevelshit Apr 1, 2026
cdd1fdd
feat: display adapter and model badges in run detail summary
nextlevelshit Apr 1, 2026
0a93c2c
fix: remove progress bar from step cards and default-open events section
nextlevelshit Apr 1, 2026
69357d7
fix: prevent class stripping on state change, add model/adapter badge…
nextlevelshit Apr 1, 2026
a79c6ac
fix: stabilize step card layout - reserved border-left, min-height he…
nextlevelshit Apr 1, 2026
994bfd3
fix: dry-run tests capture stderr, pass StepFilter arg, remove invali…
nextlevelshit Apr 2, 2026
ea0fe8d
test: add integration test for phantom run records on detach+from-ste…
nextlevelshit Apr 2, 2026
f0a79f2
fix: dry-run validator accepts all valid on_failure values (retry, co…
nextlevelshit Apr 2, 2026
4fa83cb
fix(webui): correct table classes, CSS variables, and flex layout acr…
nextlevelshit Apr 2, 2026
3f74bf4
feat(webui): replace top-bar nav with grouped sidebar navigation
nextlevelshit Apr 3, 2026
c5c8066
fix(adapter): add wait_for to form interaction test to prevent flaky …
nextlevelshit Apr 3, 2026
d74d8fe
feat(webui): first-time user run experience — CLI parity start form, …
nextlevelshit Apr 3, 2026
29f2de7
docs(spec): implementation plan for re:cinq brand guidelines alignmen…
nextlevelshit Mar 30, 2026
c2be691
feat: implement #683 — align VitePress docs with re:cinq brand guidel…
nextlevelshit Mar 30, 2026
fc000a7
feat(docs): include re:cinq brand guidelines files in VitePress theming
nextlevelshit Mar 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: agentic-coding
description: Expert agentic coding methodologies including autonomous AI development, multi-agent systems, and self-improving code generation
---

Expand Down
Loading
Loading