dx(platform): normalize shared agent docs

This commit is contained in:
Nicholas Tindle
2026-03-27 03:49:30 -05:00
parent c9abd19c62
commit 839483c3b6
4 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# AutoGPT Platform Contribution Guide
This guide provides context for Codex when updating the **autogpt_platform** folder.
This guide provides context for coding agents when updating the **autogpt_platform** folder.
## Directory overview

View File

@@ -1,6 +1,6 @@
# CLAUDE.md
# AutoGPT Platform
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This file provides guidance to coding agents when working with code in this repository.
## Repository Overview
@@ -12,8 +12,8 @@ AutoGPT Platform is a monorepo containing:
## Component Documentation
- **Backend**: See @backend/CLAUDE.md for backend-specific commands, architecture, and development tasks
- **Frontend**: See @frontend/CLAUDE.md for frontend-specific commands, architecture, and development patterns
- **Backend**: See @backend/AGENTS.md for backend-specific commands, architecture, and development tasks
- **Frontend**: See @frontend/AGENTS.md for frontend-specific commands, architecture, and development patterns
## Key Concepts

View File

@@ -1,6 +1,6 @@
# CLAUDE.md - Backend
# Backend
This file provides guidance to Claude Code when working with the backend.
This file provides guidance to coding agents when working with the backend.
## Essential Commands
@@ -128,7 +128,7 @@ Key models (defined in `schema.prisma`):
### Adding a new block
Follow the comprehensive [Block SDK Guide](@../../docs/content/platform/block-sdk-guide.md) which covers:
Follow the comprehensive [Block SDK Guide](@../../docs/platform/block-sdk-guide.md) which covers:
- Provider configuration with `ProviderBuilder`
- Block schema definition

View File

@@ -1,6 +1,6 @@
# CLAUDE.md - Frontend
# Frontend
This file provides guidance to Claude Code when working with the frontend.
This file provides guidance to coding agents when working with the frontend.
## Essential Commands