Affaan Mustafa
4eaee83448
fix(install): stop after npm bootstrap failures on powershell
2026-03-28 20:36:43 -04:00
Affaan Mustafa
df4f2df297
feat: add 6 gap-closing skills — browser QA, design system, product lens, canary watch, benchmark, safety guard
...
Closes competitive gaps with gstack:
- browser-qa: automated visual testing via browser MCP
- design-system: generate, audit, and detect AI slop in UI
- product-lens: product diagnostic, founder review, feature prioritization
- canary-watch: post-deploy monitoring with alert thresholds
- benchmark: performance baseline and regression detection
- safety-guard: prevent destructive operations in autonomous sessions
2026-03-23 04:31:17 -07:00
Affaan Mustafa
264396a616
fix: add antigravity to platform-configs targets
...
Fixes #813 . The platform-configs module was missing antigravity from its
targets array, causing all 13+ dependent modules to be skipped when
installing with --target antigravity --profile full.
2026-03-22 21:54:48 -07:00
Affaan Mustafa
0f22cb4450
docs: add ECC 2.0 reference architecture from competitor research
...
Summarizes patterns from superset-sh/superset (Electron, 7.7K stars),
standardagents/dmux (Ink TUI, 1.2K stars), and others. Defines the
three-layer architecture (daemon + runtime + TUI) and patterns to adopt.
2026-03-22 15:50:32 -07:00
Affaan Mustafa
bb1efad7c7
fix: bump plugin.json and marketplace.json to v1.9.0
...
Both files were stuck at v1.8.0, blocking upgrades via claudepluginhub.
2026-03-22 15:36:35 -07:00
Affaan Mustafa
900c9836fb
docs: restore zenith.chat and @DRodriguezFX in Background (own project)
2026-03-21 19:48:20 -07:00
Affaan Mustafa
6b2de1baff
security: remove supply chain risks, external promotions, and unauthorized credits
...
- Remove zenith.chat references and @DRodriguezFX shoutout from README
- Remove Inspiration Credits section (already in CHANGELOG.md)
- Remove awesome-agent-skills reference from Links
- Remove Plankton H3 section by @alxfazio (skill stays in skills/)
- Remove brand names (InsAIts, VideoDB, Evos) from v1.9.0 notes
- Remove @ericcai0814 individual credit from README (kept in CHANGELOG)
- Add Security Guide to Links section
- Replace curl-pipe-to-bash in autonomous-loops with review warning
- Replace git clone in plankton-code-quality with review warning
- Replace pip install git+ in agent-eval with review warning
- Replace npm install -g in dmux-workflows with review warning
- Add commercial API notice to nutrient-document-processing
- Remove VideoDB maintainer credit from videodb skill
- Replace skill-creator.app link with ECC-Tools GitHub App reference
2026-03-21 18:10:05 -07:00
Affaan Mustafa
c1847bec5d
docs: publish The Shorthand Guide to Everything Agentic Security
...
Full article with embedded images: attack chain diagram, sandboxing
comparison, sanitization visual, observability logging, ghostyy overflow.
Tweet quotes from @TalBeerySec, @HedgieMarkets, @blackorbird formatted
as blockquotes. Stats table fixed. Code blocks tagged. Links to shorthand
and longform guides at bottom.
2026-03-20 22:57:50 -07:00
Affaan Mustafa
0af0fbf40b
docs: update guide screenshots with current engagement stats
2026-03-20 20:40:13 -07:00
Affaan Mustafa
af30ae63c5
docs: add security guide header image to README
2026-03-20 20:34:03 -07:00
Affaan Mustafa
fc4e5d654b
docs: add SECURITY.md, publish agentic security guide, remove openclaw guide
...
- Add SECURITY.md with vulnerability reporting policy
- Publish "The Shorthand Guide to Everything Agentic Security" with attack
vectors, sandboxing, sanitization, CVEs, and AgentShield coverage
- Add security guide to README guides section (3-column layout)
- Remove unpublished openclaw guide
- Copy security article images to assets/images/security/
2026-03-20 20:25:15 -07:00
Affaan Mustafa
2643e0c72f
fix: update catalog counts for flutter-reviewer (28 agents, 116 skills)
2026-03-20 07:11:16 -07:00
Affaan Mustafa
b981c765ae
fix: stabilize windows project metadata assertions
2026-03-20 03:39:37 -07:00
Affaan Mustafa
162236f463
fix: normalize bash metadata paths on windows
2026-03-20 03:29:45 -07:00
Affaan Mustafa
04ad4737de
fix: stabilize windows hook tests
2026-03-20 03:23:37 -07:00
Affaan Mustafa
8ebb47bdd1
fix: normalize windows bash test harness
2026-03-20 03:15:05 -07:00
Affaan Mustafa
e70c43bcd4
fix: harden windows CI tests and markdown lint
2026-03-20 03:03:57 -07:00
Affaan Mustafa
cbccb7fdc0
fix: strip validator shebangs on Windows CRLF checkouts
2026-03-20 02:44:25 -07:00
Affaan Mustafa
a2df9397ff
fix: resolve ESLint errors and add npx command support in hook tests
...
Remove unused loadInstallManifests import and prefix unused result
variable with underscore in selective-install tests. Add npx as an
approved command prefix in hook validation tests.
2026-03-20 02:11:12 -07:00
Affaan Mustafa
47f508ec21
Revert "Add Kiro IDE support (.kiro/) ( #548 )"
...
This reverts commit ce828c1c3c .
2026-03-20 01:58:19 -07:00
Affaan Mustafa
fec871e1cb
fix: update catalog counts and resolve lint error
...
- Update agent count 26→27 in README.md (quick-start + comparison table) and AGENTS.md (summary + project structure)
- Update skill count 108→109 in README.md (quick-start + comparison table) and AGENTS.md (summary)
- Rename unused variable provenance → _provenance in tests/lib/skill-dashboard.test.js
2026-03-19 22:47:46 -07:00
Affaan Mustafa
fce4513d58
fix: sync documentation counts with catalog (25 agents, 108 skills, 57 commands)
2026-03-17 00:42:09 -07:00
Affaan Mustafa
f0b394a151
merge: PR #529 — feat(skills): add documentation-lookup, bun-runtime, nextjs-turbopack; feat(agents): add rust-reviewer
2026-03-16 14:04:41 -07:00
Affaan Mustafa
c53bba9e02
feat: self-improving skills loop — observe, inspect, amend, evaluate
...
- Add skill health observation layer (execution logging, success/failure tracking)
- Add skill health inspector (trace recurring failures across runs)
- Add amendify mechanism (propose SKILL.md patches from failure evidence)
- Add evaluation scaffolding (compare amended vs original performance)
- Wire into session-inspect CLI: skills:health, skills:amendify, skills:evaluate
- 1145/1145 tests passing (+3 new)
2026-03-14 23:21:18 -07:00
Affaan Mustafa
2b2777915e
feat: expand session adapter registry with structured targets
...
- Registry accepts { type, value } structured targets
- Add --list-adapters and --target-type CLI flags to session-inspect
- Export adapter type from claude-history and dmux-tmux adapters
- 71 new session adapter tests, 34 new session-inspect tests
- All 1142 tests passing
2026-03-14 19:09:26 -07:00
Affaan Mustafa
fcaf78e449
merge: dmux worktree (selective install, orchestration, observer fixes)
2026-03-14 12:55:56 -07:00
Affaan Mustafa
4e028bd2d2
feat: orchestration harness, selective install, observer improvements
2026-03-14 12:55:25 -07:00
Affaan Mustafa
5e481879ca
fix: harden observe loop prevention
2026-03-13 01:16:45 -07:00
Affaan Mustafa
fb7b73a962
docs: address Korean translation review feedback
2026-03-13 00:17:54 -07:00
Affaan Mustafa
1c1a9ef73e
Merge branch 'main' into main
2026-03-13 00:00:34 -07:00
Affaan Mustafa
e043a2824a
fix: harden observer prompt guard handling
2026-03-12 23:59:01 -07:00
Affaan Mustafa
99d443b16e
fix: align kotlin diagnostics and heading hierarchy
2026-03-12 23:53:23 -07:00
Affaan Mustafa
240d553443
Merge branch 'main' into main
2026-03-12 23:52:10 -07:00
Affaan Mustafa
e692a2886c
fix: address kotlin doc review feedback
2026-03-12 23:47:17 -07:00
Affaan Mustafa
d994e0503b
test: fix cross-platform orchestration regressions
2026-03-12 15:46:50 -07:00
Affaan Mustafa
2d43541f0e
fix: preserve orchestration launcher compatibility
2026-03-12 15:40:25 -07:00
Affaan Mustafa
c5b8a0783e
fix: resolve lint regression in plan parsing
2026-03-12 15:35:12 -07:00
Affaan Mustafa
af318b8f04
fix: address remaining orchestration review comments
2026-03-12 15:34:05 -07:00
Affaan Mustafa
0d96876505
chore: resolve audit findings in lint tooling
2026-03-12 15:11:57 -07:00
Affaan Mustafa
52daf17cb5
fix: harden orchestration status and skill docs
2026-03-12 15:07:57 -07:00
Affaan Mustafa
ddab6f1190
fix: compare hook roots by file identity
2026-03-12 14:55:29 -07:00
Affaan Mustafa
fe9f8772ad
fix: compare hook roots by file identity
2026-03-12 14:52:08 -07:00
Affaan Mustafa
9359e46951
fix: resolve exa skill markdown lint
2026-03-12 14:49:05 -07:00
Affaan Mustafa
ad4ef58a8e
fix: resolve orchestration lint errors
2026-03-12 14:49:05 -07:00
Affaan Mustafa
4d4ba25d11
feat: add orchestration workflows and harness skills
2026-03-12 14:49:05 -07:00
Affaan Mustafa
424f3b3729
fix: resolve exa skill markdown lint
2026-03-12 10:20:42 -07:00
Affaan Mustafa
bdf4befb3e
fix: resolve orchestration lint errors
2026-03-12 09:35:03 -07:00
Affaan Mustafa
2349e21731
feat: add orchestration workflows and harness skills
2026-03-12 09:26:36 -07:00
Affaan Mustafa
bfc73866c9
Revert "feat: add orchestration workflows and harness skills"
...
This reverts commit cb43402d7d .
2026-03-12 09:26:12 -07:00
Affaan Mustafa
cb43402d7d
feat: add orchestration workflows and harness skills
2026-03-12 08:53:52 -07:00
Affaan Mustafa and Affaan Mustafa
51eec12764
fix: stop pinning o4-mini in codex config
2026-03-12 07:59:50 -07:00
Affaan Mustafa and Affaan Mustafa
da4db99c94
fix: repair opencode config and project metadata
2026-03-11 01:52:10 -07:00
Affaan Mustafa
135eb4c98d
feat: add kotlin commands and skill pack
2026-03-10 21:25:52 -07:00
Affaan Mustafa
192d2b63f2
docs: align videodb event directory handling
2026-03-10 21:23:25 -07:00
Affaan Mustafa
70449a1cd7
docs: tighten videodb listener guidance
2026-03-10 21:22:35 -07:00
Affaan Mustafa
db2bf16427
docs: resolve videodb review findings
2026-03-10 21:18:33 -07:00
Affaan Mustafa
47a5d4b459
docs: resolve remaining operational skill comments
2026-03-10 21:13:55 -07:00
Affaan Mustafa
2581bebfd9
docs: resolve videodb follow-up review comments
2026-03-10 21:11:00 -07:00
Affaan Mustafa
ed366bddbb
feat: add php rule pack
2026-03-10 21:10:26 -07:00
Affaan Mustafa
6c8f425ae2
docs: resolve operational skill review issues
2026-03-10 21:07:36 -07:00
Affaan Mustafa
e0f8f914ee
docs: clarify custom endpoint support
2026-03-10 21:06:06 -07:00
Affaan Mustafa
b0c2e77bd8
docs: clarify videodb reference guides
2026-03-10 21:04:02 -07:00
Affaan Mustafa
b8ab34e362
docs: harden videodb skill examples
2026-03-10 21:03:32 -07:00
Affaan Mustafa
22816651c2
fix: normalize operational skill packaging
2026-03-10 20:59:05 -07:00
Affaan Mustafa and Affaan Mustafa
7433610105
docs: tighten kotlin support examples
2026-03-10 20:53:39 -07:00
Affaan Mustafa
16bc7436c5
fix: raise observer analysis turn budget
2026-03-10 20:52:53 -07:00
Affaan Mustafa
5a5d647825
Merge origin/main into feat/insaits-security-hook
2026-03-10 20:48:59 -07:00
Affaan Mustafa
9c1e8dd1e4
fix: make insaits hook opt-in
2026-03-10 20:47:09 -07:00
Affaan Mustafa and Affaan Mustafa
78a56174b1
docs: tighten perl support guidance
2026-03-10 20:42:54 -07:00
Affaan Mustafa
d239d873d8
Merge remote-tracking branch 'origin/main' into feat/optimize-biome-hooks
...
# Conflicts:
# tests/hooks/hooks.test.js
# tests/run-all.js
2026-03-10 20:25:22 -07:00
Affaan Mustafa and Affaan Mustafa
8f87a5408f
docs: align session commands with session manager
2026-03-10 20:24:15 -07:00
Affaan Mustafa and Affaan Mustafa
0c2954565d
docs: add skill-stocktake agent invocation example
2026-03-10 20:15:38 -07:00
Affaan Mustafa and Affaan Mustafa
973be02aa6
docs: clarify learn-eval verdict flow
2026-03-10 20:14:19 -07:00
Affaan Mustafa and Affaan Mustafa
4fa817cd7d
ci: install validation deps for hook checks
2026-03-10 20:14:18 -07:00
Affaan Mustafa and Affaan Mustafa
b0a6847007
docs: align TypeScript error handling examples
2026-03-10 19:38:31 -07:00
Affaan Mustafa and Affaan Mustafa
7705051910
fix: align architecture tooling with current hooks docs
2026-03-10 19:36:57 -07:00
Affaan Mustafa and Affaan Mustafa
c883289abb
fix: curate everything-claude-code skill output
2026-03-10 19:36:37 -07:00
Affaan Mustafa and Affaan Mustafa
77f38955b3
fix: refresh codex config and docs
2026-03-10 19:31:25 -07:00
Affaan Mustafa and Affaan Mustafa
7c82aebc76
docs: tighten blueprint install guidance
2026-03-10 19:23:00 -07:00
Affaan Mustafa and Affaan Mustafa
205fa72809
docs: align blueprint skill with ECC install flow
2026-03-10 19:23:00 -07:00
Affaan Mustafa and Affaan Mustafa
5644415767
docs: tighten troubleshooting safety guidance
2026-03-10 19:15:12 -07:00
Affaan Mustafa and Affaan Mustafa
4de776341e
fix: handle null tool_response fallback
2026-03-10 19:14:56 -07:00
Affaan Mustafa and Affaan Mustafa
af51fcacb7
fix: resolve PR 371 portability regressions
2026-03-09 22:49:43 -07:00
Affaan Mustafa and Affaan Mustafa
1c5e07ff77
test: fix windows path shims for formatter hooks
2026-03-09 22:49:43 -07:00
Affaan Mustafa and Affaan Mustafa
d66bd6439b
docs: clarify opencode npm plugin scope
2026-03-09 22:49:43 -07:00
Affaan Mustafa and Affaan Mustafa
440178d697
fix: harden hook portability and plugin docs
2026-03-09 22:49:43 -07:00
Affaan Mustafa
6090401ccd
fix: update hook integration tests for auto-tmux-dev behavior
...
PR #344 replaced the blocking dev-server hook with auto-tmux-dev.js
which transforms commands into tmux sessions (exit 0) instead of
blocking them (exit 2). Updated 2 tests to match the new behavior.
2026-03-07 22:45:44 -08:00
Affaan Mustafa
e3314f41e4
fix: remove internal sponsor/partner notes from public README
...
The "Traction & Distribution" section contained internal business
context (sponsor-call checklists, partner reporting instructions)
that doesn't belong in a user-facing README.
2026-03-07 20:26:24 -08:00
Affaan Mustafa
036d8e872c
Revert "fix: remove internal sponsor/partner notes from public README"
...
This reverts commit 27ee3a449b .
2026-03-07 20:26:04 -08:00
Affaan Mustafa
27ee3a449b
fix: remove internal sponsor/partner notes from public README
...
The "Traction & Distribution" section contained internal business
context (sponsor-call checklists, partner reporting instructions)
that doesn't belong in a user-facing README. Moved to docs/business/.
2026-03-07 20:19:37 -08:00
Affaan Mustafa
1f8b3eaba7
fix: normalize hook command execution in integration tests
2026-03-05 12:43:53 -08:00
Affaan Mustafa
d1f44e89e2
fix: stabilize windows hook and claw tests
2026-03-05 12:37:24 -08:00
Affaan Mustafa
5fe40f4a63
docs: add sponsorship playbook and monthly metrics automation
2026-03-04 16:17:12 -08:00
Affaan Mustafa
c4a5a69dbd
docs: strengthen sponsor optics with live metrics and tiers
2026-03-04 15:29:37 -08:00
Affaan Mustafa
48b883d741
feat: deliver v1.8.0 harness reliability and parity updates
2026-03-04 14:48:06 -08:00
Affaan Mustafa
32e9c293f0
chore: replace external repo links with @username attribution
2026-03-03 12:32:35 -08:00
Affaan Mustafa
cd129edef0
feat(skills): add autonomous-loops and plankton-code-quality skills
...
- autonomous-loops: 6 loop patterns from simple claude -p pipelines to
RFC-driven DAG orchestration (Ralphinho, infinite-agentic-loop,
continuous-claude, de-sloppify pattern)
- plankton-code-quality: write-time enforcement integration guide
- README: updated directory listing and Plankton description
Sources: enitrat/ralphinho, disler/infinite-agentic-loop,
AnandChowdhary/continuous-claude, alexfazio/plankton
2026-03-03 12:16:57 -08:00
Affaan Mustafa
3bfd29bb46
fix(hooks): exclude .history/ directory from doc file warning
...
Incorporates the fix from #316 into the standalone script.
2026-03-02 22:16:58 -08:00
Affaan Mustafa
1df0a53f22
fix: resolve CI failures on main — lint, hooks validator, and test alignment
...
- Fix MD012 trailing blank lines in commands/projects.md and commands/promote.md
- Fix MD050 strong-style in continuous-learning-v2 (escape __tests__ as inline code)
- Extract doc-file-warning hook to standalone script to fix hooks validator regex parsing
- Update session-end test to match #317 behavior (always update summary content)
- Allow shell script hooks in integration test format validation
All 992 tests passing.
2026-03-02 22:15:46 -08:00
Affaan Mustafa
2d3be88bb5
docs: update positioning to performance optimization system, add Plankton reference
2026-02-28 10:09:51 -08:00