[PR #1464] [MERGED] Enhance CLAUDE guidelines and agent linkage #1301

Closed
opened 2026-02-26 12:11:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1464
Author: @PeterDaveHello
Created: 12/6/2025
Status: Merged
Merged: 12/6/2025
Merged by: @0xJacky

Base: devHead: docs/claude-agents-sync


📝 Commits (1)

  • df8da19 Enhance CLAUDE guidelines and agent linkage

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

AGENTS.md (+1 -0)
📝 CLAUDE.md (+6 -2)

📄 Description

Detail Go formatting and race-safe test expectations for backend work.

List frontend linting commands so CLAUDE matches current workflows.

Link AGENTS.md to CLAUDE.md so other agents reuse the strengthened guide.

GitHub Copilot summary:

This pull request adds a new documentation file and updates the development guidelines and commands to emphasize code quality, formatting, and testing standards for both backend and frontend development.

Documentation updates:

  • Added the CLAUDE.md file to the project documentation.

Backend development standards:

  • Updated guidelines to require running gofmt/goimports for code formatting and validating changes with go test ./... -race -cover before pushing.
  • Enhanced backend commands to include go generate ./... and more detailed instructions for building and testing, including release artifact generation.

Frontend development standards:

  • Added instructions to run pnpm lint, pnpm lint:fix, and pnpm typecheck to maintain style and type consistency.
  • Updated frontend commands to include linting and type checking as part of the development workflow.

Development environment:

  • Added instructions for bootstrapping a demo stack using Docker Compose.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/1464 **Author:** [@PeterDaveHello](https://github.com/PeterDaveHello) **Created:** 12/6/2025 **Status:** ✅ Merged **Merged:** 12/6/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `docs/claude-agents-sync` --- ### 📝 Commits (1) - [`df8da19`](https://github.com/0xJacky/nginx-ui/commit/df8da19600574a53f0e2f035ce6a759cf6988459) Enhance CLAUDE guidelines and agent linkage ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `AGENTS.md` (+1 -0) 📝 `CLAUDE.md` (+6 -2) </details> ### 📄 Description Detail Go formatting and race-safe test expectations for backend work. List frontend linting commands so CLAUDE matches current workflows. Link AGENTS.md to CLAUDE.md so other agents reuse the strengthened guide. GitHub Copilot summary: > This pull request adds a new documentation file and updates the development guidelines and commands to emphasize code quality, formatting, and testing standards for both backend and frontend development. > > Documentation updates: > > * Added the `CLAUDE.md` file to the project documentation. > > Backend development standards: > > * Updated guidelines to require running `gofmt`/`goimports` for code formatting and validating changes with `go test ./... -race -cover` before pushing. > * Enhanced backend commands to include `go generate ./...` and more detailed instructions for building and testing, including release artifact generation. > > Frontend development standards: > > * Added instructions to run `pnpm lint`, `pnpm lint:fix`, and `pnpm typecheck` to maintain style and type consistency. > * Updated frontend commands to include linting and type checking as part of the development workflow. > > Development environment: > > * Added instructions for bootstrapping a demo stack using Docker Compose. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:11:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#1301
No description provided.