Commit Graph

18 Commits

Author SHA1 Message Date
Mark IJbema 523e3d8f03 chore: remove upstream vscode sdk 2026-05-19 10:50:27 +02:00
Catriel Müller ec57cd450c refactor: fix opencode annotations when rollback a kilocode change 2026-05-05 15:29:06 -03:00
kiloconnect[bot] d22d08bbce chore: remove stale desktop package references 2026-05-04 15:00:59 +00:00
Alex Alecu 60bac86696 fix: handle CI symlinks and config paths 2026-04-29 15:51:16 +03:00
kirillk 3b88d2a5ce fix(cli): include shell scripts in annotation check 2026-04-28 12:33:40 -04:00
kirillk cf80826d5b fix(cli): check annotations across shared upstream paths 2026-04-28 12:09:37 -04:00
Kirill Kalishev 4f1fa19955 Merge pull request #8683 from Kilo-Org/glitter-neighbor
fix(cli): skip opencode annotation check on upstream merge PRs
2026-04-09 14:01:07 -04:00
kirillk 258fbc4e16 fix(cli): case-insensitive match for resolve merge conflict subject 2026-04-09 13:06:30 -04:00
kirillk c02addb544 fix(cli): also detect Resolve merge conflict commits as upstream merges 2026-04-09 13:05:25 -04:00
kirillk b42fdc3235 fix(cli): skip opencode annotation check on upstream merge PRs 2026-04-09 12:38:41 -04:00
kirillk e11bb7cb7b fix(cli): skip opencode annotation check on upstream merge PRs 2026-04-09 12:30:48 -04:00
Evgeny Shurakov 537db08447 fix: exempt kilo-* dirs from annotation check, add markers to session route
The kilo-sessions/ directory is entirely Kilo-specific and should not
require kilocode_change markers. Update isExempt() to also match
directories starting with 'kilo-'. Add block markers to the /viewed
route changes in session.ts.
2026-04-09 14:17:13 +02:00
Alex Alecu 6bb47302dd Merge remote-tracking branch 'origin/main' into feat/local-recall-tool
# Conflicts:
#	script/check-opencode-annotations.ts
2026-04-08 18:56:24 +03:00
Alex Alecu ee5bb2fa5c fix(cli): exit on git failure in annotation checker 2026-04-08 18:51:58 +03:00
kirillk 039cf837f1 fix(cli): add word boundary to MARKER_PREFIX regex
Prevents matching typos like kilocode_changes, kilocode_changelog.
Reported by reviewer in #8601.
2026-04-08 11:13:57 -04:00
kirillk bf2ae93d67 fix(cli): support JSX comment syntax in kilocode_change annotation check
The annotation check script only recognized // style comments but TSX
files require {/* */} syntax inside JSX templates. This caused false
failures for PRs adding JSX-annotated markers in packages/opencode/.
2026-04-08 10:05:07 -04:00
Alex Alecu 42448f98cd chore(cli): add missing kilocode_change annotations
Add kilocode_change markers to all Kilo-specific changes in shared
opencode files to pass the check-opencode-annotations CI check.
Also bring in the workflow and script from main.
2026-04-08 16:43:45 +03:00
kirillk 2828b7e000 feat(cli): add annotation check script and AGENTS.md docs 2026-04-07 15:39:04 -04:00