Commit Graph

9 Commits

Author SHA1 Message Date
copilotkit-qa-bot 3a4118321d QA Factory Coding update for FAC-49 2026-07-27 11:04:38 -07:00
copilotkit-qa-bot 9012598bc8 QA Factory Coding update for FAC-49 2026-07-27 10:40:26 -07:00
QA Agent 9300b040ab docs: fix relative paths to shared intelligence-dev in integration READMEs
All 7 integration READMEs had incorrect relative paths (../../showcase/)
that should be ../../../showcase/ when referenced from
examples/integrations/<framework>/.

Verified paths now correctly resolve to showcase/shared/intelligence-dev/
from all affected integration example directories.

Fixes path verification issue identified in PR review.
2026-07-09 10:23:04 -07:00
QA Agent 88ac426811 fix(starters): add shared intelligence docker-compose with postgres init script (FAC-49)
- Create showcase/shared/intelligence-dev/ with shared docker-compose template
- Add postgres init script that creates intelligence_app + intelligence_app_shadow databases
- Update READMEs for affected integrations (Mastra, Agno, PydanticAI, Strands, ADK, MS Agent Framework, LlamaIndex)
- Document intelligence setup, prerequisites, troubleshooting, and port management
- Fixes 'database intelligence_app does not exist' error reported in QA

Closes FAC-49
2026-07-09 09:24:10 -07:00
Mike Ryan 3a0480ea98 docs(examples): correct scaffold template instructions 2026-05-01 14:38:59 -07:00
Alem Tuzlak 41e57ed74b fix: remove .bat fallback pattern, fix README typos and phantom scripts
- Remove '|| .bat' fallback from all starter package.json scripts so
  real errors on Linux/macOS are not masked by a failing .bat attempt
- Fix typos: 'isseus' -> 'issues', 'interactin' -> 'interacting'
- Fix crewai-crews README title/body saying 'Flow' instead of 'Crew'
- Fix a2a-a2ui README wrong agent name and file path
- Remove phantom lint/dev:debug scripts from README Available Scripts
  sections where those scripts don't exist in package.json
- Add missing dev:ui and dev:agent to mastra README
2026-04-16 14:00:52 +02:00
Alem Tuzlak 96ed9151d7 fix: default to npm in all starter READMEs, support any package manager
Reorder package manager instructions to show npm first as the default.
Remove stale 'ignores lock files' notes since lock file entries were
removed from .gitignore. All starters now work with npm, pnpm, yarn,
or bun — user's choice.
2026-04-16 13:37:10 +02:00
Jordan Ritter fd34bbfbf6 style: format all example files with prettier
Run prettier on ~1,865 files across examples/ to match the monorepo's
formatting standards. These files were imported as-is from standalone
repos that used different prettier configs.
2026-03-12 13:06:04 -07:00
Jordan Ritter ec3a5ff114 feat: consolidate 47 demo repos into examples/ 2026-03-12 13:06:02 -07:00