aboutsummaryrefslogtreecommitdiff
path: root/crates/cli
Commit message (Collapse)AuthorAgeFilesLines
* Implement creation of wordsMiquel Sabaté Solà2025-07-252-21/+335
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add steps into wordsMiquel Sabaté Solà2025-06-131-2/+10
| | | | | | | | This is a way to make more granular the accounting of successful runs, so we don't give a word for done until we have run it successfully at least MAX_STEPS times in a row. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Implement the run commandMiquel Sabaté Solà2025-06-121-1/+141
| | | | | | | | This does not accept yet some flags that might be convenient for more advanced uses of it, nor it asks to inflect the word or stuff like that. For now it's as simple as "give me the meaning of...". Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Initial commitMiquel Sabaté Solà2025-06-036-0/+329
Basic commands have been added, but most of the features for this project are still work in progress. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>