Affaan Mustafa
7726c25e46
fix(ci): restore validation and antigravity target safety
2026-03-23 14:29:21 -07:00
alfraido86-jpg
3b2e1745e9
chore(config): governance and config foundation ( #292 )
...
* chore(config): governance and config foundation (PR #272 split 1/6)
Add repository governance and configuration files:
- CODEOWNERS: review authority model
- ISSUE_TEMPLATE: Copilot task template
- PULL_REQUEST_TEMPLATE: comprehensive review checklist
- .env.example: environment variable documentation
- .tool-versions: asdf/mise compatibility (Node 20, Python 3.12)
- .gitignore: expanded coverage (build, test, Python, tmp)
- .markdownlint.json: add MD009 trailing whitespace rule
- VERSION: 0.1.0
This is PR 1 of 6 from the PR #272 decomposition plan.
Dependency chain: PR-1 → PR-2 → PR-3 → PR-4/5/6 (parallel)
* chore(config): remove fork-specific CODEOWNERS from upstream PR
CODEOWNERS references @alfraido86-jpg (fork owner). Submitting this to
upstream would override @affaan-m's review authority. CODEOWNERS belongs
in the fork only, not in upstream contributions.
Ref: SAM finding F9 (run-048 audit)
* chore: address CodeRabbit review feedback on PR #292
- Scope markdownlint config to repo files (globs pattern)
- Add pre-commit hook checkbox to PR template
Ref: CodeRabbit review on PR #292
* fix(config): address CodeRabbit nitpicks N2 and N3
N2: Move pre-commit hooks checkbox higher in security checklist.
N3: Replace global MD009 disable with scoped config (br_spaces: 2).
* fix(config): use recursive glob for node_modules exclusion (N4)
2026-03-16 13:39:03 -07:00
Justin Philpott
01ed1b3b03
fix(ci): enforce catalog count integrity ( #525 )
...
* fix(ci): enforce catalog count integrity
* test: harden catalog structure parsing
2026-03-16 13:37:51 -07:00
Affaan Mustafa
4fa817cd7d
ci: install validation deps for hook checks
2026-03-10 20:14:18 -07:00
Affaan Mustafa
5fe40f4a63
docs: add sponsorship playbook and monthly metrics automation
2026-03-04 16:17:12 -08:00
Affaan Mustafa
48b883d741
feat: deliver v1.8.0 harness reliability and parity updates
2026-03-04 14:48:06 -08:00
Pangerkumzuk Longkumer
bc64712b5d
Delete .github/workflows/copilot-setup-steps.yml ( #319 )
2026-03-02 21:58:20 -08:00
Harry Kwok
5818e8adc7
feat: project-scoped instinct isolation
...
* feat: add project-scoped instinct isolation
* fix(continuous-learning-v2): harden instinct loading and promotion safety; sync v2.1 command docs
* fix(ci): make copilot-setup-steps a valid GitHub Actions workflow
* fix(hooks): stabilize docs warning inline JS regex parsing
2026-03-01 12:07:13 -08:00
Affaan Mustafa
1fa22efd90
chore: clean up FUNDING.yml format
2026-02-28 10:09:51 -08:00
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
copilot-swe-agent[bot]
90e6a8c63b
Fix copilot-setup-steps.yml and address PR review comments
...
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
2026-02-18 07:22:05 +00:00
Pangerkumzuk Longkumer
fdda6cbcd9
Merge branch 'main' into main
2026-02-17 07:00:12 +05:30
Pangerkumzuk Longkumer
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
Affaan Mustafa
e41ee0c858
fix: resolve multiple reported issues ( #205 , #182 , #188 , #172 , #173 ) ( #207 )
...
* fix: resolve multiple reported issues (#205 , #182 , #188 , #172 , #173 )
- fix(observe.sh): replace triple-quote JSON parsing with stdin pipe to
prevent ~49% parse failures on payloads with quotes/backslashes/unicode
- fix(hooks.json): correct matcher syntax to use simple tool name regexes
instead of unsupported logical expressions; move command/path filtering
into hook scripts; use exit code 2 for blocking hooks
- fix(skills): quote YAML descriptions containing colons in 3 skill files
and add missing frontmatter to 2 skill files for Codex CLI compatibility
- feat(rules): add paths: filters to all 15 language-specific rule files
so they only load when working on matching file types
- fix(agents): align model fields with CONTRIBUTING.md recommendations
(opus for planner/architect, sonnet for reviewers/workers, haiku for
doc-updater)
* ci: use AgentShield GitHub Action instead of npx
Switch from npx ecc-agentshield to uses: affaan-m/agentshield@v1
for proper GitHub Action demo and marketplace visibility.
2026-02-11 23:48:45 -08:00
Affaan Mustafa
2f3b9aa4b9
ci: add AgentShield security scan workflow
2026-02-11 03:40:13 -08:00
ericcai
d2191d09a2
fix: sync plugin.json version with latest tag ( #171 )
...
Sync plugin.json version to 1.4.1, add CI check to verify versions match on release, and add release.sh script. Fixes #170 .
2026-02-08 16:18:49 -08:00
Affaan Mustafa
0f7b3081ee
feat: add GitHub Sponsors support
...
- Add FUNDING.yml to enable sponsor button
- Add SPONSORS.md with tier information
2026-02-05 17:12:10 -08:00
Roei Bar Aviv
7c0bc25982
feat: add comprehensive CI/CD pipeline
...
Adds GitHub Actions workflows for CI, maintenance, and releases with multi-platform testing matrix.
2026-01-28 23:05:43 -08:00