Affaan Mustafa
dd1d505b9f
feat: add lead-intelligence skill, autonomous-agent-harness, and Gemini CLI target
...
New skills:
- lead-intelligence: AI-native lead intelligence pipeline with 4 agents
(signal-scorer, mutual-mapper, enrichment-agent, outreach-drafter).
Replaces Apollo/Clay with agent-powered signal scoring, mutual ranking,
warm path discovery, and personalized outreach drafting.
- autonomous-agent-harness: Replaces standalone agent frameworks (Hermes,
AutoGPT) using Claude Code native crons, dispatch, memory, and computer
use. Documents the full architecture for persistent autonomous operation.
New CLI target:
- Gemini CLI: .gemini/GEMINI.md config added, gemini target registered
in install-modules.json platform-configs module.
Updated:
- marketplace.json: Fixed stale counts (was "14+ agents, 56+ skills"),
now accurately reflects 30 agents, 138 skills, 60 commands.
- README.md and AGENTS.md: Synced skill counts to 138.
- install-modules.json: Added lead-intelligence to business-content
module, autonomous-agent-harness to agentic-patterns module.
All catalog validations pass (30/60/138). Install-manifest tests pass (20/20).
2026-03-30 23:30:20 -04:00
Affaan Mustafa
b7a82cf240
Merge origin/main into Xabilimon1/main
2026-03-29 00:15:54 -04:00
Affaan Mustafa
9a55fd069b
fix(skills): harden token budget advisor skill
2026-03-29 00:14:17 -04:00
Affaan Mustafa
ec104c94c5
fix(skills): wire laravel plugin discovery into installs
2026-03-28 20:44:04 -04:00
Affaan Mustafa
b19b4c6b5e
fix: finish blocker lane hook and install regressions
2026-03-25 04:00:50 -04:00
Affaan Mustafa
1d0aa5ac2a
fix: fold session manager blockers into one candidate
2026-03-24 23:08:27 -04:00
Affaan Mustafa
7726c25e46
fix(ci): restore validation and antigravity target safety
2026-03-23 14:29:21 -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
609a0f4fd1
fix: add 62 missing skills to install manifests — full profile now covers all 105 skills ( #537 )
...
The "full" install profile only referenced 43 of 105 skills. Added the
remaining 62 to existing modules or new purpose-built modules:
Existing modules extended:
- framework-language: +18 (C++, Kotlin, Perl, Rust, Laravel, MCP, Android)
- database: +1 (database-migrations)
- workflow-quality: +6 (ai-regression-testing, configure-ecc, e2e-testing,
plankton-code-quality, project-guidelines-example, skill-stocktake)
- security: +2 (laravel-security, perl-security)
New modules (5):
- swift-apple: 6 skills (SwiftUI, concurrency, persistence, Liquid Glass)
- agentic-patterns: 17 skills (agent harness, autonomous loops, LLM pipelines)
- devops-infra: 2 skills (deployment-patterns, docker-patterns)
- supply-chain-domain: 8 skills (logistics, procurement, manufacturing)
- document-processing: 2 skills (nutrient, visa-doc-translate)
Also added matching install-components entries and updated the "full"
profile to include all 19 modules. Passes validate-install-manifests.
2026-03-16 13:50:08 -07:00
Affaan Mustafa
4e028bd2d2
feat: orchestration harness, selective install, observer improvements
2026-03-14 12:55:25 -07:00