Skip to content

CLI#19

Merged
AymanBx merged 16 commits intoAgentfrom
cli_branch
Dec 6, 2025
Merged

CLI#19
AymanBx merged 16 commits intoAgentfrom
cli_branch

Conversation

@AymanBx
Copy link
Contributor

@AymanBx AymanBx commented Oct 23, 2025

  • Added .gitignore with pyhon template
  • Added necessary files to make the project into an installable python package
  • Modifications to metadata in project.toml + fixing the cli to call the correct cli function
  • cli.py: Adding init function and subfunctions for it
  • add git init function
  • small modifications to CLI functions to test
  • CLI: Create .gitignore in init_repo function
  • README: Adding some usage info for CLI

@AymanBx AymanBx requested a review from brownsarahm October 23, 2025 16:40
@AymanBx
Copy link
Contributor Author

AymanBx commented Oct 23, 2025

I guess gh has an update where it now uses a list of the commits in the PR as the body if pr if body was skipped upon creation!
Pretty cool!

@AymanBx AymanBx linked an issue Nov 4, 2025 that may be closed by this pull request
Copy link
Contributor

@brownsarahm brownsarahm left a comment

Choose a reason for hiding this comment

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

also mostly jsut style/usability edits

except:
print("git might not be initialized in your system. Please run \"git init . \" when setup")
# Get python gitignore template and create .gitignore
ignore_text = requests.get("https://raw.githubusercontent.com/github/gitignore/refs/heads/main/Python.gitignore")
Copy link
Contributor

Choose a reason for hiding this comment

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

it's probably better to set up a MANIFEST and install and include this file at install instead of fetching it when the command is run?

@AymanBx AymanBx changed the base branch from main to Agent November 6, 2025 15:34
@AymanBx
Copy link
Contributor Author

AymanBx commented Nov 6, 2025

@brownsarahm changing base to Agent to be able to do some tests

@AymanBx AymanBx merged commit d22148f into Agent Dec 6, 2025
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.

gitignore

2 participants