Skip to content

Comments

chore: add standard linting and formatting toolchain#7

Closed
agent-runner-bot[bot] wants to merge 1 commit intomainfrom
chore/add-linting-toolchain
Closed

chore: add standard linting and formatting toolchain#7
agent-runner-bot[bot] wants to merge 1 commit intomainfrom
chore/add-linting-toolchain

Conversation

@agent-runner-bot
Copy link
Contributor

This PR adds a standard linting and formatting toolchain to the project, adhering to AGENTS.md rules.

Changes:

  • Added \eslint, \prettier, and \ ypescript-eslint.
  • Added .prettierrc, .prettierignore, and \eslint.config.js.
  • Updated \package.json\ scripts:
    • Added \�erify\ (lint + typecheck + format check + test).
    • Added \ ormat\ (prettier --write).
    • Updated \lint\ (eslint) and \ ypecheck\ (tsc).
  • Updated \CI.yml\ to run
    pm run verify.
  • Updated \README.md\ to document development commands.
  • Applied formatting and linting fixes to existing files.

@agent-runner-bot
Copy link
Contributor Author

Changes verified locally with
pm run verify.

@agent-runner-bot
Copy link
Contributor Author

Agent runner idle completed.

Repo: metyatech/compose-agentsmd
Engine: gemini-pro

Summary:

Added standard linting and formatting toolchain (ESLint, Prettier, TypeScript-ESLint) to comply with AGENTS.md. - Configured .prettierrc, .prettierignore, eslint.config.js. - Updated package.json scripts (verify, lint, format, typecheck). - Updated CI workflow to run full verification via npm run verify. - Updated README.md with development commands. - Applied formatting and linting fixes to existing files. Tests run: npm run verify (lint + typecheck + format check + test) - Passed (26 tests) PR URL: https://github.com//pull/7

@metyatech
Copy link
Owner

Closing: superseded by #8.

@metyatech metyatech closed this Feb 18, 2026
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.

1 participant