You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fkg): onto now documents mxcli itself — command tree auto-discovery
- CmdAdapter reads mxcli command tree via sync.Once lazy init (no init
ordering issues)
- Recursive walker extracts name/flags from cobra command tree
- Panic recovery for pflag -v/volumes collision in LocalFlags()
- All 80+ mxcli commands discoverable via 'onto explore cmd:<name>'
- Concept count: 20→118 (all command nodes at all depths)
- Every command carries its Long help text and flags as SyntaxFeatures
Next step toward 'onto replaces --help': commands can be browsed,
explored, and reasoned about via the same FKG query interface.
0 commit comments