Skip to content

Commit 30fc177

Browse files
committed
docs(agent): refine agent guidance for project and OpenSpec
- Rename and streamline the agent guidance document to focus on project and OpenSpec workflow details - Remove commit message and license instructions from the agent guidance Signed-off-by: Jim Chen <Jim@ChenJ.im>
1 parent 072b4cb commit 30fc177

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# AGENTS.md
2-
3-
Guidance for AI coding agents working in this repository.
4-
5-
## Project overview
1+
# Sound Buttons Upload Backend
62

73
This is the **upload backend** for [Sound Buttons](https://sound-buttons.click) — an
84
Azure Functions app that ingests user-submitted audio clips, acquires/encodes them, runs
@@ -110,14 +106,3 @@ specs under `openspec/changes/<id>/`) and validate with
110106
`openspec validate <change-id> --strict` before implementing. `openspec/specs/` holds the
111107
current capability specs.
112108

113-
## Commits
114-
115-
Use Conventional Commit messages (`type: description`) in English. Append the trailer:
116-
117-
```
118-
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
119-
```
120-
121-
## License
122-
123-
AGPLv3. Note the third-party license terms in `README.md` (Xabe.FFmpeg is non-commercial).

0 commit comments

Comments
 (0)