Files
metabuilder/dbal/docs/AGENTS.md
johndoe6345789 1fc6cbc9c2 Add root AGENTS.md and update documentation references
Introduced a comprehensive AGENTS.md at the project root to provide unified guidance for all AI agents, covering core principles, DBAL, frontend, package development, testing, deployment, and troubleshooting. Updated CLAUDE.md to reference the new AGENTS.md location and its expanded scope, clarified the pattern for scoped rules, and improved quick reference tables. Replaced dbal/docs/AGENTS.md with a redirect notice pointing to the new root AGENTS.md. Minor update to .claude/settings.local.json to allow 'tree' command.
2026-01-15 00:28:52 +00:00

1.2 KiB

⚠️ AGENTS.md has moved

This file has been moved to the project root for better discoverability and expanded to cover the entire MetaBuilder project (not just DBAL).

New location: /AGENTS.md (project root)

What AGENTS.md covers:

  • Core principles (95% config rule, schema-first development, one lambda per file, multi-tenant safety, ACL-first)
  • DBAL development (Phase 2 TypeScript, Phase 3 C++, API contract model, file organization)
  • Frontend development (Next.js patterns, DBAL integration, project structure)
  • Package development (JSON-based UI, metadata structure, development workflow)
  • Testing strategy (Unit, Integration, E2E testing)
  • Deployment guidelines (development, production, schema management)
  • Troubleshooting (common errors and solutions)
  • Best practices and quick reference

Quick Navigation:

  • For all agents: /AGENTS.md (START HERE)
  • Comprehensive instructions: ../../CLAUDE.md (project instructions)
  • System architecture: ../../ARCHITECTURE.md (data flow, deployment)
  • DBAL-specific: ../shared/docs/ (implementation guides)
  • Phase 2 (TypeScript): ../shared/docs/PHASE2_IMPLEMENTATION.md
  • Phase 3 (C++): ../production/docs/PHASE3_DAEMON.md