hdresearch / nolita

Work with web-enabled agents quickly — whether running a quick task or bootstrapping a full-stack product.
https://nolita.ai
MIT License
79 stars 3 forks source link

Ty/page path following #81

Closed AlephNotation closed 1 month ago

AlephNotation commented 1 month ago

path following on the pages object + example code

AlephNotation commented 1 month ago

@matildepark do you know whats happening with the docs here?

matildepark commented 1 month ago

@matildepark do you know whats happening with the docs here?

We build Nolita as part of the docs deploy (so we can get the docstrings!) so if the build of Nolita proper fails, then the docs build will fail.

image

pnpm run build could be a test in its own right, but I generally assume we build to test and ensure things run.

matildepark commented 1 month ago

Possibly we could add an "actually build Nolita" step to the test suite, since we just run Jest against the test folder / .ts files.