Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
run: |
ruff check src tests
ruff format --check src tests
- name: Lint mimo-acp
working-directory: acp/mimo-acp
run: |
ruff check src tests
ruff format --check src tests
- name: Lint mini-swe-code
working-directory: acp/mini-swe-code
run: ruff check src tests
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/test-mimo-acp.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ benchflow resolves the harbor-style shorthand `<ns>:<id>` onto these names
The **`acp-registry/`** family is different: the `acp-registry/` pip package
catalogs every agent, and most adapting agents ship a *declarative*
`acp/<id>/manifest.toml` instead — 38 of them, with no `server.mjs` of their own
(a couple, like `mimo-acp`, wrap a thin shim package).
(a couple wrap a thin shim package).
They are classified in
[`acp-registry/src/acp_registry/catalog.py`](acp-registry/src/acp_registry/catalog.py)
(the live per-agent table is generated into
Expand Down Expand Up @@ -130,7 +130,7 @@ pytest -q
## CI

Root `.github/workflows/` runs per-package tests (path-filtered) — including the
`acp-registry`, `parity`, `omnigent`, `mimo-acp`, and `ai-sdk` jobs — plus ruff
`acp-registry`, `parity`, `omnigent`, and `ai-sdk` jobs — plus ruff
(pinned to the `.pre-commit-config.yaml` version) and a markdown
link check on PRs. The `acp-registry` job also fails the build when `AGENTS.md` is
stale, so regenerate it after any `catalog.py` (or snapshot) edit (see the
Expand Down
8 changes: 0 additions & 8 deletions acp/mimo-acp/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions acp/mimo-acp/manifest.toml

This file was deleted.

39 changes: 0 additions & 39 deletions acp/mimo-acp/pyproject.toml

This file was deleted.

21 changes: 0 additions & 21 deletions acp/mimo-acp/src/mimo_acp/__init__.py

This file was deleted.

Loading