Shows Predetermined Idea from ideate CLI#63
Merged
Conversation
Owner
Author
matthewctechnology
left a comment
There was a problem hiding this comment.
Approved ✅
This prints a fallback response and improves instructions for ideate tool. This implementation is simple and the next changes will introduce more complexity. There is a need in this iteration to quickly implement typical CLI features. This should be done next to avoid custom implementation of commodity features.
Reminder
Pull request authors can’t approve their own pull request.
- Must Merge without waiting for requirements to be met (bypass rules)
Summary
Shows Predetermined Idea from ideate CLI
Description
Prints a creative idea to the terminal. Selects from a predetermined list of ideas that will be a fallback for intelligent ideas.
Changes
- Generates list of predetermined creative ideas ✔️
- Prints a predetermined creative idea using ideate tool ✔️
- Updates path and command for cli execution ✔️
- Cleans up Copilot instructions and better defines ideate elements ✔️
Criteria
- Given venv is active and requirements installed, when running ideate.py, output shows a creative idea from the predetermined list ✔️
Tests
Prints ideate fallback responses 🟢 ✔️
cd /workspaces/stacked/ideate && source .ideate/bin/activate
- Activates environment
(.ideate)✔️
- Run
pylint ideate && pytest ideate/tests
- Lint without errors ✔️
- Tests without failures ✔️
- Run
cd /workspaces/stacked && python3 -m ideate.cli.ideate
- Outputs an item from the fallback responses, e.g.
An umbrella that appears when it rains✔️
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.
Summary
Shows Predetermined Idea from ideate CLI
Description
Prints a creative idea to the terminal. Selects from a predetermined list of ideas that will be a fallback for intelligent ideas.
Changes
Criteria
Tests
cd /workspaces/stacked/ideate && source .ideate/bin/activate(.ideate)cd /workspaces/stacked && python3 -m ideate.cli.ideateAn umbrella that appears when it rainspylint ideate && pytest ideate/tests