ECC/.cursor/skills
Affaan Mustafa c93c218cb8 fix: sync Cursor suggest-compact.js with corrected hooks version
The .cursor copy had diverged from scripts/hooks/suggest-compact.js:
- Fixed interval calculation: count % 25 → (count - threshold) % 25
  so suggestions fire relative to the configured threshold
- Added upper bound clamp (<=1000000) to prevent counter corruption
  from large values converting to scientific notation strings
- Removed unreliable String(process.ppid) fallback for session ID
2026-02-13 04:09:31 -08:00
..
backend-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
clickhouse-io feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
coding-standards feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
configure-ecc feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
continuous-learning fix: migrate hooks to stdin JSON input, fix duplicate main() calls, add threshold validation 2026-02-12 15:33:55 -08:00
continuous-learning-v2 fix: include .md files in instinct-cli glob (completes #216) 2026-02-13 01:26:37 -08:00
cpp-testing chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
django-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
django-security feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
django-tdd feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
django-verification chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
eval-harness feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
frontend-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
golang-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
golang-testing feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
iterative-retrieval feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
java-coding-standards chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
jpa-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
nutrient-document-processing chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
postgres-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
project-guidelines-example chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
python-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
python-testing feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
security-review feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
security-scan chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
springboot-patterns feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
springboot-security chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
springboot-tdd feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
springboot-verification chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00
strategic-compact fix: sync Cursor suggest-compact.js with corrected hooks version 2026-02-13 04:09:31 -08:00
tdd-workflow feat: add Cursor IDE support with pre-translated configs 2026-02-11 02:31:52 -08:00
verification-loop chore: sync .cursor/ directory with latest agents, commands, and skills 2026-02-12 13:45:13 -08:00