For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/api.ProjectContext.md.
  • English
  • Interface: ProjectContext

    Root-independent compiler identity for one normalized project revision.

    Properties

    configDigest

    readonly configDigest: string


    configPath

    readonly configPath: string


    modelDigest

    readonly modelDigest: string


    packageName?

    readonly optional packageName?: string

    The validated npm package name axis; absent for unpackaged development projects.


    packageVersion?

    readonly optional packageVersion?: string

    The validated semantic release-version axis; absent for unpackaged development projects.


    revision

    readonly revision: string


    sourceInputs

    readonly sourceInputs: readonly ProjectSourceInput[]