Add description and keywords to Project.toml #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Kaimon.jl!4
Loading…
Reference in a new issue
No description provided.
Delete branch "copilot/add-repo-description"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The repository had no description or keywords, reducing discoverability on JuliaHub and related tooling.
Changes
descriptionandkeywordsfields toProject.toml, which are recognized by Julia package discovery tools (e.g., JuliaHub):Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
@copilot+claude-sonnet-4.6 Are these keywords and description automatically picked up by GitHub? That was the original request.
No, the
descriptionandkeywordsfields inProject.tomlare not picked up by GitHub — they are used by Julia-specific tooling like JuliaHub for package discovery.GitHub's repository "About" description and Topics can only be set through the GitHub repository settings UI (click the ⚙️ gear icon next to "About" on the repository home page). They cannot be configured via files in the repository.
The
Project.tomladditions are still useful for the Julia ecosystem, but to address the original request you'll need to set the following directly in GitHub settings:MCP (Model Context Protocol) server for Julia — gives AI agents full access to Julia's runtime for code execution, introspection, debugging, testing, and semantic code searchjulia,mcp,ai,llm,agents,repl,debugging,code-execution@copilot+claude-sonnet-4.6 Is there no automation for this feature in GitHub? Or can I do it using the
ghcommand line tool?Yes! You can set both with the
ghCLI:Run these locally where you're authenticated with
gh auth login.