feat: expand rux info command with package metadata and local execution#134
Merged
spatulari merged 2 commits intoJun 15, 2026
Merged
Conversation
pascalecu
approved these changes
Jun 11, 2026
pascalecu
left a comment
Member
There was a problem hiding this comment.
I approve this PR, however right now we're not allowing any more features since we're focusing on bug fixes for the upcoming 0.3.1. I'll merge this next cycle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR expands the capability of the
rux infocommand to support additional package metadata fields, handles reading/writing them to/fromRux.toml, and adds support for runningrux infowithout arguments to describe the local directory's package.Changes
Manifest Metadata Expansion:
Packagestruct inManifest.h:description,authors,license,repository, andhomepage.Manifest::LoadinManifest.cppto parse these fields from the[Package]section.Manifest::SaveinManifest.cppto serialize these fields back to the TOML file if they are populated.CLI
infoLocal Folder Fallback:Cli::RunInfoinUtilityCmd.cppso that if no package name argument is passed, it traverses the directories upward to find and load a localRux.tomlmanifest.Output Formatting:
--jsonmode.Verification & Testing
Run
rux infoinside a package folder without arguments. It will locate the local manifest and display details.Add description, authors, or license fields to a
Rux.tomland run: