Expand description
Deterministic structural summaries for files without declaration symbols.
Structsยง
- CssFacts ๐
- Structural facts extracted from CSS tokens.
- Markdown
Heading ๐ - One parsed Markdown heading.
Enumsยง
- CssMode ๐
- CSS parser traversal mode.
- CssRule
Kind ๐ - Kind of CSS rule prelude most recently seen.
Constantsยง
- LABEL_
LIMIT ๐ - Maximum characters retained for a single extracted label.
- LIST_
LIMIT ๐ - Maximum named items rendered into one structural summary list.
Functionsยง
- compact_
label ๐ - Compact a label into one line.
- config_
key ๐ - Extract a key from simple
key=value,key: value, orexport key=valuelines. - config_
text_ ๐summary - Summarize simple config or text files from key-like lines.
- css_
summary ๐ - Summarize CSS-like stylesheets from parser tokens.
- dataset_
manifest_ ๐facts - Extract dataset count and bounded identifiers from common manifest shapes.
- first_
html_ ๐attribute - Extract one attribute from the first matching HTML element.
- first_
html_ ๐text - Extract first text value for an HTML selector.
- has_
extension ๐ - Return whether a repository path has a case-insensitive extension.
- html_
link_ ๐rel_ values - Extract bounded link relation markers from an HTML document.
- html_
select ๐ - Compile an HTML selector.
- html_
summary ๐ - Summarize HTML documents from parsed title, metadata, headings, and structured data.
- html_
texts ๐ - Extract text values for an HTML selector.
- is_
css_ ๐type_ selector - Return whether an identifier is a useful type selector label.
- is_
scanner_ ๐fallback_ summary - Return whether a stored summary is still only the scanner byte fallback.
- is_
structural_ ๐summary_ candidate - Return whether a file family has a lightweight structural adapter.
- join_
limited ๐ - Join a list with a fixed display limit.
- join_
or_ ๐none - Join a list or return
nonewhen it is empty. - json_
summary ๐ - Summarize JSON and JSONC files from parsed object structure.
- markdown_
heading_ ๐level - Convert a Markdown heading level into a display depth.
- markdown_
headings ๐ - Extract Markdown headings through
pulldown-cmark. - markdown_
summary ๐ - Summarize a Markdown or MDX document from parsed
CommonMarkheadings. - object_
keys ๐ - Return sorted object keys for a JSON object value.
- package_
json_ ๐summary - Build a package.json summary from common manifest keys.
- powershell_
function_ ๐name - Extract one
PowerShellfunction declaration name. - powershell_
summary ๐ - Summarize
PowerShellscripts from declared function names. - scan_
css_ ๐tokens - Walk CSS parser tokens and collect stable structural facts.
- structural_
summary_ ๐for_ path - Build a deterministic one-line structural summary for an indexed file.
- structural_
summary_ ๐owner - Select the registry-owned structural adapter, with legacy TOON inference when undetected.
- toml_
scan_ ๐exclude_ count - Count configured scan exclude entries in a TOML scan table.
- toml_
summary ๐ - Summarize TOML configuration and manifest files.
- toon_
section_ ๐names - Extract declared top-level TOON section names from compact table/list headers.
- toon_
summary ๐ - Summarize TOON files from the decoded top-level shape.
- truncate_
chars ๐ - Truncate a string to a character boundary and add an ellipsis marker.
- xml_
element_ ๐names - Extract XML element names from one line with conservative string scanning.
- xml_
summary ๐ - Summarize XML-like documents from their declared element names.
- yaml_
child_ ๐mapping_ keys - Extract child mapping keys from a top-level YAML key.
- yaml_
mapping_ ๐keys - Extract mapping keys from a YAML node.
- yaml_
scalar_ ๐value - Extract a scalar string for a top-level YAML key.
- yaml_
summary ๐ - Summarize YAML files, including GitHub Actions workflow structure.
- yaml_
triggers ๐ - Extract GitHub Actions trigger names from a YAML document.