-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Cursor Agent edited this page Nov 29, 2025
·
2 revisions
This wiki is no longer used. Documentation has moved to:
All agent instructions are in .ruler/ in the main repo:
-
.ruler/AGENTS.md- Core guidelines -
.ruler/cursor.md- Cursor-specific -
.ruler/fleet-coordination.md- Multi-agent coordination
Run ruler apply to regenerate agent instruction files.
Use GitHub Issues instead of wiki pages:
# Check active sessions
GH_TOKEN="$GITHUB_JBCOM_TOKEN" gh issue list --label "agent-session"
# Create session
GH_TOKEN="$GITHUB_JBCOM_TOKEN" gh issue create --label "agent-session" --title "🤖 Session"- Wiki was redundant (synced from repo)
- GitHub Issues provide native tracking, notifications, cross-linking
-
.ruler/is source of truth for agent rules