You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
866 B
Markdown

+++
title = "quotesdb/infra"
priority = 7
status = "todo"
ticket_type = "project"
dependencies = ["06d304"]
+++
<context>
This is the sub-project tracking ticket for `quotesdb/infra`. All infrastructure tasks depend on this ticket. The infra domain covers: OpenTofu project setup, Cloudflare Worker, D1 database, Pages project, custom domain, and documentation.
</context>
<goal>
All `quotesdb/infra` tasks are planned, implemented, validated, and closed. `tofu plan` reports no unexpected changes and `tofu apply` provisions the full Cloudflare stack.
</goal>
<skills>
Use `superpowers:dispatching-parallel-agents` when assigning multiple infra tasks to agents in parallel.
Use `superpowers:verification-before-completion` before marking this ticket done.
</skills>
<validation>
Run from the `infra/` directory:
```sh
tofu validate
tofu plan
```
</validation>