diff --git a/AGENTS.md b/AGENTS.md index acb86e6..e299262 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -132,8 +132,7 @@ Post review comments using `devx.ci.pr_review` (run as `python -m devx.ci.pr_rev ```bash CI_GITEA_TOKEN= python -m devx.ci.pr_review \ --event REQUEST_CHANGES \ - --body "Review summary" \ - --comments-json comments.json + --body "Review summary" ``` ### 7. Address Review Comments diff --git a/pyproject.toml b/pyproject.toml index 670ec08..dd850c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ ci = [ "build>=1.5.0", "twine>=6.2.0", # Reusable CI/CD and dev tools (auto-merge, pr-review, pre-push checks, etc.) - "devx>=0.23.4", + "devx>=0.25.0", ] # Lint and type-checking tools (quality job) lint = [ @@ -55,7 +55,7 @@ molecule = [ dev = [ "gitea-runner-manager[ci,lint,molecule]", # Reusable CI/CD and dev tools (pre-push hooks, create-task, create-pr) - "devx>=0.23.4", + "devx>=0.25.0", # Non-Python dev dependency: checkmake (Makefile linter) # Install via: go install github.com/checkmake/checkmake/cmd/checkmake@latest ] @@ -100,7 +100,7 @@ strict = ["src/gitea_runner_manager"] task_prefix = "GRM" vikunja_project_id = 6 repo_owner = "oblachno-oss" -repo_name = "gitea-runner-manager" +repo_name = "grm" # Molecule test weights for LPT scheduling. # GRM has a single role (gitea-runner) with 7 scenarios.