)]}'
{
  "commit": "9fd76610f6153c58e2e95f44875a4f2d1fe90e7a",
  "tree": "f44af3cc59d3e8e2cd33c0a9e840d1d662654bc7",
  "parents": [
    "ba184810dc0f1b2bd562f38c2268c1f8a1ae8f8b"
  ],
  "author": {
    "name": "Christina Quast",
    "email": "christina.quast@9elements.com",
    "time": "Thu Aug 06 19:10:19 2026 +0200"
  },
  "committer": {
    "name": "Anthony Rocha",
    "email": "116300062+rusty1968@users.noreply.github.com",
    "time": "Thu Aug 06 13:15:08 2026 -0700"
  },
  "message": "services: fold fwmanager into orchestrator\n\nMove services/fwmanager/{api,hal-adapters} to services/orchestrator/,\nrename the fwmanager_api and fwmanager_hal_adapters crates to match,\nand update the remaining fwmanager mentions in the sm doc comments\nand target/mock.\n",
  "tree_diff": [
    {
      "type": "rename",
      "old_id": "49662ed994cf64cc4cdf95da02f2c0a64e639063",
      "old_mode": 33188,
      "old_path": "services/fwmanager/api/BUILD.bazel",
      "new_id": "0dfcdbdb3f6d683c3041d53f0ba67fadf824c1bf",
      "new_mode": 33188,
      "new_path": "services/orchestrator/api/BUILD.bazel",
      "score": 80
    },
    {
      "type": "rename",
      "old_id": "ae13cd57de151c6df32df7b0af9fe8dcf3189b81",
      "old_mode": 33188,
      "old_path": "services/fwmanager/api/src/boot_control.rs",
      "new_id": "ae13cd57de151c6df32df7b0af9fe8dcf3189b81",
      "new_mode": 33188,
      "new_path": "services/orchestrator/api/src/boot_control.rs",
      "score": 100
    },
    {
      "type": "rename",
      "old_id": "969568801687707948d5d6c8093bd2873ed6c2f4",
      "old_mode": 33188,
      "old_path": "services/fwmanager/api/src/boot_monitor.rs",
      "new_id": "969568801687707948d5d6c8093bd2873ed6c2f4",
      "new_mode": 33188,
      "new_path": "services/orchestrator/api/src/boot_monitor.rs",
      "score": 100
    },
    {
      "type": "rename",
      "old_id": "43e3ed8bd562a34f4f6b2e4008be97b73250198a",
      "old_mode": 33188,
      "old_path": "services/fwmanager/api/src/config.rs",
      "new_id": "43e3ed8bd562a34f4f6b2e4008be97b73250198a",
      "new_mode": 33188,
      "new_path": "services/orchestrator/api/src/config.rs",
      "score": 100
    },
    {
      "type": "rename",
      "old_id": "f379d10bb03dc4eb8af8cf740b2a507e106300b8",
      "old_mode": 33188,
      "old_path": "services/fwmanager/api/src/lib.rs",
      "new_id": "02dad99f2db2b77bdba6bbad0ac29a605bcf6927",
      "new_mode": 33188,
      "new_path": "services/orchestrator/api/src/lib.rs",
      "score": 93
    },
    {
      "type": "rename",
      "old_id": "14e65f0d1cb25c40c99c1f58fcd6d32ada9da2c3",
      "old_mode": 33188,
      "old_path": "services/fwmanager/hal-adapters/BUILD.bazel",
      "new_id": "ccbbde9fc772d44b62a29fe0518cbc064a5b30e7",
      "new_mode": 33188,
      "new_path": "services/orchestrator/hal-adapters/BUILD.bazel",
      "score": 71
    },
    {
      "type": "rename",
      "old_id": "d8bf0e12979c9eb670cc865c3ef4027d8c834da2",
      "old_mode": 33188,
      "old_path": "services/fwmanager/hal-adapters/src/gpio_boot_monitor.rs",
      "new_id": "bc02fd3f6be71df6c594d73bb53c307fecfad527",
      "new_mode": 33188,
      "new_path": "services/orchestrator/hal-adapters/src/gpio_boot_monitor.rs",
      "score": 99
    },
    {
      "type": "rename",
      "old_id": "b4ef418a7c71a138fe3bbcdfa7c0bd5188375263",
      "old_mode": 33188,
      "old_path": "services/fwmanager/hal-adapters/src/hal_boot_control.rs",
      "new_id": "e434aa074df1c88e7c25845d844382b88b40e11c",
      "new_mode": 33188,
      "new_path": "services/orchestrator/hal-adapters/src/hal_boot_control.rs",
      "score": 99
    },
    {
      "type": "rename",
      "old_id": "f4eb93c410c40be1d163af8655f119d2c020029f",
      "old_mode": 33188,
      "old_path": "services/fwmanager/hal-adapters/src/lib.rs",
      "new_id": "179d2d4853b1d32bb1825e3f62975b987f02c79e",
      "new_mode": 33188,
      "new_path": "services/orchestrator/hal-adapters/src/lib.rs",
      "score": 80
    },
    {
      "type": "modify",
      "old_id": "5fe7e252264d1bb8b6b1f4269730d6dc96470770",
      "old_mode": 33188,
      "old_path": "services/orchestrator/sm/src/lib.rs",
      "new_id": "29e1f17737907397beb094d56930c0193865060f",
      "new_mode": 33188,
      "new_path": "services/orchestrator/sm/src/lib.rs"
    },
    {
      "type": "modify",
      "old_id": "ae9cfd8fa8fb1b4bfd654fc17ea60ca76603d8de",
      "old_mode": 33188,
      "old_path": "services/orchestrator/sm/src/model.rs",
      "new_id": "782bb95c03ba61b7833815ca7053e18ca8b0bb7f",
      "new_mode": 33188,
      "new_path": "services/orchestrator/sm/src/model.rs"
    },
    {
      "type": "modify",
      "old_id": "60bf6efe788be938cd4db6fd90cf09a98bcd6d0c",
      "old_mode": 33188,
      "old_path": "services/orchestrator/sm/src/tests.rs",
      "new_id": "df188ba0b0287f20544b660059bc4a32840ad2a8",
      "new_mode": 33188,
      "new_path": "services/orchestrator/sm/src/tests.rs"
    },
    {
      "type": "modify",
      "old_id": "ddf861bda2db80c5ab1f5bfd3eb2763677871da0",
      "old_mode": 33188,
      "old_path": "target/mock/BUILD.bazel",
      "new_id": "803102f09d99ab1cf56bce6305da4d9480a0991d",
      "new_mode": 33188,
      "new_path": "target/mock/BUILD.bazel"
    },
    {
      "type": "modify",
      "old_id": "ea5b7dfe7a0a4def4b9f70ab561538cc3a7dd740",
      "old_mode": 33188,
      "old_path": "target/mock/devices.rs",
      "new_id": "0cb4d54377b7df228404a2f74a3f52c2e332e90c",
      "new_mode": 33188,
      "new_path": "target/mock/devices.rs"
    }
  ]
}
