feat(cmd): add noun registration API for declarative command generation
Extensions now declare what data they manage (nouns with capabilities)
and the cmd kernel auto-generates standard verb commands (list, open, new).
Converted 7 extensions: tags, groups, feeds, entities, scripts, pagestream, editor.
New files: noun-registry.js (pure generation), nouns.js (portable pubsub API)
Includes 31 unit tests and DEVELOPMENT.md documentation.