CCI report: e0a1ae02-cc50-4e56-b5ef-0ed466bd8b4c

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": "0c391a6f48038397910d6ad1a25a70bc296cb69d",
    "author": {
      "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
      "alias": "levitte"
    },
    "title": "Fix `NO_COLOR` to only suppress colors, not all ANSI styles",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "07f748475beacd41463ee5ebc0d7a93539ab8f55",
    "after": "91250a1f32e8426dace5b5d201339ff4d396df29",
    "commits": [
      "91250a1f32e8426dace5b5d201339ff4d396df29"
    ],
    "target": "018266023a738c51b3a4bf6abef5bb16ee3b1181",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "0c391a6f48038397910d6ad1a25a70bc296cb69d",
        "author": {
          "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
          "alias": "levitte"
        },
        "description": "The `NO_COLOR` convention (https://no-color.org) only calls for\nsuppressing ANSI *color* codes. It does not demand the removal of\nother attributes such as bold, italic, underline or reverse.\n\nPreviously, `Paint::is_enabled()` bundled `anstyle_query::no_color()`\ninto the single boolean that decides whether to emit any formatting.\nBecause Paint relies on that boolean alone, `NO_COLOR` ended up\nstripping bold, italic, reverse, etc. alongside the color codes.\nThat conflates two concerns: terminal styling support and color\nsuppression. It is also contrary to the intent of the standard.\n\nInstead, treat the general style decision separately from the\ncolor decision.  Remove the `no_color()` check from `is_enabled()`\nand add `Paint::is_styling_enabled()` for the coarse terminal gate.\n`Style::fmt_prefix` and `fmt_suffix` now query `NO_COLOR` directly and\nconditionally drop foreground and background codes while preserving\nnon-colour properties.  This way bold, italic, underline and the\nlike continue to work when `NO_COLOR` is set, while colors alone are\nsuppressed.\n\nCloses: rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/cob/xyz.radicle.issue/f922d90\nAssisted-by: Pi:deepinfra/moonshotai/Kimi-K2.6",
        "base": "07f748475beacd41463ee5ebc0d7a93539ab8f55",
        "oid": "91250a1f32e8426dace5b5d201339ff4d396df29",
        "timestamp": 1781959429
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "e0a1ae02-cc50-4e56-b5ef-0ed466bd8b4c"
  },
  "info_url": "https://cci.rad.levitte.org//e0a1ae02-cc50-4e56-b5ef-0ed466bd8b4c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/e0a1ae02-cc50-4e56-b5ef-0ed466bd8b4c/w)

Started at: 2026-06-20 14:43:56.848793+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/e0a1ae02-cc50-4e56-b5ef-0ed466bd8b4c/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"
}