|
1 | | -AGENTS.md v0.0.1 |
| 1 | +AGENTS.md v0.0.2 |
2 | 2 |
|
3 | 3 | # AI Assistant Instructions |
4 | 4 |
|
5 | | -This document provides instructions for AI assistants working on this project. Related documents: |
| 5 | +This document provides instructions for all AI assistants working on this project. |
| 6 | + |
| 7 | +## Related documents |
6 | 8 |
|
7 | 9 | - [HUMANS.md](./HUMANS.md) |
8 | 10 | - [README.md](./README.md) |
9 | 11 | - [CONTRIBUTING.md](./CONTRIBUTING.md) |
10 | 12 | - [PERSONAS.md](./PERSONAS.md) |
11 | 13 |
|
12 | | -## Agent Personas |
| 14 | +## Specific Agents |
13 | 15 |
|
14 | 16 | - [Jules](agents/AGENTS.jules.md) |
15 | 17 | - [Claude](agents/AGENTS.claude.md) |
16 | 18 | - [Claude Code](agents/AGENTS.claude.code.md) |
17 | 19 |
|
18 | 20 | ## Core Objective |
19 | 21 |
|
20 | | -Your primary goal is to assist with developing, debugging, and testing new features, while adhering to the project's standards for code quality and testing. |
21 | | - |
22 | | -## Project Overview |
23 | | - |
24 | | -- **Project Name:** Acme Corp Web App |
25 | | -- **Description:** A web application for managing customer data. |
26 | | -- **Tech Stack:** JavaScript, React, Node.js, Express, PostgreSQL |
27 | | - |
28 | | -## Development Workflow |
29 | | - |
30 | | -1. **Dependencies:** This project uses `npm` for dependency management. Install dependencies with `npm install`. |
31 | | -2. **Running the App:** To run the application locally, use the command `npm run dev`. |
32 | | -3. **Branching:** Create a new branch for each task. Use the format `feature/short-description`. |
33 | | - |
34 | | -## Testing |
35 | | - |
36 | | -- **Test Suite:** The test suite is run with the command `npm test`. |
37 | | -- **Testing Policy:** For new features, you must write corresponding tests. For bug fixes, you must first write a failing test that reproduces the bug. All tests must pass before submitting work. |
38 | | - |
39 | | -## Coding Standards |
40 | | - |
41 | | -- **Style Guide:** This project uses **Prettier** for code formatting. Ensure it is applied before committing. |
42 | | -- **Linter:** We use **ESLint** for identifying and fixing problems in the code. Run the linter with `npm run lint` and fix any reported issues. |
43 | | -- **Key Conventions:** |
44 | | - - All API responses must be in the JSend format. |
45 | | - - All functions must have JSDoc-style comments. |
46 | | - |
47 | | -## Additional Context |
48 | | - |
49 | | -Use this section to add any other important information, links to internal wikis, or context the AI might need to be successful. |
| 22 | +Your primary goal is to assist with developing, debugging, and testing new features, |
| 23 | +while adhering to the project's standards for code quality and testing. |
0 commit comments