CCI report: fa0f81e5-61b9-4496-bda2-10f2b1a08f50

Request message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5",
    "name": "heartwood",
    "description": "Radicle Heartwood Protocol & Stack",
    "private": false,
    "default_branch": "master",
    "delegates": [
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT",
      "did:key:z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW",
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Updated",
  "patch": {
    "id": "21e226d76659ac824ec555d678256eeb25a244aa",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "cli: Tighten visibility and minimize `pub use`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "c2af4b59822f550ab8f32e81b845546b10211d26",
    "after": "caf45f1525cdd419a90e74d192557f7c3f9b5a6b",
    "commits": [
      "caf45f1525cdd419a90e74d192557f7c3f9b5a6b"
    ],
    "target": "c2af4b59822f550ab8f32e81b845546b10211d26",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "21e226d76659ac824ec555d678256eeb25a244aa",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "In `radicle-cli`, which is a binary crate (!) a few `pub use`s can be\nremoved. This forces `radicle-remote-helper` to depend on the library\ncrate `radicle-term` to access some of the types that were re-exported\nfrom `radicle-cli`, making the dependency more obvious, and minimizing\nthe public symbols on `radicle-cli`.\n\nThe dependency on `radicle-cli` cannot be removed from\n`radicle-remote-helper` easily, so is kept.",
        "base": "2ae6301f86e93fa9cc21ae67a0ebe4ffba3eea4b",
        "oid": "ad3200e818be2cdfee0e12981f46b5509a801a6a",
        "timestamp": 1784728682
      },
      {
        "id": "67c7898ee67485ff6001168807f201df3a5e275f",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "c2af4b59822f550ab8f32e81b845546b10211d26",
        "oid": "caf45f1525cdd419a90e74d192557f7c3f9b5a6b",
        "timestamp": 1784731479
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "fa0f81e5-61b9-4496-bda2-10f2b1a08f50"
  },
  "info_url": "https://cci.rad.levitte.org//fa0f81e5-61b9-4496-bda2-10f2b1a08f50.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/fa0f81e5-61b9-4496-bda2-10f2b1a08f50/w)

Started at: 2026-07-22 16:45:55.970460+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/fa0f81e5-61b9-4496-bda2-10f2b1a08f50/w)

shell: 'export RUSTDOCFLAGS=''-D warnings''


  cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny warnings

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps --all-features

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "success"
}