CCI report: c3404396-e663-4885-ad5c-4f0dea34865c

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": "327be3cda509beccb468d010a5327d01540a8950",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Limit 'just check-scripts' to tracked files",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "ee17109501428319311d18f9bfc339a2a6dec88b",
    "after": "8a0e9db6dda0d16a98debb6613ac9702645d69fb",
    "commits": [
      "8a0e9db6dda0d16a98debb6613ac9702645d69fb",
      "03f3492f03985dee43c4c109e73e809e8188c284",
      "2b001b623a0f00576b6bb42190fa0cc4c32225b6",
      "3a823e2c638a4a3637e558c8b5f11153cdb23329",
      "3aa2c42c2b9d8ccab261ae4f3c523222404a8541",
      "87c6827db1a587e712d7488d2a6025bf73720db3",
      "36ce6d3cb03f5485569b910fc9d4eb9d27ffee4a",
      "2e9c7e0f1ea4c8f3449d240941249ef7c2a3f31c",
      "38dcb58bb86f7b1c07a39043a8ec6dc020afd814",
      "780c0e800f91d09435a5a9eb3abc450571ccd22d",
      "98d370d9b1deb1257a316fc6a5c156f4da4fbe8d",
      "0270edef49c877c87ef5a15458f611e838c67ce0"
    ],
    "target": "ee17109501428319311d18f9bfc339a2a6dec88b",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "327be3cda509beccb468d010a5327d01540a8950",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "It's pretty annoying to have untracked (or even ignored!) stray files\nchecked when committing.",
        "base": "ee17109501428319311d18f9bfc339a2a6dec88b",
        "oid": "6c08cd1287138c13c66bf47c04c43fee1ff5bea5",
        "timestamp": 1782244083
      },
      {
        "id": "43cef466ccc3e9462fde887ce783efa91a6631d3",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rework Original Idea\n\nThe original patch started off with limiting which files get checked, for a particular command, by using `git-ls-files`.\n\nThis revision takes it further by checking files that have been added, modified, renamed, or copied.\nIt achieves this by introducing an environment variable, `CHECK_FILES`, which is\nset via `git diff`, if the `pre-commit` hook is being invoked.\n\nThen, a script, `run-scoped` is used to execute commands using the `CHECK_FILES` list.\nNote that if it `CHECK_FILES` is unset, then `run-scoped` runs on all tracked files,\nand if it is empty, then the checks are skipped.\n\nThe existing checks are now rewritten to use the above, `run-scoped`, where appropriate.\n\nSince checks are run on all files on `pre-push`, this prompted the fixing of check that has been put off for a while,\nwhich is the removal of any `radicle` domain names in the code.",
        "base": "ee17109501428319311d18f9bfc339a2a6dec88b",
        "oid": "8a0e9db6dda0d16a98debb6613ac9702645d69fb",
        "timestamp": 1782455526
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "c3404396-e663-4885-ad5c-4f0dea34865c"
  },
  "info_url": "https://cci.rad.levitte.org//c3404396-e663-4885-ad5c-4f0dea34865c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/c3404396-e663-4885-ad5c-4f0dea34865c/w)

Started at: 2026-06-26 08:32:12.334392+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/c3404396-e663-4885-ad5c-4f0dea34865c/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"
}