{{ deploy.remote }}| plan | company | tracker | cards | status | last run | last decision | knowledge shard |
|---|---|---|---|---|---|---|---|
|
{{ r.name }}
{% if r.error %} parse error {{ r.error }}{% endif %} |
{{ r.company or "—" }} | {{ r.tracker or "—" }}{% if r.project %} · {{ r.project }}{% endif %} | {{ r.total_cards }} | {{ m.plan_status_pills(r.counts) }} |
{% if r.last_session_started %}
{{ m.time_cell(r.last_session_started) }}
done {{ r.last_completed_count }} fail {{ r.last_failed_count }} {% else %} never {% endif %} |
{% if r.last_decision_action %}
{{ r.last_decision_action }}
{% if r.last_decision_why %} {{ r.last_decision_why }}{% endif %} {% else %} — {% endif %} |
{% if r.knowledge_shard %}{{ r.knowledge_shard }}{% else %}—{% endif %}
|
no plans stored. briar plan build <board> --name <slug> --company <name>
| started | command | target | decisions | id |
|---|---|---|---|---|
| {{ m.time_cell(s.started_at) }} | {{ s.command }} |
{{ s.target or "—" }} | {{ s.decisions }} | {{ s.session_id | short_id }} |
no journal sessions recorded yet.
{% endif %}| target | status | latency |
|---|---|---|
{{ r.target }} |
{% if r.reachable %}reachable
{% else %}unreachable {{ r.error }} {% endif %} |
{{ r.latency_ms }} ms |
no schedules declared in {{ schedules.dir if schedules.dir else "examples/" }}
{% else %}| company | task | every | next fire (UTC) | extractors |
|---|---|---|---|---|
| {{ r.company }} | {{ r.task }} | {{ r.every }} |
{{ r.next_fire or "(unknown)" }} | {% for x in r.extractors %}{{ x }}{% endfor %} |
window {{ schedule_calendar.window_start }} → {{ schedule_calendar.window_end }} · now {{ schedule_calendar.now }}
| at | path |
|---|---|
| {{ h.at }} | {{ h.path }} |
no companies declared
{% else %}| file | company | profile | extractors | knowledge file |
|---|---|---|---|---|
{{ r.file }} |
{{ r.company }} | {{ r.profile }} | {% for x in r.extractors %}{{ x }}{% endfor %} | {{ r.knowledge_file }} |
root {{ knowledge.root }} does not exist yet — run a sweep
{% elif not knowledge.rows %}no markdown files under {{ knowledge.root }}
{% else %}{{ r.path }}
#{{ r.fingerprint or "????????" }}
| section | bytes | lines | bullets |
|---|---|---|---|
| {{ s.title }} | {{ s.body_bytes }} | {{ s.line_count }} | {{ s.bullet_count }} |
no parsed cycles yet — wait for the next run or check the log
{% else %} {% endif %}no secrets file at {{ secrets.path }}
{% else %}| name | length | set |
|---|---|---|
{{ r.name }} |
{{ r.length }} | {% if r.set %}yes{% else %}no{% endif %} |
| path | size | present |
|---|---|---|
{{ r.path }} |
{{ r.human }} | {% if r.present %}{% else %}{% endif %} |
| name | needs |
|---|---|
| {{ r.name }} |
{% if r.requires_github %}gh{% endif %} {% if r.requires_aws %}aws{% endif %} |
| {{ r.name }} |
| name | manifest |
|---|---|
| {{ r.name }} | {{ r.manifest }} |
| kind | family |
|---|---|
| {{ r.kind }} | {{ r.family }} |
| kind | description |
|---|---|
| {{ r.kind }} | {{ r.description }} |
| {{ r.name }} |
| name | description |
|---|---|
| {{ r.name }} | {{ r.description }} |
| name | role · consumes · tool filter |
|---|---|
| {{ r.name }} |
{{ r.role }} |
| name | help |
|---|---|
| {{ r.name }} | {{ r.help }} |
no log at {{ scheduler_log.path }}
{% else %} {% if scheduler_log.last_cycle %}last cycle: {{ scheduler_log.last_cycle }}
{% for line in scheduler_log.lines %}{{ line }}
{% endfor %}
{% endif %}