CCI report: 36d7e3f2-4ab5-4df2-8720-7143bf0ada77

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": "a23327f93f622cc49bb83f121c553639ccd09594",
    "author": {
      "id": "did:key:z6MkrdTkMsVjFEpxXxmowFmZLphhu6aHWfMaXwazyUfJfnJV",
      "alias": "arthvm"
    },
    "title": "cli: Support inbox clear outside of a repository",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "0a03f1c84ef0867f08744dcd856e30e27a4ed70a",
    "after": "f3ec84b000ba96bf75acb37c7a31021fa84d4f6f",
    "commits": [
      "f3ec84b000ba96bf75acb37c7a31021fa84d4f6f"
    ],
    "target": "0a03f1c84ef0867f08744dcd856e30e27a4ed70a",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "a23327f93f622cc49bb83f121c553639ccd09594",
        "author": {
          "id": "did:key:z6MkrdTkMsVjFEpxXxmowFmZLphhu6aHWfMaXwazyUfJfnJV",
          "alias": "arthvm"
        },
        "description": "`rad inbox` (list) gracefully falls back to listing notifications\nfrom all repositories when run outside of one, but `rad inbox clear`\nerrors out with \"Current directory is not a Radicle repository\"\ninstead of mirroring that behaviour.\n\nMake `clear` consistent with `list` by clearing notifications from\nall repositories when invoked outside of a Radicle repository.\n\nSince clearing is destructive and the intent is inferred from context,\nask fro confirmation before clearing. Add `--no-confirm` to skip the\nprompt for scripts and aliases, and detect non-TTY contexts (pipes, CI)\nautomatically so the prompt does not block non-interative callers.\n\nCloses: d633fb2b7904056aa7ac105aa2a63899f5506bc1\n\nSigned-off-by: Arthur Mariano <arthvm@proton.me>",
        "base": "0a03f1c84ef0867f08744dcd856e30e27a4ed70a",
        "oid": "f3ec84b000ba96bf75acb37c7a31021fa84d4f6f",
        "timestamp": 1779846654
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "36d7e3f2-4ab5-4df2-8720-7143bf0ada77"
  },
  "info_url": "https://cci.rad.levitte.org//36d7e3f2-4ab5-4df2-8720-7143bf0ada77.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/36d7e3f2-4ab5-4df2-8720-7143bf0ada77/w)

Started at: 2026-05-27 03:51:12.583777+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/36d7e3f2-4ab5-4df2-8720-7143bf0ada77/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"
}