Skip to content

Extract setup and development docs to CONTRIBUTING.md#35

Merged
shenanigansd merged 5 commits into
mainfrom
claude/practical-noether-XDzAV
May 31, 2026
Merged

Extract setup and development docs to CONTRIBUTING.md#35
shenanigansd merged 5 commits into
mainfrom
claude/practical-noether-XDzAV

Conversation

@shenanigansd
Copy link
Copy Markdown
Member

Summary

Moves setup instructions, demo/API running instructions, endpoint documentation, and development workflow from README.md to a new CONTRIBUTING.md file. This declutters the README and follows the common convention of keeping contribution guidelines in a separate document.

The README now contains only the project overview and directory structure, with a brief pointer to CONTRIBUTING.md for detailed setup and development information.

Related issues

None

Checklist

  • uv run nox -s lints passes (prek + ruff format + ruff check + mypy --strict + ty)
  • uv run nox -s tests passes, and I added/updated tests for any behavior change
  • Docs in docs/ updated if public API or behavior changed
  • uv.lock updated if dependencies changed
  • Game rules stay in engine/ and HTTP stays in api/ (no cross-layer leaks)

Note: This is a documentation-only change. No source code or tests were modified.

https://claude.ai/code/session_01FDGM3ZQzYmHoLViSr4TtF1

@shenanigansd shenanigansd merged commit 3cbf622 into main May 31, 2026
12 checks passed
@shenanigansd shenanigansd deleted the claude/practical-noether-XDzAV branch May 31, 2026 19:14
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