Commit Graph

1681 Commits

Author SHA1 Message Date
Affaan Mustafa cc5fe121bf feat: add ecc2 natural-language session spawner 2026-04-09 04:33:17 -07:00
Affaan Mustafa 15e05d96ad feat: add ecc2 output content filters 2026-04-09 04:26:06 -07:00
Affaan Mustafa bab03bd8af feat: add ecc2 agent output filters 2026-04-09 04:21:23 -07:00
Affaan Mustafa 1755069df2 feat: add ecc2 global output search 2026-04-09 04:17:03 -07:00
Affaan Mustafa 3b700c8715 feat: add ecc2 output time filters 2026-04-09 04:10:51 -07:00
Affaan Mustafa 077f46b777 feat: add ecc2 stderr output filter 2026-04-09 04:04:25 -07:00
Affaan Mustafa 8fc40da739 feat: add ecc2 regex output search 2026-04-09 04:00:31 -07:00
Affaan Mustafa 8440181001 feat: add ecc2 output search mode 2026-04-09 03:57:12 -07:00
Affaan Mustafa c7bf143450 feat: persist ecc2 pane sizes by layout 2026-04-09 03:50:29 -07:00
Affaan Mustafa 63299b15b3 feat: add ecc2 runtime theme toggle 2026-04-09 03:43:28 -07:00
Affaan Mustafa 3eb9bc8ef5 feat: add ecc2 runtime pane layout switching 2026-04-09 03:39:17 -07:00
Affaan Mustafa 1b3ccb85aa docs: mark continuous-learning v1 as legacy 2026-04-08 16:31:58 -07:00
Affaan Mustafa 2e5e94cb7f fix: harden claude plugin manifest surfaces 2026-04-08 16:27:30 -07:00
Affaan Mustafa adfe8a8311 feat: auto-prune inactive ecc2 worktrees 2026-04-08 16:08:29 -07:00
Affaan Mustafa b3f781a648 feat: default ecc2 worktrees through policy 2026-04-08 15:58:31 -07:00
Affaan Mustafa 86cbe3d616 feat: add c language compatibility 2026-04-08 15:42:49 -07:00
Affaan Mustafa 9bd8e8b3c7 fix: resolve markdownlint violations 2026-04-08 15:40:26 -07:00
Affaan Mustafa e226772a72 feat: add gemini agent adapter 2026-04-08 15:38:49 -07:00
Affaan Mustafa e363c54057 fix: treat oauth mcp 401 probes as reachable 2026-04-08 15:34:34 -07:00
Affaan Mustafa eb274d25d9 feat: add ecc2 split diff viewer 2026-04-08 15:30:21 -07:00
Affaan Mustafa dada133784 feat: surface ecc2 daemon auto-merge activity 2026-04-08 15:27:16 -07:00
Affaan Mustafa d8c8178f92 feat: add ecc2 worktree conflict protocol 2026-04-08 15:17:45 -07:00
Affaan Mustafa 27d7964bb1 feat: add ecc2 worktree auto-merge policy 2026-04-08 15:11:22 -07:00
Affaan Mustafa e6460534e3 feat: add ecc2 bulk worktree merge actions 2026-04-08 15:04:52 -07:00
Affaan Mustafa 4834dfd280 feat: add ecc2 worktree merge actions 2026-04-08 14:57:46 -07:00
Affaan Mustafa 7f2c14ecf8 feat: surface ecc2 worktree pressure 2026-04-08 14:43:42 -07:00
Affaan Mustafa 027d77468e feat: add ecc2 dashboard worktree pruning 2026-04-08 14:33:30 -07:00
Affaan Mustafa 689235af16 feat: add ecc2 worktree pruning command 2026-04-08 14:30:08 -07:00
Affaan Mustafa 4834b63b35 feat: add ecc2 global worktree status 2026-04-08 14:13:26 -07:00
Affaan Mustafa 2dee4072a3 feat: add ecc2 worktree patch previews 2026-04-08 14:10:24 -07:00
Affaan Mustafa e7be2ddf8d feat: add ecc2 worktree status checks 2026-04-08 14:04:55 -07:00
Affaan Mustafa 10b8471e3c feat: add ecc2 worktree status command 2026-04-08 14:02:01 -07:00
Affaan Mustafa dd14888f5f feat: add ecc2 worktree merge readiness 2026-04-08 13:54:31 -07:00
Affaan Mustafa 87d520f0b1 feat: add ecc2 diff viewer mode 2026-04-08 13:49:35 -07:00
Affaan Mustafa 5070b2d785 feat: add ecc2 worktree file previews 2026-04-08 13:45:32 -07:00
AlexisLeDain bc94f9926e fix: add Quarkus detection signal to Phase 0 in prompt-optimizer
Phase 0 mapped build.gradle/pom.xml only to Spring Boot. Now it
instructs checking the build file contents for 'quarkus' vs
'spring-boot' to select the correct tech stack path.
2026-04-08 22:43:31 +02:00
AlexisLeDain 4402e47553 fix: restore missing testPayload setup in zh-CN and ja-JP quarkus-tdd
The Camel route test example was missing the testPayload field
declaration, DocumentValidator mock, and @BeforeEach setup that
exist in the English source, making the snippet invalid.
2026-04-08 22:40:39 +02:00
AlexisLeDain 8e5c5f59ce add Framework output option for both frameworks 2026-04-08 22:33:53 +02:00
Affaan Mustafa afb97961e3 feat: add ecc2 maintain coordination command 2026-04-08 13:31:11 -07:00
AlexisLeDain eb2ea25b8e fix: clarify AssertJ vs JUnit assertion guidance in quarkus-tdd
Changed "Always use AssertJ" to "Prefer AssertJ for value checks" and
documented the intended pattern: JUnit assertThrows/assertDoesNotThrow
for exception lifecycle, AssertJ for value validation. This matches
the actual code examples in the document.
2026-04-08 22:31:04 +02:00
AlexisLeDain 61dfbf8846 fix: remove unsafe-inline from script-src in CSP example
'unsafe-inline' for script-src negates XSS protection from CSP.
Removed it from the security headers example in quarkus-security
and all locale copies. Kept 'unsafe-inline' for style-src only
(commonly needed by CSS frameworks) with a comment recommending
nonces where possible.
2026-04-08 22:28:46 +02:00
Affaan Mustafa dc12e902b1 feat: add ecc2 coordinate backlog health checks 2026-04-08 13:26:45 -07:00
AlexisLeDain e9089cf44e fix: add Gradle equivalents for Quarkus commands in java-build-resolver
The [QUARKUS] section only had Maven commands despite the agent
claiming Maven/Gradle support. Added Gradle equivalents (quarkusBuild,
quarkusDev, listExtensions, addExtension) and split into Maven/Gradle/Common
subsections.
2026-04-08 22:26:42 +02:00
Affaan Mustafa 2b7b717664 feat: add ecc2 coordinate backlog json output 2026-04-08 13:24:32 -07:00
Affaan Mustafa d738089e3e feat: add ecc2 looping backlog coordination 2026-04-08 13:22:02 -07:00
Affaan Mustafa bcf8d0617e feat: add ecc2 coordination status health metadata 2026-04-08 13:19:24 -07:00
Affaan Mustafa da4c7791fe feat: add ecc2 coordination status health checks 2026-04-08 13:16:45 -07:00
Affaan Mustafa 53d8cee6f8 feat: add ecc2 coordination status json output 2026-04-08 13:15:21 -07:00
Affaan Mustafa cd94878374 feat: add ecc2 coordination status command 2026-04-08 13:13:46 -07:00
AlexisLeDain 9b9f71c2e5 fix: address PR review findings for quarkus skills
- Add missing objectMapper field to EventService example (quarkus-patterns)
- Fix eventService.validate() → documentValidator.validate() API mismatch (quarkus-tdd)
- Add DocumentValidator mock declaration in Camel route test (quarkus-tdd)
- Update .opencode java-reviewer.txt to mention Quarkus alongside Spring Boot
2026-04-08 22:08:38 +02:00