Skip to content

Commit bb4e9c7

Browse files
strideraclaude
andcommitted
feat: rename GOD role to IMPLEMENTOR and equalize CODER/IMPLEMENTOR abilities
The GOD role name was confusing — in MUD terminology "god" means any immortal, not a specific rank. Renamed to IMPLEMENTOR throughout the codebase. CODER and IMPLEMENTOR now have functionally equivalent abilities, so most permission checks use CODER as the minimum role. Also includes: deployments module, equipment set fixes, validation service updates, mob reset service, zone editor improvements, landing page redesign, and removal of obsolete Docker/Synology deployment docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4eb04c commit bb4e9c7

87 files changed

Lines changed: 4321 additions & 3555 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.development

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ API_PORT=3001
1717
API_HOST="localhost"
1818
GRAPHQL_PLAYGROUND=true
1919
GRAPHQL_DEBUG=true
20-
CORS_ORIGIN="http://muditor.dev.local"
20+
CORS_ORIGIN="https://muditor.utaboshi.com"
2121

2222
# Web Application Configuration
23-
NEXTAUTH_URL="http://muditor.dev.local"
23+
NEXTAUTH_URL="https://muditor.utaboshi.com"
2424
NEXTAUTH_SECRET="dev-nextauth-secret-change-in-production"
2525

2626
# Environment
@@ -42,7 +42,7 @@ FIERYMUD_ADMIN_TOKEN="nBq/4wYoV7Twa/QuhCHtRoLbkdx42PKlhcZZeBbDaNE="
4242
# Google OAuth (set real values in .env.development.local)
4343
GOOGLE_CLIENT_ID=""
4444
GOOGLE_CLIENT_SECRET=""
45-
GOOGLE_CALLBACK_URL="http://muditor-api.dev.local/api/auth/google/callback"
45+
GOOGLE_CALLBACK_URL="https://muditor-api.utaboshi.com/api/auth/google/callback"
4646

4747
# Development Features
4848
ENABLE_SCRIPT_SANDBOX=true

DEPLOYMENT_QUICKSTART.md

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)