Skip to main content
Wildo.ai Coming soon

Scaffolding and knowledge

Publish the framework knowledge package

Generate the source-backed guidance package that applications receive with the framework.

Contracts and guidance become a published framework reference.

Publish the framework knowledge package

Framework contracts and their explanations need a delivery path. Wildo generates a knowledge package from its authored guidance and selected source contracts.

That publication supplies the skills and references installed into applications. It is separate from the documentation an application publishes for its own customers.

Example — Ship a revised configuration guide

A maintainer updates a configuration contract and its guide, generates the package and reviews its checks. Applications using that package can refresh their delivered guidance through the asset installer.

For engineers

Use the command in the correct workspace

The generation commands are for a configured framework checkout. The final command below runs separately in the consuming application:

# Framework workspace: publish generated knowledge output.
wildo fwk generate-docs

# Framework workspace: require a clean integrity report.
wildo fwk audit --strict

# Application workspace: deliver assets from its installed package.
wildo assets sync

The generator writes staged output, including compiled guidance and its manifest and registries. It validates that staged payload before replacing the published output. Application delivery then reads the installed package; generation alone does not update every application.

Know which document you are producing

SurfaceAudience and ownership
Framework-authored guideMaintainers explain how to use Wildo
Extracted API referenceSelected framework contracts with package provenance
Generated knowledge packageDistributable output of the framework compiler
Installed application skillGuidance loaded by the application’s agent host
Application documentation portalInformation for that application’s users and integrations

Authored files remain the inputs. Edit the owning guide or source contract and regenerate rather than patching the published output as a second source of truth.

Read failures at the appropriate stage

A generation error concerns compilation or payload validation. An integrity finding concerns a supported source-to-guidance relationship. A delivery problem concerns the package and installed files. An instruction can also require a semantic correction even when those mechanical checks pass.

Review the generated reference and its installed consumer when changing a public contract. Run the example’s compiler or runtime checks where appropriate; successful knowledge publication is not a substitute for exercising the API it describes.

Building a B2B product or an internal tool?

Wildo is not self-service yet. Tell us what you have in mind and we will say plainly whether it fits, and what happens next.