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
1.0 KiB
Markdown

+++
title = "quotesdb/infra"
priority = 7
status = "done"
ticket_type = "project"
dependencies = ["07feaa", "5c0c64", "fc9bfd", "07cafb", "e2bd9b", "efee79", "2d1371", "d0da0b", "a23489", "ae886f", "ae6a82", "657836", "75489a", "71b1d4", "d5839a", "3781c9", "5137d7", "57fe5e"]
+++
<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>