Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ The primary use case for this site is documenting the FashionUnited GraphQL API:
- Playground: `https://fashionunited.com/graphiql/`
- Marketplace queries support pagination, locales, and brand filtering

## Commit Messages and PR Titles

No prefixes (`feat:`, `fix:`, `[codex]`, etc.). Start with capital letter, imperative mood, include GitHub issue number. Example: `Add job count for locales #123`. PR titles follow the same rules.

## Issue Tracking with br (beads_rust)

This project uses `br` ([beads_rust](https://github.com/steveyegge/beads_rust)) for issue tracking. beads_rust is a distributed, Git-backed issue tracker designed specifically for AI coding agents.
Expand Down
Loading