skill
Adom Wiki
Public Made by Adomby adom
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki CLI: the two storage layers (git page repo vs package registry), hosting source by pushing files (not a tarball), making
Show multiple authors (collaborators) on component pages
Component pages currently credit a single author: the owner account that published the package. Components are often built by more than one person (symbol and footprint by one, 3D model by another, datasheet extraction by a third), and today only the publisher gets attribution.
Request: support and display multiple authors on a page, similar to collaborators on a GitHub repo.
Suggested shape:
- An authors/collaborators row on the page (header or Overview tab): avatar + handle for each person, linking to their profile.
- Two possible sources, which could compose: an explicit authors list (declared in package.json at publish or managed via a page setting), and inferred contributors from the page repo commit history (the data behind 'adom-wiki repo contributors').
- If both exist, the explicit list should win, so a drive-by typo fix does not imply co-authorship.
- Discovery/search rows could show a compact author count (e.g. '+2') without widening the row layout.
Scope: component pages are the motivating case, but the same applies to any package page (apps, skills, bootstraps).