aangelo9

Results 50 comments of aangelo9

Thanks for the clarification. I'll go ahead and make the changes, and once that's done, I will reasses and make a proposal.

I have resolved most of the requested changes. The remaining requests needs the code to run. I have added a unit test that is not ran yet because it calls...

I decided to remove `--generate_summary` and `--update_summary` args. So the code now just refreshes the README index for all markdown files. Also added `--use_placeholder_summary` argv, to bypass openai usage and...

``` # Repository README ## Markdown Index This section lists all Markdown files in the repository. ### tmp.scratch - **File Name**: welcome.md **Relative Path**: [welcome.md](welcome.md) **Summary**: Placeholder summary for welcome.md...

I agree. We can drop the subheaders so that when `refresh` is called, the existing README can be extracted, check for files, then add/remove indexes, and compile the indexes and...

@sonniki PR ready to be reviewed.

My apologies, won't be making the same mistakes again.

@sonniki Could I get assigned a new issue while waiting for the review.

Understood. I will draft a PR.

I have done abit more investigating and I think that the current code does not check for Linux VM. I have done: ``` # Add user to Docker group sudo...