Skip to content

Commit 8ca7955

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/ci-cd-workflows
# Conflicts: # .github/workflows/sync-to-ai-plugins.yml # README.md
2 parents aadda2e + e8b3dbb commit 8ca7955

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

plugins/hyhmrright/brooks-lint/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brooks-lint",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "AI code reviews grounded in twelve classic engineering books — decay risk diagnostics with book citations, severity labels, and six analysis modes (PR review, architecture audit, tech debt, test quality, health dashboard, full-sweep auto-fix)",
55
"author": {
66
"name": "hyhmrright",

plugins/hyhmrright/brooks-lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</p>
1818

1919
<p align="center">
20-
<img src="https://img.shields.io/badge/version-1.2.2-blue.svg" alt="Version">
20+
<img src="https://img.shields.io/badge/version-1.2.3-blue.svg" alt="Version">
2121
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License">
2222
<img src="https://img.shields.io/badge/Claude_Code-Plugin-blueviolet.svg" alt="Claude Code Plugin">
2323
<img src="https://img.shields.io/badge/Codex_CLI-Skill-orange.svg" alt="Codex CLI Skill">

plugins/hyhmrright/brooks-lint/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "brooks-lint",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"type": "module",
55
"scripts": {
6+
"bump": "node scripts/bump-version.mjs",
67
"validate": "node scripts/validate-repo.mjs",
78
"test": "node scripts/validate-repo.test.mjs",
89
"evals": "node scripts/run-evals.mjs",

0 commit comments

Comments
 (0)