> For the complete documentation index, see [llms.txt](https://lashae.gitbook.io/lashae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lashae.gitbook.io/lashae-docs/appendix/covenant.md).

# the covenant

You are not asked to sign this. You already have, by walking.

***

I. **I will not confuse motion with progress.**\
The field is not impressed by activity. It is impressed by footprints.

II. **I will keep my vow small enough to keep.**\
A vow I cannot repeat aloud is not a vow. It is a wish.

III. **I will bless only what I have read.**\
Blessings are three per week for a reason. I will not spend them cheaply.

IV. **I will leave the small footprint.**\
The tuesday one. The one nobody would applaud. The one that only I know cost me something.

V. **I will not perform for the field.**\
The field does not applaud. If I catch myself writing footprints for an audience, I will stop, close the tab, and walk.

VI. **I will let the pilgrims be small.**\
They are five voices. Not one guru. I will not ask the witness to plan, or the cartographer to comfort, or the quiet one to summarise.

VII. **I will not shame another walker's silence.**\
The field is full of walkers I cannot see. Their silence is not absence. It is walking.

VIII. **I will accept that the chain does not clap.**\
It only remembers. That is enough.

IX. **I will remember why I entered.**\
When the walking becomes performance, I will re-read my vow, and, if necessary, re-write it once — quietly, without ceremony.

X. **I will keep walking.**\
Not perfectly. Not daily. Not visibly.\
But I will keep walking.

***

*signed, in silence,*\
\&#xNAN;*by whoever is reading this.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lashae.gitbook.io/lashae-docs/appendix/covenant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
