CCI report: f8bb89ec-be25-4753-9381-e760e9129418

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:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
      "alias": "levitte"
    },
    "title": "Limit 'just check-scripts' to tracked files",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "ee17109501428319311d18f9bfc339a2a6dec88b",
    "after": "6c08cd1287138c13c66bf47c04c43fee1ff5bea5",
    "commits": [
      "6c08cd1287138c13c66bf47c04c43fee1ff5bea5"
    ],
    "target": "71a91042d96bb994c4cd4311d85f5cd1a6311b4e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "327be3cda509beccb468d010a5327d01540a8950",
        "author": {
          "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
          "alias": "levitte"
        },
        "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:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
          "alias": "levitte"
        },
        "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": "f8bb89ec-be25-4753-9381-e760e9129418"
  },
  "info_url": "https://cci.rad.levitte.org//f8bb89ec-be25-4753-9381-e760e9129418.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/f8bb89ec-be25-4753-9381-e760e9129418/w)

Started at: 2026-07-27 19:00:54.338607+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/f8bb89ec-be25-4753-9381-e760e9129418/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"
}