# Adoption chart

<figure><img src="/files/phOqyIiKbklQTpQi6Q8A" alt="" width="200"><figcaption><p>exile.watch logo</p></figcaption></figure>

Chart Legend:

<table><thead><tr><th width="107" align="center">status</th><th>description</th></tr></thead><tbody><tr><td align="center">✅</td><td>Implemented</td></tr><tr><td align="center">❌</td><td>Not yet implemented for whatever reason (most likely not enough hands)</td></tr><tr><td align="center">N/A</td><td>Not applicable - implementation will never apply to this project/package</td></tr></tbody></table>

Below is an informative chart to see which build tools created in [splinters](/projects/splinters.md) project are implemented in exile.watch projects.

<table><thead><tr><th width="138" align="center"> </th><th width="100" align="center">crucible</th><th width="80" align="center">writ</th><th width="99" align="center">splinters</th><th width="99" align="center">nucleus</th><th width="108" align="center">malachai</th><th align="center">doryani</th></tr></thead><tbody><tr><td align="center">lefthook</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center">biome</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">❌</td><td align="center">✅</td></tr><tr><td align="center">typescript</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">N/A</td></tr><tr><td align="center">unit tests</td><td align="center">✅</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">N/A</td></tr><tr><td align="center">e2e tests</td><td align="center">❌</td><td align="center">N/A</td><td align="center">N/A</td><td align="center">N/A</td><td align="center">N/A</td><td align="center">N/A</td></tr><tr><td align="center">nx</td><td align="center">✅</td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td><td align="center">❌</td><td align="center">❌</td></tr><tr><td align="center">dependabot</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">❌</td><td align="center">✅</td></tr><tr><td align="center">voidstone</td><td align="center">N/A</td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td><td align="center">❌</td><td align="center">N/A</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exile.watch/architecture/adoption-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
