feat(help): add init help topic and route madt_init to cli-setup #396
No reviewers
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea!396
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-371-init-help-topic"
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?
Summary
madt_init was undiscoverable:
help topic="init"returned Unknown, and the tool surfaced only in passing under madt_remote_add.This adds a hand-written
inithelp topic that documents madt_init end to end (turn an existing directory into a new repo and push it), withbootstrapandnew-repoaliases so an obvious guess finds it. It moves the madt_init MCP tool from the cli-workflows group to cli-setup, where a reader looks for how to bootstrap a repo, and cross-references it from the repos create action. Reference docs are regenerated.Gate green, including mcp-conformance. A regression test guards the new aliases.
Closes #371