Skip to content

Comments

chore: compliance and verification improvements#6

Closed
agent-runner-bot[bot] wants to merge 1 commit intomainfrom
feature/compliance-and-verification
Closed

chore: compliance and verification improvements#6
agent-runner-bot[bot] wants to merge 1 commit intomainfrom
feature/compliance-and-verification

Conversation

@agent-runner-bot
Copy link
Contributor

This PR brings the repository into compliance with the project's AGENTS.md and standards.

Key changes:

  • Updated AGENTS.md to the latest version.
  • Integrated ESLint and Prettier for automated linting and formatting.
  • Added a �erify script in package.json to run all quality checks (lint, format, typecheck, test, build).
  • Updated README.md to document the new development workflow and include links to project documentation.
  • Ensured all tests pass and the codebase is clean.

- Update AGENTS.md by running compose
- Add ESLint and Prettier configuration (standard toolchain)
- Add .prettierignore as required by AGENTS.md
- Add 'verify' script to package.json to run all checks
- Update README.md with development commands and project doc links
@agent-runner-bot
Copy link
Contributor Author

Compliance improvements implemented and verified. All checks pass via
pm run verify.

@agent-runner-bot
Copy link
Contributor Author

Agent runner idle completed.

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

Summary:
The repository was brought into compliance with AGENTS.md and project standards by implementing a standard linting and formatting toolchain (ESLint 9 + Prettier) and adding a comprehensive verify command. AGENTS.md was also updated to its latest version, and README.md was improved with development instructions and documentation links. All changes were verified by running the full verification suite.

  • Changes made:
    • Updated AGENTS.md using npm run compose.
    • Installed and configured ESLint 9 (flat config) and Prettier.
    • Added .prettierignore and .prettierrc.
    • Added eslint.config.js with TypeScript and Node.js support.
    • Updated package.json with lint, format, format:check, and verify scripts.
    • Updated README.md to include links to LICENSE, SECURITY.md, CONTRIBUTING.md, and CHANGELOG.md, and added documentation for the new development commands.
  • Tests run: npm run verify (includes lint, format:check, build, and node --test). All 23 tests passed.
  • Commit hash: 46b6f9166f363065e171b315228695015b61f8bc (on branch feature/compliance-and-verification)
  • PR URL: chore: compliance and verification improvements #6

@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