apcore-cli 0.10.0

Command-line interface for apcore modules
{
  "feature": "core-dispatcher",
  "created": "2026-03-16T09:05:00Z",
  "updated": "2026-03-17T03:29:54.582454+00:00",
  "status": "completed",
  "execution_order": [
    "validate-module-id",
    "collect-input",
    "lazy-module-group-skeleton",
    "build-module-command",
    "exec-dispatch-callback",
    "create-cli-and-main"
  ],
  "progress": {
    "total_tasks": 6,
    "completed": 6,
    "in_progress": 0,
    "pending": 0
  },
  "tasks": [
    {
      "id": "validate-module-id",
      "file": "tasks/validate-module-id.md",
      "title": "Implement and test validate_module_id with hand-written segment validator",
      "status": "completed",
      "started_at": "2026-03-17T03:04:04.090412+00:00",
      "completed_at": "2026-03-17T03:06:32.758652+00:00",
      "assignee": null,
      "commits": []
    },
    {
      "id": "collect-input",
      "file": "tasks/collect-input.md",
      "title": "Implement and test collect_input / collect_input_from_reader with STDIN byte-limit and JSON validation",
      "status": "completed",
      "started_at": "2026-03-17T03:06:32.758652+00:00",
      "completed_at": "2026-03-17T03:10:04.967926+00:00",
      "assignee": null,
      "commits": []
    },
    {
      "id": "lazy-module-group-skeleton",
      "file": "tasks/lazy-module-group-skeleton.md",
      "title": "Implement LazyModuleGroup struct with list_commands, get_command, and in-memory cache",
      "status": "completed",
      "started_at": "2026-03-17T03:10:04.967926+00:00",
      "completed_at": "2026-03-17T03:15:26.464780+00:00",
      "assignee": null,
      "commits": []
    },
    {
      "id": "build-module-command",
      "file": "tasks/build-module-command.md",
      "title": "Implement build_module_command \u2014 schema to clap Args, built-in flags, reserved name guard",
      "status": "completed",
      "started_at": "2026-03-17T03:15:26.464780+00:00",
      "completed_at": "2026-03-17T03:18:16.357333+00:00",
      "assignee": null,
      "commits": []
    },
    {
      "id": "exec-dispatch-callback",
      "file": "tasks/exec-dispatch-callback.md",
      "title": "Full exec pipeline \u2014 collect input, schema validate, approval gate, tokio::select! SIGINT race, audit log, exit code mapping",
      "status": "completed",
      "started_at": "2026-03-17T03:18:16.357333+00:00",
      "completed_at": "2026-03-17T03:22:48.641943+00:00",
      "assignee": null,
      "commits": []
    },
    {
      "id": "create-cli-and-main",
      "file": "tasks/create-cli-and-main.md",
      "title": "Implement create_cli, extract_extensions_dir, init_tracing with reload handle, main dispatch loop",
      "status": "completed",
      "started_at": "2026-03-17T03:22:48.641943+00:00",
      "completed_at": "2026-03-17T03:29:54.582454+00:00",
      "assignee": null,
      "commits": []
    }
  ],
  "metadata": {
    "source_doc": "../../../apcore-cli/docs/features/core-dispatcher.md",
    "created_by": "code-forge:port",
    "version": "1.0",
    "ported_from": {
      "reference_impl": "apcore-cli-python",
      "reference_lang": "Python",
      "target_lang": "rust"
    }
  }
}