Skip to content

Introspection

Everything under Quiote\Introspection.

ClassDescription
AppIntrospectionArtifactWriterWrites the cache/introspection/app.json artifact via a write-to-temp-then-rename, so an editor extension polling the file never observes a partial write mid-regeneration — the same technique Quiote\Support\Compiler\FilesystemArtifactWriter uses for compiled PHP artifacts, just for arbitrary JSON content instead of PHP source.
AppIntrospectionCompilerBuilds the versioned cache/introspection/app.json artifact an editor extension reads directly, with no PHP spawn, on its warm path: routes, modules, Action/View/Template triads, diagnostics, a dependency manifest, and shadowed-config info.