Skip to content

feat: add AGENT.md documentation for Stacks Wars backend architecture - #14

Merged
iflames1 merged 1 commit into
devfrom
docs/add-agent-guide
Aug 1, 2026
Merged

feat: add AGENT.md documentation for Stacks Wars backend architecture#14
iflames1 merged 1 commit into
devfrom
docs/add-agent-guide

Conversation

@iflames1

@iflames1 iflames1 commented Aug 1, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings August 1, 2026 07:34
@cursor

cursor Bot commented Aug 1, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@iflames1
iflames1 merged commit 12aa822 into dev Aug 1, 2026
1 check passed
@iflames1
iflames1 deleted the docs/add-agent-guide branch August 1, 2026 07:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Not ready to approve

The new documentation contains at least one incorrect repository path (migrations) and a potentially ambiguous “Don’t” guideline that should be clarified to avoid misleading contributors.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Adds a new AGENT.md document to serve as canonical contributor/agent guidance for the Stacks Wars backend architecture, with emphasis on crate boundaries and platform/game-engine contracts.

Changes:

  • Introduces workspace/crate ownership and architectural boundary rules (sw-domain, sw-plugin, sw-server).
  • Documents runtime expectations for WebSocket messaging, vault/transaction flow, and database/migrations.
  • Adds “Do/Don’t” guidance for game engine integration and security hygiene.
File summaries
File Description
AGENT.md New architecture/contributor guidance covering crate boundaries, WS patterns, vault/transactions, DB/migrations, and game registration.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

Comment thread AGENT.md

## Database

- Schema changes = new migrations under `backend/migrations/`.
Comment thread AGENT.md

## Don’t

- Publish crates under MIT; use the Stacks Wars Custom License for platform/game code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants