cardinal-ai 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d84dde8c38e1b5d9819430f36789358dcccd571d7889c36555156a8fbf882172
4
- data.tar.gz: 69720ca8ec6c5ad490d863d9fabe4636ef67f465fa028fe2d27c2949ed9ccb86
3
+ metadata.gz: f5de65391dbbc134c135b57117a6990eaba2d7eb3709d0aed36ec88339b0914d
4
+ data.tar.gz: 491173f9b09dfc3705d9284942613d600f66e5b3029a0a9f093f13a44f593338
5
5
  SHA512:
6
- metadata.gz: e3d7f706dbab0ec9b06a22ee2fa547ded9690b45b2faeb0e3582b78dc893ba7599ae9c5ada2fd5e9e6b88b11f1445dbc2528c76fd4cbe2879e413761af8a82b7
7
- data.tar.gz: 722fd734f542aed1c45af13226a8d233af66b0dc47e719f3b5efc85b02b0917e80e7bbb5239399bc326b814877d7af044ec3b3af8214e780b59f6a15503e119f
6
+ metadata.gz: 01d43d3097647dac81ed27b68a6d790645098f2f95184fa378dbc03b22ae1ad49693e4af9d2af1b479f309a40a3f6b650af95daf94821bc83c73966004537571
7
+ data.tar.gz: c8bd131ff74e579fb784bc661286f3db5606d82cc0c644402043de7b12847f36882bbcf6bf8426f201009d1333d47f505771c0147ea0903b594d8d4f5d8b5185
data/app/models/board.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Board < ApplicationRecord
2
- # Captured from the author's live board (2026-07-05) — the battle-tested
2
+ # Captured from the author's live board (2026-07-04, second capture) — the battle-tested
3
3
  # layout. accepts_from is stored as NAMES here and resolved to column ids
4
4
  # by install_default_columns! (ids don't exist until creation).
5
5
  DEFAULT_COLUMNS = [
@@ -32,7 +32,8 @@ class Board < ApplicationRecord
32
32
  "on_entry" => [{ "action" => "mark_pr_ready" }] } },
33
33
  { name: "Done", archetype: "terminal",
34
34
  policy: { "ai" => false, "plan_approval" => false, "arrivals" => "top",
35
- "accepts_from_names" => ["Review", "QA", "Planning"],
35
+ "accepts_from_names" => ["Tasks", "Planning", "Review", "QA"],
36
+ "footer" => [{ "label" => "Total cost:", "compute" => "sum_cost" }],
36
37
  "on_entry" => [{ "action" => "merge_pr" }] } }
37
38
  ].freeze
38
39
 
@@ -1,3 +1,3 @@
1
1
  module Cardinal
2
- VERSION = "0.2.11"
2
+ VERSION = "0.2.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cardinal-ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Ellis