Merged
Conversation
656d696c65
approved these changes
Nov 28, 2025
656d696c65
approved these changes
Nov 28, 2025
…aths note Replace all references to arrhes-application with arrhes-platform to match the current repository origin. Add a note in README, DEVELOPMENT and CONTRIBUTING docs warning Windows users to enable core.longpaths before cloning.
656d696c65
approved these changes
Feb 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: Add Project Documentation and Development Setup
Description
Adds documentation and development setup to simplify onboarding and development. Includes:
Type of Change
Changes Summary
Documentation Added
ARCHITECTURE.md (537 lines)
CONFIGURATION.md (527 lines)
DEVELOPMENT.md (954 lines)
CONTRIBUTING.md (551 lines)
Development Infrastructure
Dev Container (
.devcontainer/)Dockerfile- Node.js 24.5+ with pnpmdevcontainer.json- VS Code/Cursor configurationpost-create.sh- Auto-setup script (installs deps, initializes DB, creates .env files)README.md- Dev Container usage guideDocker Compose (
docker-compose.yml)Additional Files
.dockerignore- Docker build exclusions.gitignore- Dev container filesREADME.md- Quick start guide with 3 optionsFiles Changed
Pre-Merge Checklist
Build Methods Verification
Verify that all 3 build/setup methods work correctly:
Dev Container Method
Docker Compose Method
Native Installation Method
Documentation Review
Review all documentation files for accuracy:
ARCHITECTURE.md
CONFIGURATION.md
DEVELOPMENT.md
CONTRIBUTING.md
README.md
Testing Instructions
Quick Verification
Build Test
Should build all packages without errors.
Dev Container Test
pnpm run devand verify app startsDocker Compose Test
docker-compose up -d docker-compose ps # Verify all services are runningDocumentation Links
Additional Notes
Screenshots/Demo
N/A - Documentation and infrastructure changes
Ready for Review: Please verify the 3 build methods and review all documentation files before merging.