{"owner":"mastra-ai","repo":"mastra","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["AGENTS.md"],"files":{"AGENTS.md":"Unless user explicitly asks do not inspect reference or modify examples\nPrefer most specific AGENTS.md for changed area\nFor work in packages read package local packages/<name>/AGENTS.md first\n\nturborepo pnpm workspace\npackages use strict TypeScript\nvitest tests are colocated with source\nWhen adding a model name or ID to changesets or comments, use a literal value from docs/src/plugins/remark-model-tokens/models.ts (do not use placeholder tokens, remark does not replace them in changesets/comments)\n\nPrefer narrowest package build/test/lint/typecheck; start with unit/integration before E2E\nUse specific root scripts like pnpm build:core, pnpm --filter ./packages/name script, or pnpm turbo build --filter ./packages/<name>; these build that package's dependency graph\nAvoid pnpm setup/build/build:packages unless package-local options are insufficient whole monorepo builds are slow and usually unneeded\nFresh clone: pnpm install, then build relevant packages\nUnresolvable internal/workspace imports means deps aren't built\nsome integration tests need pnpm i --ignore-workspace\n\nfeatures and new packages need related docs updates\nFollow docs/AGENTS.md and docs/styleguides when editing docs\n\nAfter code changes follow @.mastracode/commands/changeset.md\n\nArchitecture\nmodular agent framework with central orchestration and pluggable components\npackages/core/src\nmastra/ central config hub dependency injection\nagent/ abstraction with tools memory voice\ntools/ agent tools\nmemory/ semantic recall working memory observational memory history persistence\nworkflows/ step based execution suspend resume\nstorage/ pluggable db backends with shared interfaces\n\nRead relevant @.claude/commands/\nchangeset\ncommit\ngh-new-pr\ngh-pr-comments\nmake-moves\n\nRead relevant @.claude/skills/\nplayground-msw-tests PRIMARY test approach for packages/playground packages/playground-ui\ne2e-tests-studio SECONDARY test approach for packages/playground-ui packages/playground\nmastra-docs\nreact-best-practices\ntailwind-v4\nmastra-frontend build app UI with the design system\nmastra-smoke-test\nsmoke-test create Mastra project and smoke test studio\n"}}