Skip to content

Makefile fixup help#1898

Merged
EItanya merged 2 commits into
kagent-dev:mainfrom
marcofranssen:fix-makefile-docs
May 21, 2026
Merged

Makefile fixup help#1898
EItanya merged 2 commits into
kagent-dev:mainfrom
marcofranssen:fix-makefile-docs

Conversation

@marcofranssen
Copy link
Copy Markdown
Contributor

@marcofranssen marcofranssen commented May 20, 2026

Seems the AI that generated the makefile didn't utilize the help task.

This PR fixes that up so it is easier for contributors to see what make tasks are available.

Now when running

make

or

make help

all available tasks show up as documented.

Note

Some tasks moved location to make them render nicely under the specific sections.

image

Copilot AI review requested due to automatic review settings May 20, 2026 18:49
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

Improves contributor ergonomics by making make help accurately list and categorize available Make targets, with consistent ## descriptions and ##@ section headers.

Changes:

  • Expanded make help formatting (wider target column) and added ## descriptions to many existing targets so they appear in help output.
  • Promoted print-tools-versions into the help-visible target list.
  • Added/organized help categories (##@ ...) across Build/Testing/Cluster/Helm/Dev/Security sections.
Comments suppressed due to low confidence (1)

Makefile:146

  • check-api-key is a command-style target but isn’t marked phony. Add .PHONY: check-api-key so it always runs even if a check-api-key file ever exists in the workspace.
check-api-key: ## Validate required API key for the configured model provider

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

Comment thread Makefile
Comment thread Makefile Outdated
marcofranssen and others added 2 commits May 20, 2026 21:56
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
@EItanya EItanya merged commit 78da341 into kagent-dev:main May 21, 2026
23 checks passed
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