Skip to content
Cursor Agent edited this page Nov 29, 2025 · 2 revisions

⚠️ Wiki Deprecated

This wiki is no longer used. Documentation has moved to:

Agent Rules

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.

Session Tracking

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"

Why?

  • Wiki was redundant (synced from repo)
  • GitHub Issues provide native tracking, notifications, cross-linking
  • .ruler/ is source of truth for agent rules

Clone this wiki locally