CCI report: 6e3a88a1-ae66-4af4-b779-55d13446480e

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": "Created",
  "patch": {
    "id": "232860612e0ccac3269ed399522415adf734788c",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "cli: Fix panic on `rad patch review` without options",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "804fa3e44c9f5b26d32f235206be805d531f9ea9",
    "after": "79f0cf263908e298859bd897e2796c102bb28937",
    "commits": [
      "79f0cf263908e298859bd897e2796c102bb28937"
    ],
    "target": "804fa3e44c9f5b26d32f235206be805d531f9ea9",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "232860612e0ccac3269ed399522415adf734788c",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "When invoked without any of `--patch`, `--delete`, `--accept`,\nor `--reject`, the command panicked. It now falls through to a\nneutral review (no verdict), which the COB layer validates: a review\nwithout verdict requires a summary, otherwise `EmptyReview` is\nreturned as a clean error.\n\nThe new doc test also documents two previously-untested behaviors\nof `rad patch review`: neutral reviews (verdict=None with summary)\nand the COB layer's silent no-op when a duplicate review is submitted\n(see `test_patch_review_duplicate` in patch.rs).\n\nFixes 8ceff5d4b8fa94bcbe243f9f8ef52138f65e495d\n\nSigned-off-by: Arthur Mariano <arthvm@proton.me>",
        "base": "0a03f1c84ef0867f08744dcd856e30e27a4ed70a",
        "oid": "8f05cbe09473e0185bd69586fb649ca86f639c26",
        "timestamp": 1779894035
      },
      {
        "id": "b6ad1ff64e91c9be141edd25e7383af8b8c57bf6",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Rebase\n- Use a new error enum, and `TryFrom`, rather than default options\n- Rework test case to slim it down",
        "base": "804fa3e44c9f5b26d32f235206be805d531f9ea9",
        "oid": "79f0cf263908e298859bd897e2796c102bb28937",
        "timestamp": 1779976998
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "6e3a88a1-ae66-4af4-b779-55d13446480e"
  },
  "info_url": "https://cci.rad.levitte.org//6e3a88a1-ae66-4af4-b779-55d13446480e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/6e3a88a1-ae66-4af4-b779-55d13446480e/w)

Started at: 2026-05-28 16:03:20.989320+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/6e3a88a1-ae66-4af4-b779-55d13446480e/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"
}