Pangerkumzuk Longkumer and GitHub
c1bff00d1f
Merge pull request #16 from pangerlkr/copilot/fix-failing-checks
...
Fix Windows CI: skip bash-path-incompatible test on win32
2026-03-12 14:39:13 +05:30
Pangerkumzuk Longkumer and GitHub
2856b79591
Merge pull request #15 from pangerlkr/copilot/fix-link-not-working
...
Fix markdownlint errors introduced by merge of affaan-m:main
2026-03-12 14:15:20 +05:30
Pangerkumzuk Longkumer and GitHub
8627cd07e7
Merge branch 'affaan-m:main' into main
2026-03-12 11:40:41 +05:30
Pangerkumzuk Longkumer and Affaan Mustafa
b7bafb40cb
docs: add comprehensive troubleshooting guide ( fixes #326 )
...
Added a comprehensive troubleshooting guide for the Everything Claude Code (ECC) plugin, covering common issues, symptoms, causes, and solutions.
2026-03-10 19:15:12 -07:00
Pangerkumzuk Longkumer and GitHub
e2d78d6def
Add Contributor Covenant Code of Conduct ( #330 )
...
Added Contributor Covenant Code of Conduct to promote a harassment-free community.
2026-03-07 14:48:09 -08:00
da17d33ac3
Fixed CI Workflows Failure fixed (in response to PR#286) ( #291 )
...
* Initial plan
* fix: remove malformed copilot-setup-steps.yml and fix hooks.json regex
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
---------
Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com >
2026-03-07 14:47:53 -08:00
Pangerkumzuk Longkumer and Affaan Mustafa
98643ef6e6
Add Contributor Covenant Code of Conduct
...
Added Contributor Covenant Code of Conduct to promote a harassment-free community.
2026-03-04 14:49:53 -08:00
Pangerkumzuk Longkumer and GitHub
bc64712b5d
Delete .github/workflows/copilot-setup-steps.yml ( #319 )
2026-03-02 21:58:20 -08:00
Pangerkumzuk Longkumer and GitHub
c1954aee72
Merge branch 'main' into main
2026-02-28 07:08:10 +05:30
Pangerkumzuk Longkumer and GitHub
1cda15440a
Merge pull request #13 from pangerlkr/claude/fix-all-workflows
...
fix: remove malformed workflow and fix hooks.json regex escaping
2026-02-25 20:01:13 +05:30
Pangerkumzuk Longkumer and GitHub
ce3e5a3b3c
docs(hooks/README): update Doc file blocker to reflect warning-only behavior
...
Updated the Doc file blocker to a warning for non-standard files and improved path handling.
2026-02-24 13:51:13 +05:30
Pangerkumzuk Longkumer and GitHub
72d0ca8fc1
fix(hooks): address review feedback - fix brace escaping, cross-platform paths, update description
2026-02-24 13:49:03 +05:30
Pangerkumzuk Longkumer and GitHub
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 and GitHub
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 and GitHub
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
Pangerkumzuk Longkumer and GitHub
a1470cf839
Update hooks.jsonRefine Write hook: cross-platform path handling, skippability, and expanded whitelist. Addressing #264 , #267 , #275 , and #248 .
2026-02-24 13:32:33 +05:30
Pangerkumzuk Longkumer and GitHub
0af5273d1a
Refine hooks for documentation file management
...
Updated command hooks to improve documentation file handling and added warnings for non-standard documentation files.
2026-02-24 13:26:48 +05:30
Pangerkumzuk Longkumer and GitHub
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
Pangerkumzuk Longkumer and GitHub
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
Pangerkumzuk Longkumer and GitHub
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
Pangerkumzuk Longkumer and GitHub
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
Pangerkumzuk Longkumer and GitHub
e1fca6e84d
Merge branch 'affaan-m:main' into main
2026-02-18 18:33:04 +05:30
Pangerkumzuk Longkumer and GitHub
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
Pangerkumzuk Longkumer and GitHub
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
Pangerkumzuk Longkumer and GitHub
b548ce47c9
Merge pull request #6 from pangerlkr/copilot/fix-workflow-actions
...
Fix copilot-setup-steps.yml YAML structure and address review feedback
2026-02-18 12:56:29 +05:30
Pangerkumzuk Longkumer and GitHub
aa805d5240
Merge pull request #5 from pangerlkr/claude/fix-workflow-actions
...
Fix ESLint errors in test files and package manager
2026-02-18 12:42:38 +05:30
Pangerkumzuk Longkumer and GitHub
0bf47bbb41
Update print statement from 'Hfix: update package manager tests and add summaryello' to 'Goodbye'
2026-02-18 07:29:16 +05:30
Pangerkumzuk Longkumer and GitHub
2ad888ca82
Refactor console log formatting in tests
2026-02-18 07:21:58 +05:30
Pangerkumzuk Longkumer and GitHub
8966282e48
fix: add comments to empty catch blocks (no-empty ESLint)
2026-02-18 07:18:40 +05:30
Pangerkumzuk Longkumer and GitHub
3d97985559
fix: remove unused execFileSync import (no-unused-vars ESLint)
2026-02-18 07:15:53 +05:30
Pangerkumzuk Longkumer and GitHub
d54124afad
fix: remove useless escape characters in regex patterns (no-useless-escape ESLint)
2026-02-18 07:14:32 +05:30
Pangerkumzuk Longkumer and GitHub
fdda6cbcd9
Merge branch 'main' into main
2026-02-17 07:00:12 +05:30
Pangerkumzuk Longkumer and GitHub
08ee723e85
Merge pull request #3 from pangerlkr/copilot/fix-markdownlint-errors-again
...
Fix markdownlint errors: MD038, MD058, MD025, MD034
2026-02-16 19:23:01 +05:30
Pangerkumzuk Longkumer and GitHub
f11347a708
Merge pull request #4 from pangerlkr/copilot/fix-markdownlint-errors-another-one
...
Fix markdownlint errors (MD038, MD058, MD025, MD034)
2026-02-16 19:20:56 +05:30
Pangerkumzuk Longkumer and GitHub
9dd4f4409b
Merge pull request #2 from pangerlkr/copilot/fix-markdownlint-errors
...
Fix markdownlint CI failures (MD038, MD058, MD025, MD034)
2026-02-16 07:58:23 +05:30
Pangerkumzuk Longkumer and GitHub
4d98d9f125
Add Go environment setup step to workflow
...
Added a step to set up the Go environment in GitHub Actions workflow.
2026-02-16 07:10:39 +05:30
Pangerkumzuk Longkumer and GitHub
9db98673d0
Merge branch 'affaan-m:main' into main
2026-02-09 17:12:53 +05:30
Pangerkumzuk Longkumer and GitHub
fab2e05ae7
Merge branch 'affaan-m:main' into main
2026-02-02 10:53:41 +05:30
Graceme Kamei and GitHub
8d65c6d429
Merge branch 'affaan-m:main' into main
2026-01-30 19:32:07 +05:30
Graceme Kamei and GitHub
04ee20827c
docs: add plugin manifest validation notes
2026-01-28 23:04:58 -08:00
Panger Lkr and GitHub
2aac2d9a98
Create PLUGIN_SCHEMA_NOTES.md
...
This PR documents and stabilizes the Claude Code plugin manifest schema based on real validator behavior observed in Issue #90 .
2026-01-27 11:34:13 +05:30
Panger Lkr and GitHub
9b2233b5bc
Merge branch 'affaan-m:main' into main
2026-01-27 10:15:34 +05:30
Panger Lkr and GitHub
2feac5aed5
docs: add The Longform Guide to Everything Claude Code
2026-01-26 09:32:09 +05:30
Panger Lkr and GitHub
1564213dfe
docs: add The Shorthand Guide to Everything Claude Code
2026-01-26 09:29:45 +05:30
Panger Lkr and GitHub
2bfd2fbbee
feat: add cloud infrastructure security skill ( #44 )
...
Adds cloud infrastructure security skill with AWS/Vercel/Railway patterns
2026-01-25 15:45:24 -08:00
Panger Lkr and GitHub
5a26daf392
Merge pull request #1 from pangerlkr/pangerlkr-patch-1
...
feat: add cloud infrastructure security skill
2026-01-23 23:14:43 +05:30
Panger Lkr and GitHub
438d082e30
feat: add cloud infrastructure security skill
...
Add comprehensive cloud and infrastructure security skill covering:
- IAM & access control (least privilege, MFA)
- Secrets management & rotation
- Network security (VPC, firewalls)
- Logging & monitoring setup
- CI/CD pipeline security
- Cloudflare/CDN security
- Backup & disaster recovery
- Pre-deployment checklist
Complements existing security-review skill with cloud-specific guidance.
2026-01-23 22:50:59 +05:30