Introspection
Everything under Quiote\Introspection.
Classes
Section titled “Classes”| Class | Description |
|---|---|
AppIntrospectionArtifactWriter | Writes 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. |
AppIntrospectionCompiler | Builds 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. |