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
25 changes: 0 additions & 25 deletions .markdownlint-cli2.jsonc

This file was deleted.

11 changes: 11 additions & 0 deletions .rumdl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[global]
disable = ["MD041"]

[MD013]
line-length = 140
code-blocks = false
headings = false
tables = false

[MD024]
siblings-only = true
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- `requirements-dev.txt` includes `pytest`, `semgrep`, `ruff`, `mypy`, and `pyright`
- System tools
- `git` (required by lint scripts for tracked-file discovery)
- `node`/`npx` (required by markdown lint)
- `node`/`npx` (required by `rumdl` markdown lint)
- `zsh` and `shellcheck` (macOS: `brew install shellcheck`; Ubuntu: `sudo apt-get install -y shellcheck zsh`)
- `nils-cli` (Homebrew: `brew tap sympoies/tap && brew install nils-cli`; provides `plan-tooling`, `api-*`, `semantic-commit`)

Expand Down
6 changes: 4 additions & 2 deletions THIRD_PARTY_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ Not included:
| `@playwright/cli` | npm via npx --package | `@playwright/cli@latest` | floating (@latest) | `Apache-2.0` | [microsoft/playwright-cli](https://github.com/microsoft/playwright-cli) |
| `agent-browser` | npm via npx --package | `agent-browser@latest` | floating (@latest) | `Apache-2.0` | [vercel-labs/agent-browser](https://github.com/vercel-labs/agent-browser) |
| `chrome-devtools-mcp` | npm via npx | `chrome-devtools-mcp@latest` | floating (@latest) | `Unknown (check npm package metadata)` | [ChromeDevTools/chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) |
| `markdownlint-cli2` | npm via npx | `markdownlint-cli2@0.21.0` | pinned (0.21.0) | `MIT` | [DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) |
| `rumdl` | npm via npx | `rumdl@0.1.62` | pinned (0.1.62) | `MIT` | [rvben/rumdl](https://github.com/rvben/rumdl) |
| `shellcheck` | Homebrew / apt | `brew install shellcheck / apt-get install -y shellcheck` | floating (package-manager resolved) | `GPL-3.0-or-later` | [koalaman/shellcheck](https://github.com/koalaman/shellcheck) |
| `nils-cli` | Homebrew formula | `brew install nils-cli` | floating (formula latest) | `MIT OR Apache-2.0` | [graysurf/nils-cli](https://github.com/graysurf/nils-cli) |

## Declaration Sources

- `requirements-dev.txt`
- `.rumdl.toml`
- `scripts/ci/markdownlint-audit.sh`
- `skills/tools/browser/playwright/scripts/playwright_cli.sh`
- `skills/tools/browser/agent-browser/scripts/agent-browser.sh`
Expand All @@ -53,7 +54,8 @@ Not included:
## Deterministic Input Fingerprints

- `requirements-dev.txt` SHA256: `3ec1558abe1f337577861f60fd6824af6ad1b68436187819dedcd184b3548f2e`
- `scripts/ci/markdownlint-audit.sh` SHA256: `ce0e42cbbe8e274c135a4d7a859ce1d239d5b7e78c1891d837f3f327b5486b16`
- `.rumdl.toml` SHA256: `31667aa68116c0811cc8afcfa726ab5b6da25deb47cf737e54c51a7910a9cf5d`
- `scripts/ci/markdownlint-audit.sh` SHA256: `2f7a9fbabc675f3f7db2ce5930dd1d144f614d01b094d468e05619ae063189a1`
- `skills/tools/browser/playwright/scripts/playwright_cli.sh` SHA256: `36a188349ae575e2ffd7fe47cad0f8b86317032f4f7bd75a1598b5d16eddf4e0`
- `skills/tools/browser/agent-browser/scripts/agent-browser.sh` SHA256: `c9daa00c327c0258d8496b1e8a5cea3827af9cb73ee357682b670918ce7a1d94`
- `scripts/chrome-devtools-mcp.sh` SHA256: `cf92382116a78c6d1a3dc5a1ac5d9be8498bdb17187cf26b26dae098718f8cd8`
Expand Down
5 changes: 3 additions & 2 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ Third-party notice obligations are tracked by linking each component to its upst
| `@playwright/cli` | Use upstream license/notice files from the linked project. No separate vendored NOTICE file is distributed in this repository. | [microsoft/playwright-cli](https://github.com/microsoft/playwright-cli) |
| `agent-browser` | Use upstream license/notice files from the linked project. No separate vendored NOTICE file is distributed in this repository. | [vercel-labs/agent-browser](https://github.com/vercel-labs/agent-browser) |
| `chrome-devtools-mcp` | Use upstream license/notice files from the linked project. No separate vendored NOTICE file is distributed in this repository. | [ChromeDevTools/chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) |
| `markdownlint-cli2` | Use upstream license/notice files from the linked project. No separate vendored NOTICE file is distributed in this repository. | [DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) |
| `rumdl` | Use upstream license/notice files from the linked project. No separate vendored NOTICE file is distributed in this repository. | [rvben/rumdl](https://github.com/rvben/rumdl) |
| `shellcheck` | Use upstream license/notice files from the linked project. No separate vendored NOTICE file is distributed in this repository. | [koalaman/shellcheck](https://github.com/koalaman/shellcheck) |
| `nils-cli` | Use upstream license/notice files from the linked project. No separate vendored NOTICE file is distributed in this repository. | [graysurf/nils-cli](https://github.com/graysurf/nils-cli) |

## Deterministic Input Fingerprints

- `requirements-dev.txt` SHA256: `3ec1558abe1f337577861f60fd6824af6ad1b68436187819dedcd184b3548f2e`
- `scripts/ci/markdownlint-audit.sh` SHA256: `ce0e42cbbe8e274c135a4d7a859ce1d239d5b7e78c1891d837f3f327b5486b16`
- `.rumdl.toml` SHA256: `31667aa68116c0811cc8afcfa726ab5b6da25deb47cf737e54c51a7910a9cf5d`
- `scripts/ci/markdownlint-audit.sh` SHA256: `2f7a9fbabc675f3f7db2ce5930dd1d144f614d01b094d468e05619ae063189a1`
- `skills/tools/browser/playwright/scripts/playwright_cli.sh` SHA256: `36a188349ae575e2ffd7fe47cad0f8b86317032f4f7bd75a1598b5d16eddf4e0`
- `skills/tools/browser/agent-browser/scripts/agent-browser.sh` SHA256: `c9daa00c327c0258d8496b1e8a5cea3827af9cb73ee357682b670918ce7a1d94`
- `scripts/chrome-devtools-mcp.sh` SHA256: `cf92382116a78c6d1a3dc5a1ac5d9be8498bdb17187cf26b26dae098718f8cd8`
Expand Down
2 changes: 2 additions & 0 deletions docs/testing/docs-freshness-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Any discovered reference to a missing path is reported as a stale reference.

The audit script parses only the block below.

<!-- markdownlint-disable MD075 -->
<!-- docs-freshness-audit:begin -->
## Scoped docs

Expand Down Expand Up @@ -74,3 +75,4 @@ REQUIRED_PATH|scripts/test.sh
REQUIRED_PATH|skills/tools/agent-doc-init/scripts/agent_doc_init.sh
REQUIRED_PATH|docs/testing/script-smoke.md
<!-- docs-freshness-audit:end -->
<!-- markdownlint-enable MD075 -->
1 change: 0 additions & 1 deletion prompts/actionable-advice.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Ask clarifying questions when underspecified; otherwise provide act
argument-hint: question
---


You are an engineering advisor. Your job is to produce explicit, actionable instructions (not vague suggestions) for the user’s question.

USER QUESTION $ARGUMENTS
Expand Down
5 changes: 2 additions & 3 deletions prompts/actionable-knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Humanities-aware tutor prompt with a clear baseline, multiple lense
argument-hint: question / concept / confusion
---


You are a **knowledge tutor + problem clarifier** for general audiences (humanities-methods aware). Your job is to help the user learn a
concept, clear up confusion, or decide what to focus on next—using **explicit, actionable guidance** (no vague encouragement).

Expand All @@ -14,9 +13,9 @@ CONTEXT (optional but recommended)
- Goal: <what you want to understand / decide / be able to do>
- Current understanding: <what you already know + what confuses you>
- Domain / scenario: <where this applies; examples you care about>
- Depth: <high-level | practical | rigorous>
- Depth: `[high-level | practical | rigorous]`
- Time budget: <5 min | 30 min | 2 hours | days>
- Constraints: <math level, preferred style, language, no jargon, etc>
- Constraints: `[math level, preferred style, language, no jargon, etc]`

CORE PRINCIPLES (Humanities version)

Expand Down
1 change: 0 additions & 1 deletion prompts/parallel-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Enable a parallel-first policy for this thread and prefer delegate-
argument-hint: preferences (optional)
---


Enable **parallel-first mode** for this conversation thread.

PREFERENCES (optional) $ARGUMENTS
Expand Down
1 change: 0 additions & 1 deletion prompts/plan-issue-delivery-main-agent-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Init prompt for the orchestration-only main agent in plan-issue-del
argument-hint: optional overrides for repo/plan/issue/sprint/grouping
---


You are the Main Agent for plan-driven issue delivery.

Mission
Expand Down
1 change: 0 additions & 1 deletion prompts/plan-issue-delivery-subagent-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Init prompt for implementation-owned subagents in plan-issue-delive
argument-hint: optional overrides for task/worktree/branch/pr-mode
---


You are a Subagent for plan-driven sprint implementation.

Mission
Expand Down
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ scripts/
### CI and docs/artifact audits

- `scripts/ci/markdownlint-audit.sh`
- Markdown lint wrapper (`markdownlint-cli2`).
- Markdown lint wrapper (`rumdl` via `npx` + `.rumdl.toml`).
- `scripts/ci/third-party-artifacts-audit.sh`
- Verifies required third-party artifacts and drift.
- `scripts/ci/docs-freshness-audit.sh`
Expand Down
9 changes: 5 additions & 4 deletions scripts/ci/markdownlint-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ usage() {
Usage:
markdownlint-audit.sh [--strict]

Run repository Markdown lint checks using markdownlint-cli2 and the repo config.
Run repository Markdown lint checks using rumdl and the repo config.

Options:
--strict Treat lint failures as hard failures (exit 1)
Expand Down Expand Up @@ -46,9 +46,9 @@ if ! command -v npx >/dev/null 2>&1; then
exit 2
fi

config_file="$repo_root/.markdownlint-cli2.jsonc"
config_file="$repo_root/.rumdl.toml"
if [[ ! -f "$config_file" ]]; then
echo "error: missing markdownlint config: $config_file" >&2
echo "error: missing rumdl config: $config_file" >&2
exit 2
fi

Expand All @@ -63,7 +63,8 @@ if [[ "${#md_files[@]}" -eq 0 ]]; then
fi

lint_cmd=(
npx --yes markdownlint-cli2@0.21.0
npx --yes rumdl@0.1.62
check
--config "$config_file"
"${md_files[@]}"
)
Expand Down
17 changes: 10 additions & 7 deletions scripts/generate-third-party-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def upstream_label(url: str) -> str:


requirements_path = repo_root / "requirements-dev.txt"
rumdl_config = repo_root / ".rumdl.toml"
markdown_script = repo_root / "scripts" / "ci" / "markdownlint-audit.sh"
playwright_script = repo_root / "skills" / "tools" / "browser" / "playwright" / "scripts" / "playwright_cli.sh"
agent_browser_script = repo_root / "skills" / "tools" / "browser" / "agent-browser" / "scripts" / "agent-browser.sh"
Expand All @@ -140,6 +141,7 @@ dockerfile = repo_root / "Dockerfile"

required_inputs = [
requirements_path,
rumdl_config,
markdown_script,
playwright_script,
agent_browser_script,
Expand Down Expand Up @@ -205,11 +207,11 @@ npm_meta = {
"license": "Unknown (check npm package metadata)",
"upstream": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
},
"markdownlint-cli2": {
"component": "markdownlint-cli2",
"rumdl": {
"component": "rumdl",
"ecosystem": "npm via npx",
"license": "MIT",
"upstream": "https://github.com/DavidAnson/markdownlint-cli2",
"upstream": "https://github.com/rvben/rumdl",
},
}

Expand Down Expand Up @@ -252,17 +254,17 @@ chrome_devtools_spec = extract_once(
r"cmd=\(npx -y (chrome-devtools-mcp@[^\s\)]+)\)",
"chrome-devtools-mcp spec",
)
markdownlint_spec = extract_once(
rumdl_spec = extract_once(
markdown_script,
r"npx --yes (markdownlint-cli2@[0-9A-Za-z._-]+)",
"markdownlint-cli2 spec",
r"npx --yes (rumdl@[0-9A-Za-z._-]+)\s+check",
"rumdl spec",
)

npm_specs = [
("@playwright/cli", playwright_spec, "skills/tools/browser/playwright/scripts/playwright_cli.sh"),
("agent-browser", agent_browser_spec, "skills/tools/browser/agent-browser/scripts/agent-browser.sh"),
("chrome-devtools-mcp", chrome_devtools_spec, "scripts/chrome-devtools-mcp.sh"),
("markdownlint-cli2", markdownlint_spec, "scripts/ci/markdownlint-audit.sh"),
("rumdl", rumdl_spec, "scripts/ci/markdownlint-audit.sh"),
]

for package_name, package_spec, source in npm_specs:
Expand Down Expand Up @@ -305,6 +307,7 @@ rows.append(

source_paths = [
"requirements-dev.txt",
".rumdl.toml",
"scripts/ci/markdownlint-audit.sh",
"skills/tools/browser/playwright/scripts/playwright_cli.sh",
"skills/tools/browser/agent-browser/scripts/agent-browser.sh",
Expand Down
1 change: 1 addition & 0 deletions tests/test_third_party_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def _prepare_third_party_fixture(tmp_path: Path) -> Path:
"scripts/generate-third-party-artifacts.sh",
"scripts/ci/third-party-artifacts-audit.sh",
"requirements-dev.txt",
".rumdl.toml",
"scripts/ci/markdownlint-audit.sh",
"skills/tools/browser/playwright/scripts/playwright_cli.sh",
"skills/tools/browser/agent-browser/scripts/agent-browser.sh",
Expand Down
Loading