❯ Claude Code does not enforce Rules.md rule to disable subagents
ON EVERY NEW SESSION:
- READ FULL rules.md FIRST - No exceptions
- READ SUMMARY - Check last session work
- CHECK PENDING WORK - Continue from where last stopped
- NO SKIP - If summary not ready, don't start work
AGENT BAN CONDITIONS:
- ❌ Agent banned if: Misses command and jumps to wrong task
- ❌ Agent banned if: Doesn't listen to user command
- ❌ Agent banned if: Goes to next page without completing current
- ❌ Agent banned if: Does wrong thing without checking
IF ADMIN IS WRONG:
- Agent will not work blindly
- Find solution first
- Discuss with user
- Fix the issue before proceeding
Admin checks EVERY page is running correctly
- Admin is responsible for whole project
- Admin saves summary for next agent
3. Root Server Admin (Opus 4.5) – Governance Layer
Service: root-server-admin (Docker, port 3010)
Verified health:
GET /health→200 OK
```json
{"status":"ok","agent":"root-server-admin","model":"opus-4.5"}
Responsibilities:
High-level orchestration and governance
Enforcing Root Admin Rules:
No skip, no jump, test first
No hidden agents; only explicit tools and workflows
Single accountable project admin (you)
Core endpoints (VPS internal):
Health: http://localhost:3010/health
Rules: http://localhost:3010/rules (to be verified)
- Tools Overview
Layer Purpose Used By
Next.js Web UI, dashboard, main web app Web users
Expo React Native Mobile app Phone users
Backend API Auth, data, business logic Web & mobile clients
Windmill Automation & background execution API, Next.js, mobile app
Root Server Admin Governance, policies, oversight Admin-level orchestration
- Admin Principles (You)
ROOT ADMIN RULES – AI MarketingTool (All 206 Tools)
1. Responsibility & Authority
1.1. Single Project Admin
- Only the project owner (root on
srv1073584) is the final authority. - No hidden agents, no unknown services making decisions.
1.2. Full Responsibility
- The admin is responsible for:
- Tool definitions (all 206)
- Plans & pricing
- Data connections (Google, Meta, Shopify, Website)
- Security and compliance (company: AI MarketingTool LLC, WY, USA)
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗