Affaan Mustafa
717d54383c
Merge pull request #250 from OkminLee/feat/skills/ios26-three-skills
...
LGTM — 3 iOS 26 skills. Pure documentation.
2026-02-24 09:24:11 -08:00
Affaan Mustafa
bbbb2d637e
Merge pull request #244 from maxdimitrov/feat/rules/swift
...
LGTM — Swift rules and SwiftUI patterns skill. Pure documentation, no security concerns.
2026-02-24 09:23:48 -08:00
Affaan Mustafa
8526f9a754
Merge pull request #242 from t-s-li/fix/observe-hook-phase-detection
...
LGTM — fixes hook phase detection bug in observe.sh. Confirmed safe, no external dependencies.
2026-02-24 09:23:45 -08:00
Affaan Mustafa
6c79e8e339
Merge pull request #277 from pangerlkr/docs/rule-priority-conflict-resolution
...
docs(rules): define rule priority for language-specific vs common rule conflicts (fixes #236 )
2026-02-24 09:11:36 -08:00
Affaan Mustafa
5dad143f90
Merge pull request #278 from pangerlkr/feat/separate-development-workflow-235
...
feat(rules): separate Feature Implementation Workflow from git-workflow.md (fixes #235 )
2026-02-24 09:11:32 -08:00
Pangerkumzuk Longkumer
253aecbebd
feat(rules): add development-workflow.md with Feature Implementation Workflow (refs #235 )
...
This document outlines the full feature development process, including planning, TDD, code review, and committing to git.
2026-02-24 13:42:08 +05:30
Pangerkumzuk Longkumer
946f2ca18c
refactor(rules): split Feature Implementation Workflow from git-workflow.md (refs #235 )
...
Removed the Feature Implementation Workflow section from the Git Workflow document.
2026-02-24 13:41:19 +05:30
Pangerkumzuk Longkumer
e78b8f2560
docs(rules): add Rule Priority section to resolve language-specific vs common rule conflicts
...
Added section on rule priority and examples of overrides.
2026-02-24 13:38:00 +05:30
Okmin
300b6715f9
fix(skills): improve code examples in iOS 26 skills
...
- Add do-catch error handling to SwiftUI streaming example in
foundation-models-on-device
- Add Auto Layout constraints to UIKit glass effect example in
liquid-glass-design
- Promote build settings prerequisite from code comment to visible
blockquote warning in swift-concurrency-6-2
2026-02-24 14:39:25 +09:00
Okmin
1e79991407
fix(readme): correct skill count to 48 and add missing skill-stocktake to directory listing
2026-02-24 11:49:54 +09:00
Okmin
c91636185d
fix(skills): add Approachable Concurrency build settings note to PhotoProcessor example
2026-02-24 11:44:03 +09:00
Okmin
0a770caf84
fix(skills): address code review feedback on iOS 26 skill examples
...
- Add required name/description properties and @Generable to RecipeSearchTool
- Fix missing argument label in session.respond(to:) call
- Remove non-existent .scrollExtensionMode API, replace with correct guidance
- Change PhotoProcessor from struct to class for cache mutation support
- Fix method name mismatch in @concurrent example caller
2026-02-24 11:44:03 +09:00
Okmin
3b8c157952
chore: update skill count from 43 to 46, add 3 iOS 26 skills to directory listing
2026-02-24 11:44:03 +09:00
Okmin
721a2b2840
feat(skills): add swift-concurrency-6-2 skill for Approachable Concurrency
...
Add skill covering Swift 6.2 Approachable Concurrency model including
single-threaded defaults, @concurrent for explicit background offloading,
isolated conformances, and MainActor default inference mode.
2026-02-24 11:26:05 +09:00
Okmin
1fb2e460de
feat(skills): add foundation-models-on-device skill for Apple on-device LLM
...
Add skill covering Apple's FoundationModels framework for on-device
language model integration, including @Generable guided generation,
tool calling, and snapshot streaming patterns.
2026-02-24 11:26:05 +09:00
Okmin
70be11cc45
feat(skills): add liquid-glass-design skill for iOS 26 Liquid Glass UI system
...
Add comprehensive skill covering Apple's Liquid Glass design system
introduced in iOS 26, including SwiftUI, UIKit, and WidgetKit patterns.
2026-02-24 11:26:05 +09:00
Affaan Mustafa
db27ba1eb2
chore: update README stats and add Codex platform support
...
- Stars: 42K+ -> 50K+, forks: 5K+ -> 6K+, contributors: 24 -> 30
- Skills: 43 -> 44 (search-first), commands: 31 -> 32 (learn-eval)
- Add Codex to supported platforms in FAQ
- Add search-first skill and learn-eval command to directory listing
- Update OpenCode feature parity table counts
v1.6.0
2026-02-23 06:56:00 -08:00
Affaan Mustafa
3c833d8922
Merge pull request #265 from shimo4228/feat/skills/skill-stocktake
...
feat(skills): add skill-stocktake skill
2026-02-23 06:55:38 -08:00
Affaan Mustafa
156b89ed30
Merge pull request #268 from pangerlkr/patch-6
...
feat: add scripts/codemaps/generate.ts — fixes #247
2026-02-23 06:55:35 -08:00
Pangerkumzuk Longkumer
41ce1a52e5
feat: add scripts/codemaps/generate.ts codemap generator Fixes #247 - The generate.ts script referenced in agents/doc-updater.md was missing from the repository. This adds the actual implementation. The script: - Recursively walks the src directory (skipping node_modules, dist, etc.) - Classifies files into 5 areas: frontend, backend, database, integrations, workers - Generates docs/CODEMAPS/INDEX.md + one .md per area - Uses the codemap format defined in doc-updater.md - Supports optional srcDir argument: npx tsx scripts/codemaps/generate.ts [srcDir]
...
This script scans the current working directory and generates architectural codemap documentation in the specified output directory. It classifies files into areas such as frontend, backend, database, integrations, and workers, and creates markdown files for each area along with an index.
2026-02-22 16:19:16 +05:30
Jongchan
6f94c2e28f
fix(search-first): add missing skill name frontmatter ( #266 )
...
fix: add missing name frontmatter for search-first skill
2026-02-21 16:04:39 -08:00
Tatsuya Shimomoto
91b7ccf56f
feat(skills): add skill-stocktake skill
2026-02-22 04:29:40 +09:00
Affaan Mustafa
7daa830da9
Merge pull request #263 from shimo4228/feat/commands/learn-eval
...
feat(commands): add learn-eval command
2026-02-20 21:17:57 -08:00
Affaan Mustafa
7e57d1b831
Merge pull request #262 from shimo4228/feat/skills/search-first
...
feat(skills): add search-first skill
2026-02-20 21:17:54 -08:00
Tatsuya Shimomoto
ff47dace11
feat(commands): add learn-eval command
2026-02-21 12:10:39 +09:00
Tatsuya Shimomoto
c9dc53e862
feat(skills): add search-first skill
2026-02-21 12:10:25 +09:00
tsli
dbe737cc0b
address review: remove .cursor/ duplicate, use is not None checks
...
Changes based on CodeRabbit review feedback:
1. Remove entire .cursor/ directory — it was an identical copy of the
main skills/commands/agents/rules, causing maintenance drift.
Users of Cursor can reference the canonical files directly.
2. Use explicit `is not None` checks instead of truthiness for
parsed['input'] and parsed['output']. Empty strings or empty
dicts are valid values that should be preserved.
2026-02-21 08:46:13 +08:00
tsli
cb4e4ca711
fix: use CLI argument for hook phase detection in observe.sh
...
The observe.sh script receives "pre" or "post" as $1 from the hook
config, but the Python code was looking for a "hook_type" field in
the stdin JSON. Claude Code does NOT include "hook_type" in the
JSON payload passed to hooks, so it always defaulted to "unknown",
causing all observations to be recorded as "tool_complete" —
PreToolUse events were never distinguished from PostToolUse.
Fix: capture $1 as HOOK_PHASE and pass it to Python via env var.
This also fixes TIMESTAMP export in the .cursor copy where inline
`VAR=val cmd` syntax didn't propagate to the python subprocess.
2026-02-21 08:45:54 +08:00
Affaan Mustafa
c8f54481b8
chore: update Sonnet model references from 4.5 to 4.6
...
chore: update Sonnet model references from 4.5 to 4.6
2026-02-20 10:59:12 -08:00
Affaan Mustafa
294fc4aad8
fix: CI/Test for issue #226 (hook override bug)
...
Fixed CI / Test for (issue#226)
2026-02-20 10:59:10 -08:00
yptse123
81aa8a72c3
chore: update Sonnet model references from 4.5 to 4.6
...
Update MODEL_SONNET constant and all documentation references
to reflect the new claude-sonnet-4-6 model version.
2026-02-20 18:08:10 +08:00
Affaan Mustafa
0e9f613fd1
Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ ( #245 )"
...
This reverts commit 1bd68ff534 .
2026-02-20 01:11:30 -08:00
park-kyungchan
1bd68ff534
feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ ( #245 )
...
ECC community plugin pruning: removed 530+ non-essential files
(.cursor/, .opencode/, docs/ja-JP, docs/zh-CN, docs/zh-TW,
language-specific skills/agents/rules). Retained 4 agents,
3 commands, 5 skills. Promoted 13 rule files (8 common + 5
typescript) to .claude/rules/ for CC native loading. Extracted
reusable patterns to EXTRACTED-PATTERNS.md.
2026-02-19 22:34:51 -08:00
Affaan Mustafa
24047351c2
Merge pull request #251 from gangqian68/main
...
docs: add CLAUDE.md for Claude Code guidance
2026-02-19 04:56:49 -08:00
qian gang
66959c1dca
docs: add CLAUDE.md for Claude Code guidance
...
Add project-level CLAUDE.md with test commands, architecture
overview, key commands, and contribution guidelines.
2026-02-19 16:50:08 +08:00
Pangerkumzuk Longkumer
5a0f6e9e1e
Merge pull request #12 from pangerlkr/copilot/fix-ci-test-failures-again
...
Fix Windows CI test failures - platform-specific test adjustments
2026-02-19 06:43:40 +05:30
copilot-swe-agent[bot]
cf61ef7539
Fix Windows CI test failures - add platform checks and USERPROFILE support
...
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
2026-02-18 15:10:32 +00:00
copilot-swe-agent[bot]
07e23e3e64
Initial plan
2026-02-18 15:00:14 +00:00
Pangerkumzuk Longkumer
8fc49ba0e8
Merge pull request #11 from pangerlkr/copilot/fix-ci-test-failures
...
Fix session-manager tests failing in CI due to missing test isolation
2026-02-18 20:29:40 +05:30
copilot-swe-agent[bot]
b90448aef6
Clarify cleanup comment scope in session-manager tests
...
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
2026-02-18 14:05:46 +00:00
copilot-swe-agent[bot]
caab908be8
Fix session-manager test environment for Rounds 95-98
...
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
2026-02-18 14:02:11 +00:00
copilot-swe-agent[bot]
7021d1f6cf
Initial plan
2026-02-18 13:51:40 +00:00
Pangerkumzuk Longkumer
3ad211b01b
Merge pull request #10 from pangerlkr/copilot/fix-matrix-test-failures
...
Fix platform-specific hook blocking tests for CI matrix
2026-02-18 19:21:21 +05:30
copilot-swe-agent[bot]
f61c9b0caf
Fix integration/hooks tests to handle Windows platform differences
...
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
2026-02-18 13:42:05 +00:00
copilot-swe-agent[bot]
b682ac7d79
Initial plan
2026-02-18 13:36:31 +00:00
Pangerkumzuk Longkumer
e1fca6e84d
Merge branch 'affaan-m:main' into main
2026-02-18 18:33:04 +05:30
Pangerkumzuk Longkumer
07530ace5f
Merge pull request #9 from pangerlkr/claude/fix-agentshield-security-scan
...
Fix test failures and remove broken AgentShield workflow
2026-02-18 13:42:01 +05:30
anthropic-code-agent[bot]
00464b6f60
Fix failing workflows: trim action in getCommandPattern and remove broken AgentShield scan
...
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
2026-02-18 08:06:25 +00:00
anthropic-code-agent[bot]
0c78a7c779
Initial plan
2026-02-18 08:00:23 +00:00
Pangerkumzuk Longkumer
fca997001e
Merge pull request #7 from pangerlkr/copilot/fix-workflow-failures
...
Fix stdin size limit enforcement in hook scripts
2026-02-18 13:16:01 +05:30