Commit Graph

  • 0e9f613fd1 Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)" Affaan Mustafa 2026-02-20 01:11:30 -08:00
  • a52fb7a9d9 feat(skills): add visa-doc-translate skill Visa Doc Translator 2026-02-20 16:25:23 +08:00
  • 1bd68ff534 feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245) park-kyungchan 2026-02-20 15:34:51 +09:00
  • 4eb6fbdd3f feat: auto-detect formatter in post-edit hook (Biome/Prettier) Jonghyeok Park 2026-02-20 14:30:01 +09:00
  • 24047351c2 Merge pull request #251 from gangqian68/main Affaan Mustafa 2026-02-19 04:56:49 -08:00
  • 66959c1dca docs: add CLAUDE.md for Claude Code guidance qian gang 2026-02-19 16:50:08 +08:00
  • 5a0f6e9e1e Merge pull request #12 from pangerlkr/copilot/fix-ci-test-failures-again Pangerkumzuk Longkumer 2026-02-19 06:43:40 +05:30
  • cf61ef7539 Fix Windows CI test failures - add platform checks and USERPROFILE support copilot-swe-agent[bot] 2026-02-18 15:10:32 +00:00
  • 07e23e3e64 Initial plan copilot-swe-agent[bot] 2026-02-18 15:00:14 +00:00
  • 8fc49ba0e8 Merge pull request #11 from pangerlkr/copilot/fix-ci-test-failures Pangerkumzuk Longkumer 2026-02-18 20:29:40 +05:30
  • b90448aef6 Clarify cleanup comment scope in session-manager tests copilot-swe-agent[bot] 2026-02-18 14:05:46 +00:00
  • caab908be8 Fix session-manager test environment for Rounds 95-98 copilot-swe-agent[bot] 2026-02-18 14:02:11 +00:00
  • 7021d1f6cf Initial plan copilot-swe-agent[bot] 2026-02-18 13:51:40 +00:00
  • 3ad211b01b Merge pull request #10 from pangerlkr/copilot/fix-matrix-test-failures Pangerkumzuk Longkumer 2026-02-18 19:21:21 +05:30
  • f61c9b0caf Fix integration/hooks tests to handle Windows platform differences copilot-swe-agent[bot] 2026-02-18 13:42:05 +00:00
  • b682ac7d79 Initial plan copilot-swe-agent[bot] 2026-02-18 13:36:31 +00:00
  • e1fca6e84d Merge branch 'affaan-m:main' into main Pangerkumzuk Longkumer 2026-02-18 18:33:04 +05:30
  • 07530ace5f Merge pull request #9 from pangerlkr/claude/fix-agentshield-security-scan Pangerkumzuk Longkumer 2026-02-18 13:42:01 +05:30
  • 00464b6f60 Fix failing workflows: trim action in getCommandPattern and remove broken AgentShield scan anthropic-code-agent[bot] 2026-02-18 08:06:25 +00:00
  • 0c78a7c779 Initial plan anthropic-code-agent[bot] 2026-02-18 08:00:23 +00:00
  • fca997001e Merge pull request #7 from pangerlkr/copilot/fix-workflow-failures Pangerkumzuk Longkumer 2026-02-18 13:16:01 +05:30
  • 1eca3c9130 Fix stdin overflow bug in hook scripts - truncate chunks to stay within MAX_STDIN limit copilot-swe-agent[bot] 2026-02-18 07:40:12 +00:00
  • defcdc356e Initial plan copilot-swe-agent[bot] 2026-02-18 07:28:13 +00:00
  • b548ce47c9 Merge pull request #6 from pangerlkr/copilot/fix-workflow-actions Pangerkumzuk Longkumer 2026-02-18 12:56:29 +05:30
  • 90e6a8c63b Fix copilot-setup-steps.yml and address PR review comments copilot-swe-agent[bot] 2026-02-18 07:22:05 +00:00
  • c68f7efcdc Initial plan copilot-swe-agent[bot] 2026-02-18 07:16:12 +00:00
  • aa805d5240 Merge pull request #5 from pangerlkr/claude/fix-workflow-actions Pangerkumzuk Longkumer 2026-02-18 12:42:38 +05:30
  • c5ca3c698c Fix ESLint errors in test files and package-manager.js anthropic-code-agent[bot] 2026-02-18 07:04:29 +00:00
  • 7e928572c7 Initial plan anthropic-code-agent[bot] 2026-02-18 06:58:35 +00:00
  • 0bf47bbb41 Update print statement from 'Hfix: update package manager tests and add summaryello' to 'Goodbye' Pangerkumzuk Longkumer 2026-02-18 07:29:16 +05:30
  • 2ad888ca82 Refactor console log formatting in tests Pangerkumzuk Longkumer 2026-02-18 07:21:58 +05:30
  • 8966282e48 fix: add comments to empty catch blocks (no-empty ESLint) Pangerkumzuk Longkumer 2026-02-18 07:18:40 +05:30
  • 3d97985559 fix: remove unused execFileSync import (no-unused-vars ESLint) Pangerkumzuk Longkumer 2026-02-18 07:15:53 +05:30
  • d54124afad fix: remove useless escape characters in regex patterns (no-useless-escape ESLint) Pangerkumzuk Longkumer 2026-02-18 07:14:32 +05:30
  • 9d8e4b5af8 fix: correct SwiftUI skill ViewModel injection and Equatable comparison Maksim Dimitrov 2026-02-17 17:04:31 +02:00
  • f5149d84ec feat: add swiftui-patterns skill Maksim Dimitrov 2026-02-17 15:52:15 +02:00
  • 6792e91735 feat: add Swift language-specific rules Maksim Dimitrov 2026-02-17 15:43:14 +02:00
  • 0b11849f1e chore: update skill count from 37 to 43, add 5 new skills to directory listing Affaan Mustafa 2026-02-16 20:04:57 -08:00
  • 2c26d2d67c fix: add missing process.exit(0) to early return in post-edit-console-warn hook Affaan Mustafa 2026-02-16 20:03:07 -08:00
  • fdda6cbcd9 Merge branch 'main' into main Pangerkumzuk Longkumer 2026-02-17 07:00:12 +05:30
  • 5cb9c1c2a5 Merge pull request #223 from shimo4228/feat/skills/regex-vs-llm-structured-text Affaan Mustafa 2026-02-16 14:19:02 -08:00
  • 595127954f Merge pull request #222 from shimo4228/feat/skills/content-hash-cache-pattern Affaan Mustafa 2026-02-16 14:18:59 -08:00
  • bb084229aa Merge pull request #221 from shimo4228/feat/skills/swift-actor-persistence Affaan Mustafa 2026-02-16 14:18:57 -08:00
  • 849bb3b425 Merge pull request #220 from shimo4228/feat/skills/swift-protocol-di-testing Affaan Mustafa 2026-02-16 14:18:55 -08:00
  • 4db215f60d Merge pull request #219 from shimo4228/feat/skills/cost-aware-llm-pipeline Affaan Mustafa 2026-02-16 14:18:53 -08:00
  • bb1486c404 Merge pull request #229 from voidforall/feat/cpp-coding-standards Affaan Mustafa 2026-02-16 14:18:35 -08:00
  • 9339d4c88c Merge pull request #228 from hrygo/fix/observe.sh-timestamp-export Affaan Mustafa 2026-02-16 14:18:13 -08:00
  • 2497a9b6e5 Merge pull request #241 from sungpeo/mkdir-rules-readme Affaan Mustafa 2026-02-16 14:18:10 -08:00
  • e449471ed3 Merge pull request #230 from neal-zhu/fix/whitelist-plan-files-in-doc-hook Affaan Mustafa 2026-02-16 14:18:08 -08:00
  • cad8db21b7 docs: add mkdir for rules directory in ja-JP and zh-CN READMEs Sungpeo Kook 2026-02-17 01:48:37 +09:00
  • 9d9258c7e1 docs: require default directory creation for initial user-level rules Sungpeo Kook 2026-02-17 01:32:56 +09:00
  • 08ee723e85 Merge pull request #3 from pangerlkr/copilot/fix-markdownlint-errors-again Pangerkumzuk Longkumer 2026-02-16 19:23:01 +05:30
  • f11347a708 Merge pull request #4 from pangerlkr/copilot/fix-markdownlint-errors-another-one Pangerkumzuk Longkumer 2026-02-16 19:20:56 +05:30
  • 586637f94c Revert unrelated package-lock.json changes copilot-swe-agent[bot] 2026-02-16 03:01:15 +00:00
  • 2b6ff6b55e Initial plan for markdownlint error fixes copilot-swe-agent[bot] 2026-02-16 02:58:12 +00:00
  • 2be6e09501 Initial plan copilot-swe-agent[bot] 2026-02-16 02:55:40 +00:00
  • b1d47b22ea Initial plan copilot-swe-agent[bot] 2026-02-16 02:37:38 +00:00
  • 9dd4f4409b Merge pull request #2 from pangerlkr/copilot/fix-markdownlint-errors Pangerkumzuk Longkumer 2026-02-16 07:58:23 +05:30
  • c5de2a7bf7 Remove misleading comments about trailing spaces copilot-swe-agent[bot] 2026-02-16 02:22:49 +00:00
  • af24c617bb Fix all markdownlint errors (MD038, MD058, MD025, MD034) copilot-swe-agent[bot] 2026-02-16 02:22:14 +00:00
  • 2ca903d4c5 Initial plan copilot-swe-agent[bot] 2026-02-16 02:20:28 +00:00
  • 4d98d9f125 Add Go environment setup step to workflow Pangerkumzuk Longkumer 2026-02-16 07:10:39 +05:30
  • 853c64d7c1 feat: add NanoClaw agent REPL — persistent session-aware CLI for ECC andydiaz122 2026-02-15 12:02:19 -05:00
  • 40e80bcc61 fix: whitelist .claude/plans/ in doc file creation hook Maohua Zhu 2026-02-15 08:49:15 +08:00
  • eaf710847f fix syntax in illustrative example Lin Yuan 2026-02-14 20:36:36 +00:00
  • b169a2e1dd Update .cursor/skills/cpp-coding-standards/SKILL.md voidforall 2026-02-14 20:33:59 +00:00
  • 8b4aac4e56 feat: add cpp-coding-standards skill to skills/ and update README Lin Yuan 2026-02-14 20:26:33 +00:00
  • 08f60355d4 feat: add cpp-coding-standards skill based on C++ Core Guidelines Lin Yuan 2026-02-14 20:20:27 +00:00
  • 1f74889dbf fix: correct TIMESTAMP environment variable syntax in observe.sh 黄飞虹 2026-02-14 21:25:50 +08:00
  • 82d751556c feat(skills): add regex-vs-llm-structured-text skill Tatsuya Shimomoto 2026-02-14 12:33:03 +09:00
  • 3847cc0e0d feat(skills): add content-hash-cache-pattern skill Tatsuya Shimomoto 2026-02-14 12:31:30 +09:00
  • 94eaaad238 feat(skills): add swift-actor-persistence skill Tatsuya Shimomoto 2026-02-14 12:30:22 +09:00
  • ab5be936e9 feat(skills): add swift-protocol-di-testing skill Tatsuya Shimomoto 2026-02-14 12:18:48 +09:00
  • 219bd1ff88 feat(skills): add cost-aware-llm-pipeline skill Tatsuya Shimomoto 2026-02-14 12:16:05 +09:00
  • 4ff6831b2b Delete llms.txt Affaan Mustafa 2026-02-13 18:47:48 -08:00
  • 182e9e78b9 test: add 3 edge-case tests for readFile binary, output() NaN/Infinity, loadAliases __proto__ safety Affaan Mustafa 2026-02-13 18:44:07 -08:00
  • 0250de793a test: add 3 edge-case tests for findFiles dotfiles, getAllSessions date format, parseSessionMetadata title regex Affaan Mustafa 2026-02-13 18:40:07 -08:00
  • 88fa1bdbbc test: add 3 edge-case tests for countInFile overlapping, replaceInFile $& tokens, parseSessionMetadata CRLF Affaan Mustafa 2026-02-13 18:36:09 -08:00
  • 2753db3a48 test: add 3 edge-case tests for findFiles dot escaping, listAliases limit falsy values, getSessionById old format Affaan Mustafa 2026-02-13 18:30:42 -08:00
  • e50b05384a test: add Round 121 tests for findFiles ? glob, setAlias path validation, and time metadata extraction Affaan Mustafa 2026-02-13 18:25:56 -08:00
  • 26f3c88902 test: add Round 120 tests for replaceInFile empty search, setAlias length boundary, and notes extraction Affaan Mustafa 2026-02-13 18:23:55 -08:00
  • df2d3a6d54 test: add Round 119 tests for appendFile type safety, renameAlias reserved names, and context extraction Affaan Mustafa 2026-02-13 18:21:39 -08:00
  • 25c5d58c44 test: add Round 118 edge-case tests for writeFile type safety, renameAlias self, and reserved alias names Affaan Mustafa 2026-02-13 18:19:21 -08:00
  • 06af1acb8d test: add Round 117 edge-case tests for grepFile CRLF, getSessionSize boundaries, and parseSessionFilename case Affaan Mustafa 2026-02-13 18:16:10 -08:00
  • 6a0b231d34 test: add Round 116 edge-case tests for replaceInFile null coercion, loadAliases extra fields, and ensureDir null path Affaan Mustafa 2026-02-13 18:11:58 -08:00
  • a563df2a52 test: add edge-case tests for countInFile empty pattern, parseSessionMetadata CRLF, and updateAliasTitle empty string coercion (round 115) Affaan Mustafa 2026-02-13 18:05:28 -08:00
  • 53e06a8850 test: add edge-case tests for listAliases type coercion, replaceInFile options.all with RegExp, and output BigInt serialization (round 114) Affaan Mustafa 2026-02-13 18:01:25 -08:00
  • 93633e44f2 test: add 3 tests for century leap years, zero-width regex, and markdown titles (Round 113) Affaan Mustafa 2026-02-13 17:54:48 -08:00
  • 791da32c6b test: add 3 tests for Unicode alias rejection, newline-in-path heuristic, and read-only append (Round 112) Affaan Mustafa 2026-02-13 17:47:50 -08:00
  • 635eb108ab test: add 3 tests for nested backtick context truncation, newline args injection, alias 128-char boundary Affaan Mustafa 2026-02-13 17:41:58 -08:00
  • 1e740724ca test: add 3 tests for findFiles root-unreadable, parseSessionFilename year 0000, uppercase ID rejection Affaan Mustafa 2026-02-13 17:30:38 -08:00
  • 6737f3245b test: add 3 tests for appendFile new-file creation, getExecCommand traversal, getAllSessions non-session skip Affaan Mustafa 2026-02-13 17:24:36 -08:00
  • 1b273de13f test: add 3 tests for grepFile Unicode, SAFE_NAME_REGEX traversal, getSessionSize boundary Affaan Mustafa 2026-02-13 17:18:06 -08:00
  • 882157ac09 test: add 3 tests for Round 107 (881 total) Affaan Mustafa 2026-02-13 17:11:32 -08:00
  • 69799f2f80 test: add 3 tests for Round 106 (878 total) Affaan Mustafa 2026-02-13 17:07:13 -08:00
  • b27c21732f test: add 3 edge-case tests for regex boundary, sticky flag, and type bypass (Round 105) Affaan Mustafa 2026-02-13 16:59:56 -08:00
  • 332d0f444b test: add Round 104 edge-case tests (detectFromLockFile null, resolveSessionAlias traversal, whitespace notes) Affaan Mustafa 2026-02-13 16:45:47 -08:00
  • 45a0b62fcb test: add Round 103 edge-case tests (countInFile bool, grepFile numeric, loadAliases array) Affaan Mustafa 2026-02-13 16:08:47 -08:00
  • a64a294b29 test: add 3 edge-case tests for looksLikePath heuristic, falsy title coercion, and checkbox regex (Round 102) Affaan Mustafa 2026-02-13 16:02:18 -08:00
  • 4d016babbb test: round 101 — output() circular crash, getSessionStats type confusion, appendSessionContent null Affaan Mustafa 2026-02-13 15:54:02 -08:00