Skip to content

Create AGENTS.md#31

Draft
marlonmarcello wants to merge 1 commit intomainfrom
chore/agents-file
Draft

Create AGENTS.md#31
marlonmarcello wants to merge 1 commit intomainfrom
chore/agents-file

Conversation

@marlonmarcello
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an AGENTS.md file to document basic contributor/agent guidelines for this Deno (root-level) project.

Changes:

  • Introduces repository-specific guidance on dependency updates (lockfile sync).
  • Documents a minimal coding convention preference (TypeScript).
  • Adds a reminder to run common quality checks before committing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md

## Always double check

Use the deno tasks and always run tests, formatting and lintting for every commit.
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "lintting" should be "linting".

Suggested change
Use the deno tasks and always run tests, formatting and lintting for every commit.
Use the deno tasks and always run tests, formatting and linting for every commit.

Copilot uses AI. Check for mistakes.
Comment thread AGENTS.md

## Always double check

Use the deno tasks and always run tests, formatting and lintting for every commit.
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The guidance says to "Use the deno tasks" for tests/formatting/linting, but deno.json currently defines only the compile task. Consider either adding fmt/lint/test tasks to deno.json or updating this doc to reference the actual commands (e.g., deno fmt, deno lint, deno test).

Suggested change
Use the deno tasks and always run tests, formatting and lintting for every commit.
Always run `deno test`, `deno fmt`, and `deno lint` before every commit.

Copilot uses AI. Check for mistakes.
@marlonmarcello marlonmarcello marked this pull request as draft March 4, 2026 01:28
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.

2 participants