Implement executable wiki operations workflow in wiki/README via wiki_operations.py#18
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/kYroL01/ConvNet/sessions/027cb99a-2676-4660-8295-7a4a606688a8 Co-authored-by: kYroL01 <7222956+kYroL01@users.noreply.github.com>
Agent-Logs-Url: https://github.com/kYroL01/ConvNet/sessions/027cb99a-2676-4660-8295-7a4a606688a8 Co-authored-by: kYroL01 <7222956+kYroL01@users.noreply.github.com>
Agent-Logs-Url: https://github.com/kYroL01/ConvNet/sessions/027cb99a-2676-4660-8295-7a4a606688a8 Co-authored-by: kYroL01 <7222956+kYroL01@users.noreply.github.com>
Agent-Logs-Url: https://github.com/kYroL01/ConvNet/sessions/027cb99a-2676-4660-8295-7a4a606688a8 Co-authored-by: kYroL01 <7222956+kYroL01@users.noreply.github.com>
Agent-Logs-Url: https://github.com/kYroL01/ConvNet/sessions/027cb99a-2676-4660-8295-7a4a606688a8 Co-authored-by: kYroL01 <7222956+kYroL01@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
kYroL01
April 17, 2026 09:28
View session
kYroL01
approved these changes
Apr 17, 2026
Owner
|
@copilot does this mean I have to run the script created to fix ? |
Contributor
Author
No — you don’t have to run the script. It’s optional convenience tooling. You can still upload wiki pages exactly as before using:
The script just automates those same steps if you want:
|
kYroL01
approved these changes
Apr 17, 2026
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.
The wiki folder documented operational workflows (copying pages to
.wiki, creating pages viagh, and post-upload verification) but had no executable implementation in-repo. This PR adds a small CLI utility so those operations are scriptable and consistent with the documented wiki process.Implemented operations as a CLI (
wiki/wiki_operations.py)copy: copies all wiki page markdown files (excludingREADME.md) into a target wiki repo directory.gh-create: creates wiki pages from local markdown usinggh wiki create(optional-R owner/repo).verify: validates required wiki pages exist and checks internal markdown links resolve.Documentation alignment in
wiki/README.mdBehavior and UX details
--dry-runfor non-destructive preview (copy,gh-create).gh.Example usage: