guide.assetType
No description provided.
No description provided yet.
Interface
What this asset declares: the schema it conforms to, what it exposes, and the rendered structured payload.
conforms to
zero/asset-type/v1.guidecontainernoprimary aliasesguide.mdrequired filesguide.md, README.md, .metadatagetGuide(self: ?) → string
Read the guide's `guide.md` body.
| arg | type | description |
|---|---|---|
| self | ? |
examples
local md = guideRef:getGuide()
getReadme(self: ?) → string
Read the guide's `README.md` body.
| arg | type | description |
|---|---|---|
| self | ? |
examples
print(guideRef:getReadme())
inspect(self: ?) → any
`asset.inspect` type-specific detail: `{ headings, wordCount }`, parsed from this guide's own `guide.md`. A guide with no readable `guide.md` returns an empty `headings` list and zero `wordCount` rather than erroring.
| arg | type | description |
|---|---|---|
| self | ? |
examples
local headings = asset.inspect(guideRef).detail.headings
Sub-parts
Everything contained inside this part. Assets are composite children (clickable cards). Files are leaf payloads. Expand any row to view its source.
Problems
Everything affecting this asset right now: its own problems, anything wrong inside it, and problems on its direct dependencies.
agent_score is exposed.+ quality × 0.35
+ performance × 0.25
± compat factor
Usability ratings
Did the part work as advertised when consumers tried to drop it in. Separate from upvotes: those are taste; this is "did it function".
Scoped to this part · feeds back into the world's score.