JAEGIS Master Command Registry

Comprehensive Registry of All Available Commands with Functionality Status

Registry Overview

This registry contains all available JAEGIS commands with their descriptions, parameters, functionality status, and validation results. Only commands marked as "FUNCTIONAL" appear in the help menu.


๐Ÿ“‹ MASTER COMMAND REGISTRY

Core Navigation Commands

core_navigation:
  help:
    command: "/help"
    aliases: ["/HELP", "help", "HELP"]
    description: "Display comprehensive help menu with all available commands"
    parameters: "none | [command] for specific help"
    functionality_status: "FUNCTIONAL"
    tested: true
    last_validated: "2025-07-24"
    
  agent_list:
    command: "/agent-list"
    aliases: ["/agents", "/list-agents"]
    description: "Display table of all available agents and their tasks"
    parameters: "none"
    functionality_status: "FUNCTIONAL"
    tested: true
    last_validated: "2025-07-24"
    
  exit:
    command: "/exit"
    aliases: ["/quit", "/return"]
    description: "Return to base JAEGIS Orchestrator from current agent"
    parameters: "none"
    functionality_status: "FUNCTIONAL"
    tested: true
    last_validated: "2025-07-24"
    
  tasks:
    command: "/tasks"
    aliases: ["/task-list", "/show-tasks"]
    description: "List tasks available to the current active agent"
    parameters: "none"
    functionality_status: "FUNCTIONAL"
    tested: true
    last_validated: "2025-07-24"
    
  status:
    command: "/status"
    aliases: ["/system-status", "/current-status"]
    description: "Show current system status and configuration"
    parameters: "none"
    functionality_status: "FUNCTIONAL"
    tested: true
    last_validated: "2025-07-24"

Agent Activation Commands

Workflow Mode Commands

Team Collaboration Commands

Documentation Commands

Available Agents Registry

Command Validation Status

Natural Language Recognition Patterns

This master command registry ensures that only functional, tested commands appear in the help system, maintaining accuracy and reliability across all sessions.

Last updated