Wiki repos are sibling .wiki git repos — workflow note #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
residual/.agent#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observation
Forgejo wikis are not accessible via the REST API on our instance (all
/api/v1/.../wiki/...endpoints return 404). However, wikis are available as separate git repos using the.wikisuffix.Verified behavior
For any repo
git.merith.xyz/residual/<repo>, the wiki is at:https://git.merith.xyz/residual/<repo>.wiki.gitssh://git@git.merith.xyz:3022/residual/<repo>.wiki.gitExample:
residual/.agent→residual/.agent.wiki.gitImplications for workflow
If we want to integrate wikis into the agent workflow:
.wikirepos alongside their parent repos.agent/tools/common.shrepo discovery would need to handle.wikirepos if we want them syncedNo action required now
This is an informational note for future reference. No implementation work is planned unless we decide to use wikis for user guides, roadmaps, or operational notes.
Related
16.0.0+gitea-1.22.0