Commit Graph

1161 Commits

Author SHA1 Message Date
AlexisLeDain 8e5c5f59ce add Framework output option for both frameworks 2026-04-08 22:33:53 +02: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
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
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
AlexisLeDain 63934f382a fix prompt-optimizer skill mapping for Java reviewers 2026-04-08 21:54:16 +02:00
AlexisLeDain b54ce43ef3 translate properly docs/ 2026-04-08 21:49:38 +02:00
Alexis Le Dain 08eb812da6 Update docs/zh-CN/skills/prompt-optimizer/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-08 21:24:15 +02:00
AlexisLeDain 73de75abfd fix undefined originalFileName 2026-04-08 21:18:42 +02:00
AlexisLeDain 7945c3c979 translated localized doc copies 2026-04-08 21:11:22 +02:00
Alexis Le Dain ddd611152e Update skills/configure-ecc/SKILL.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-08 21:03:46 +02:00
AlexisLeDain c44d37e931 add quarkus to java part 2026-04-08 16:24:27 +02:00
Affaan Mustafa 098b773c11 feat: tune ecc2 dispatch limits 2026-04-07 13:20:22 -07:00
Affaan Mustafa a7309481f4 feat: persist ecc2 auto-dispatch policy 2026-04-07 13:18:10 -07:00
Affaan Mustafa bde186d987 feat: add ecc2 dashboard rebalance action 2026-04-07 13:16:14 -07:00
Affaan Mustafa 349d3a08cb feat: rebalance ecc2 delegate backlog 2026-04-07 13:15:03 -07:00
Affaan Mustafa f450a14ef7 feat: preview ecc2 routing decisions 2026-04-07 13:10:12 -07:00
Affaan Mustafa ef2820f614 feat: show ecc2 global backlog pressure 2026-04-07 13:07:23 -07:00
Affaan Mustafa 05ef8dfaac feat: add ecc2 dashboard global auto-dispatch 2026-04-07 13:04:34 -07:00
Affaan Mustafa e567dc39c8 feat: add ecc2 daemon auto-dispatch pass 2026-04-07 13:00:20 -07:00
Affaan Mustafa 2d5d0e5c1d feat: add ecc2 auto-dispatch backlog sweep 2026-04-07 12:57:12 -07:00
Affaan Mustafa df3ac98ce3 feat: add ecc2 dashboard inbox drain action 2026-04-07 12:53:00 -07:00
Affaan Mustafa 7622973452 feat: add ecc2 inbox drain routing 2026-04-07 12:51:28 -07:00
Affaan Mustafa 8ff5e736cd feat: make ecc2 routing inbox-aware 2026-04-07 12:46:25 -07:00
Affaan Mustafa 7afc6892b1 feat: surface ecc2 operator action feedback 2026-04-07 12:43:46 -07:00
Affaan Mustafa 05512f6720 feat: add ecc2 dashboard assignment controls 2026-04-07 12:39:58 -07:00
Affaan Mustafa 5bff920bf8 feat: add ecc2 delegated assignment routing 2026-04-07 12:31:02 -07:00
Affaan Mustafa 3469773b32 feat: show ecc2 delegate states in dashboard 2026-04-07 12:26:31 -07:00
Affaan Mustafa e83ecfd3f9 feat: add ecc2 delegated team board 2026-04-07 12:24:54 -07:00
Affaan Mustafa 0eb31212e9 feat: surface ecc2 session handoff lineage 2026-04-07 12:21:29 -07:00
Affaan Mustafa 8fbd89b215 feat: add ecc2 delegated session command 2026-04-07 12:17:51 -07:00
Affaan Mustafa cd57c17d8e feat: wire ecc2 session handoffs into spawn flows 2026-04-07 12:15:45 -07:00
Affaan Mustafa 27b8272fad feat: add ecc2 session messaging primitives 2026-04-07 12:13:47 -07:00
Affaan Mustafa 1d46559201 feat: make ecc2 resume spawn real runner 2026-04-07 12:01:19 -07:00
Affaan Mustafa e923c60bee feat: add ecc2 dashboard session deletion controls 2026-04-07 11:56:07 -07:00
Affaan Mustafa 52fc93180b feat: add ecc2 dashboard quick-spawn action 2026-04-07 11:53:31 -07:00
Affaan Mustafa 2146619845 feat: show ecc2 selected worktree diff summaries 2026-04-07 11:44:40 -07:00
Affaan Mustafa cbdced9979 feat: add ecc2 dashboard worktree cleanup control 2026-04-07 11:40:32 -07:00
Affaan Mustafa bdbed70436 feat: surface ecc2 attention queue in dashboard 2026-04-07 11:38:16 -07:00
Affaan Mustafa 1ec6b56848 feat: wire real stop and resume controls into ecc2 tui 2026-04-07 11:34:46 -07:00
Affaan Mustafa 62519f2b62 docs: add ecc2 alpha readme 2026-04-06 14:32:06 -07:00
Affaan Mustafa c40c5b95aa docs: add skill adaptation policy 2026-04-06 14:30:23 -07:00
Affaan Mustafa 572c7a8fe6 docs: add capability surface selection guide 2026-04-06 14:21:28 -07:00
Alex c7f68a74e3 docs: Enhance README.zh-CN.md with badges and instructions (#1291)
* docs: Enhance README.zh-CN.md with badges and instructions

Updated README.zh-CN.md to include additional badges, improved descriptions, and added new sections for installation and usage instructions.

* Update README.zh-CN.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Update README.zh-CN.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Update security guide link in README.zh-CN.md

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-06 14:17:59 -07:00
Affaan Mustafa b1ad3bcfc7 docs: add canonical hook bug workaround guide 2026-04-06 14:12:21 -07:00
Affaan Mustafa 4967dad08c ci: gate releases on opencode payload verification 2026-04-06 14:08:08 -07:00
Affaan Mustafa df96abe74c fix: harden windows observer prompt handling 2026-04-06 14:05:38 -07:00
Affaan Mustafa 7dfdbe0b17 docs: remove stale insaits release note mention 2026-04-05 20:25:12 -07:00
Affaan Mustafa 8488811b80 chore: remove legacy insaits integration 2026-04-05 20:19:21 -07:00
Affaan Mustafa e09c548edf feat: add agent introspection debugging skill 2026-04-05 20:10:54 -07:00