Skip to content

Update AGENTS.md to remove extra information#1101

Merged
gorkem merged 1 commit into
kitops-ml:mainfrom
gorkem:agentmd-update
Mar 2, 2026
Merged

Update AGENTS.md to remove extra information#1101
gorkem merged 1 commit into
kitops-ml:mainfrom
gorkem:agentmd-update

Conversation

@gorkem
Copy link
Copy Markdown
Member

@gorkem gorkem commented Mar 1, 2026

Removed copy-pasted infromation that is not relevant to this project. Simplified the review and code generation instructions. Added details about how pack/unpack works by changeing the directory.

AI-Assisted Code

  • This PR contains AI-generated code that I have reviewed and tested
  • I take full responsibility for all code in this PR, regardless of how it was created

@gorkem gorkem requested a review from Copilot March 1, 2026 18:19
Removed copy-pasted infromation that is not relevant to this project.
Simplified the review and code generation instructions.
Added details about how pack/unpack works by changeing the directory.

Signed-off-by: Gorkem Ercan <gorkem.ercan@gmail.com>
Copy link
Copy Markdown
Contributor

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

Updates the repository’s agent/reviewer guidance by removing unrelated/copied content, streamlining instructions, and documenting KitOps-specific pack/unpack implementation pitfalls.

Changes:

  • Simplified “Code Generation Instructions” and “Code Review Instructions” to focus on minimum-scope changes and evidence-based review.
  • Added Go license header guidance and an addlicense command for bulk fixes.
  • Added a “CWD Switching During Pack/Unpack” section documenting os.Chdir behavior across pack/unpack/import.
Comments suppressed due to low confidence (2)

AGENTS.md:72

  • This bullet says artifacts must conform to the OCI and “ModelKit specification”, but the repo/docs clearly distinguish ModelKit vs ModelPack formats/specs. Consider updating this to explicitly reference both specs (or clarify which format/spec applies in which code path) to avoid misleading reviewers.
- **OCI spec compliance**: Layers, manifests, and media types must conform to the OCI and ModelKit specification.

AGENTS.md:32

  • The license header example hard-codes Copyright 2024, but the repo already contains Go files with Copyright 2025. Consider making the year a placeholder (or a range) in this snippet so new files don’t copy an incorrect year while still satisfying the required license text.
   // Copyright 2024 The KitOps Authors.
   //

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

Comment thread AGENTS.md
Humans will remove these markers as they review each file. PRs with remaining markers will be rejected by CI.

**What you MUST ignore:**
Humans will remove these markers as they review each file. PRs with remaining markers will be rejected by CI.
Copy link

Copilot AI Mar 1, 2026

Choose a reason for hiding this comment

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

The doc claims PRs with remaining AGENT_MODIFIED markers will be rejected by CI, but there doesn’t appear to be any CI/workflow check in this repo that searches for AGENT_MODIFIED. Either add an explicit CI step (e.g., grep the diff/worktree for the marker) or adjust the wording so it doesn’t state CI enforcement that isn’t present.

Suggested change
Humans will remove these markers as they review each file. PRs with remaining markers will be rejected by CI.
Humans will remove these markers as they review each file. PRs with remaining markers must not be merged until all markers are removed.

Copilot uses AI. Check for mistakes.
@gorkem gorkem requested a review from amisevsk March 2, 2026 12:40
@gorkem gorkem merged commit ac7b58a into kitops-ml:main Mar 2, 2026
8 checks passed
@gorkem gorkem deleted the agentmd-update branch March 2, 2026 17:17
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.

3 participants