Skip to content

Claude/check multi agent support d9 be2 - #28

Merged
iamkayleb merged 2 commits into
mainfrom
claude/check-multi-agent-support-D9Be2
Mar 29, 2026
Merged

iamkayleb merged 2 commits into
mainfrom
claude/check-multi-agent-support-D9Be2

Conversation

@iamkayleb

Copy link
Copy Markdown
Owner

No description provided.

claude added 2 commits March 29, 2026 03:30
The reusable CI workflow (reusable-10-ci-python.yml) runs ruff with no
--line-length flag, so it relies on the repo's config. Without a
pyproject.toml, ruff defaults to line-length=88 while black gets
--line-length 100 from the CLI — causing false lint-ruff failures on
lines 89-100 chars.

Adds a minimal pyproject.toml to the consumer template with the same
ruff/black/isort settings as the Workflows repo. Uses sync_mode:
create_only so repos with customized configs are not overwritten.

Also adds python_config processing to the sync workflow.

https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5
Switch sync_mode from create_only to sync for pr-00-gate.yml and
pyproject.toml so the next sync run pushes the Gate guards and lint
config to existing consumer repos. Revert to create_only after sync.

https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5
@iamkayleb
iamkayleb merged commit c4ebd1d into main Mar 29, 2026
21 checks passed
@iamkayleb
iamkayleb temporarily deployed to agent-high-privilege March 29, 2026 03:43 — with GitHub Actions Inactive
@github-actions

Copy link
Copy Markdown

Automated Status Summary

Head SHA: 63eb2cf
Latest Runs: ⏳ pending — Gate
Required contexts: Gate / gate, Health 45 Agents Guard / guard
Required: core tests (3.11): ⏳ pending, core tests (3.12): ⏳ pending, docker smoke: ⏳ pending, gate: ⏳ pending

Workflow / Job Result Logs
(no jobs reported) ⏳ pending

Coverage Overview

  • Coverage history entries: 1

Coverage Trend

Metric Value
Current 93.12%
Baseline 85.00%
Delta +8.12%
Minimum 70.00%
Status ✅ Pass

Top Coverage Hotspots (lowest coverage)

File Coverage Missing
src/cli_parser.py 81.8% 4
src/percentile_calculator.py 95.0% 1
src/aggregator.py 95.0% 2
src/__init__.py 100.0% 0
src/ndjson_parser.py 100.0% 0

Updated automatically; will refresh on subsequent CI/Docker completions.


Keepalive checklist

Scope

No scope information available

Tasks

  • No tasks defined

Acceptance criteria

  • No acceptance criteria defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants