{% extends "base.html" %} {% block title %}{{ idea.id }}: {{ idea.title }} - ThinkStorm{% endblock %} {% block content %} {% if idea.lifecycle_state == 'TRASHED' %}
It is withheld from incubation catalogs until restored or permanently emptied.
No external URLs extracted in submission.
{% endif %}Prior art discovery is processing or pending.
{% endif %}Deep research synthesis is processing or pending.
{% endif %}Feasibility and risk critique is processing or pending.
{% endif %}Assign multiple work types (Article, Blog Entry, Coding Project) to produce distinct outputs.
No work tracks created yet. Claim this idea to create independent development tracks.
{% endif %}| Run ID | Processor / Stage | Prompt | Model | Tokens (In/Out/Total) | Duration | Status |
|---|---|---|---|---|---|---|
| {{ r.id }} | {{ r.processor_name }} {{ r.stage }} |
{{ r.prompt_id }} v{{ r.prompt_version }} | {{ r.resolved_model }} | {{ r.input_tokens }} / {{ r.output_tokens }} / {{ r.total_tokens }} | {{ r.duration_ms }}ms | {{ r.status }} |
No processor execution runs recorded yet.
{% endif %}Every idea is maintained as a full Git repository under the thinkstorm organization on Gitea.
git clone https://git.labyricorn.com/{{ idea.gitea_repo_name or "thinkstorm/ts-" ~ idea.id|lower|replace('ts-', '') }}.git