{% extends "base.html" %} {% block title %}Artifacts — Garden{% endblock %} {% block content %}

Artifacts

AI-generated plans, schedules, and lists. Ask Claude in the terminal to generate a new one.

{% if not artifacts %}

No artifacts yet. Generate a planting plan, fertilization schedule, or shopping list from the terminal.

{% endif %} {% for kind in kind_order %}

{{ kind }}

{% endfor %} {% endblock %}