Skip to content

Commit c68e95a

Browse files
authored
Update AGENTS.md - generic
1 parent 6de796a commit c68e95a

File tree

1 file changed

+7
-33
lines changed

1 file changed

+7
-33
lines changed

AGENTS.md

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,23 @@
1-
AGENTS.md v0.0.1
1+
AGENTS.md v0.0.2
22

33
# AI Assistant Instructions
44

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
68

79
- [HUMANS.md](./HUMANS.md)
810
- [README.md](./README.md)
911
- [CONTRIBUTING.md](./CONTRIBUTING.md)
1012
- [PERSONAS.md](./PERSONAS.md)
1113

12-
## Agent Personas
14+
## Specific Agents
1315

1416
- [Jules](agents/AGENTS.jules.md)
1517
- [Claude](agents/AGENTS.claude.md)
1618
- [Claude Code](agents/AGENTS.claude.code.md)
1719

1820
## Core Objective
1921

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

Comments
 (0)