daftari 1.11.0 → 1.12.0

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/README.md +109 -433
  3. package/dist/server.d.ts.map +1 -1
  4. package/dist/server.js +2 -0
  5. package/dist/server.js.map +1 -1
  6. package/dist/tools/curation.d.ts.map +1 -1
  7. package/dist/tools/curation.js +6 -0
  8. package/dist/tools/curation.js.map +1 -1
  9. package/dist/tools/read.d.ts +8 -0
  10. package/dist/tools/read.d.ts.map +1 -1
  11. package/dist/tools/read.js +6 -0
  12. package/dist/tools/read.js.map +1 -1
  13. package/dist/tools/search.d.ts.map +1 -1
  14. package/dist/tools/search.js +9 -0
  15. package/dist/tools/search.js.map +1 -1
  16. package/dist/tools/themes.d.ts.map +1 -1
  17. package/dist/tools/themes.js +2 -0
  18. package/dist/tools/themes.js.map +1 -1
  19. package/dist/tools/write.d.ts.map +1 -1
  20. package/dist/tools/write.js +26 -3
  21. package/dist/tools/write.js.map +1 -1
  22. package/package.json +2 -1
  23. package/templates/reviewer-vault/.daftari/config.yaml +25 -0
  24. package/templates/reviewer-vault/.daftari/tensions.md +6 -0
  25. package/templates/reviewer-vault/_drafts/moonshot-agentic-curation.md +33 -0
  26. package/templates/reviewer-vault/_drafts/scratch-incomplete.md +18 -0
  27. package/templates/reviewer-vault/competitive-intel/aurora-pipelines-positioning.md +40 -0
  28. package/templates/reviewer-vault/competitive-intel/cirrus-realtime-ga.md +38 -0
  29. package/templates/reviewer-vault/competitive-intel/cirrus-realtime-preview.md +34 -0
  30. package/templates/reviewer-vault/competitive-intel/helios-connect-overview.md +40 -0
  31. package/templates/reviewer-vault/competitive-intel/northwind-governance-snapshot.md +35 -0
  32. package/templates/reviewer-vault/pricing/aurora-pricing-model.md +35 -0
  33. package/templates/reviewer-vault/pricing/cirrus-capacity-tiers.md +37 -0
  34. package/templates/reviewer-vault/pricing/helios-credits-model.md +37 -0
  35. package/templates/reviewer-vault/pricing/vega-pricing-strategy.md +36 -0
@@ -0,0 +1,6 @@
1
+
2
+ ## 2026-05-12 — Managed connectors vs authored pipelines
3
+ - **Source A:** competitive-intel/helios-connect-overview.md says managed connectors should be first-class control-plane objects so teams skip pipeline authoring entirely
4
+ - **Source B:** competitive-intel/aurora-pipelines-positioning.md says ingestion belongs in an authored, reviewable artifact alongside the rest of the transformation graph
5
+ - **Status:** unresolved
6
+ - **Logged by:** agent:claude-code
@@ -0,0 +1,33 @@
1
+ ---
2
+ title: "Moonshot — Fully Agentic Curation"
3
+ domain: generative
4
+ collection: _drafts
5
+ status: draft
6
+ confidence: low
7
+ created: 2026-05-18
8
+ updated: 2026-05-20
9
+ updated_by: agent:claude-code
10
+ provenance: inferred
11
+ sources: []
12
+ superseded_by: null
13
+ ttl_days: 30
14
+ tags: [moonshot, agentic, curation, speculative]
15
+ questions_answered: []
16
+ questions_raised:
17
+ - "What is the smallest curation loop an agent can run end-to-end without human review?"
18
+ ---
19
+
20
+ # Moonshot — Fully Agentic Curation
21
+
22
+ Speculative sketch. A generative-domain note: this is not a claim about the
23
+ world, it is a draft of a question we might build toward.
24
+
25
+ Suppose the curator is itself an agent, not a human. What is the smallest
26
+ end-to-end loop — write, lint, deprecate, promote — that an agent can run
27
+ unsupervised before the absence of human review starts to compound errors?
28
+
29
+ ## Questions Answered
30
+ - (none yet — this is a draft)
31
+
32
+ ## Questions Raised
33
+ - What is the smallest curation loop an agent can run end-to-end without human review?
@@ -0,0 +1,18 @@
1
+ ---
2
+ title: "Scratch — Helios pricing reaction"
3
+ domain: accumulation
4
+ collection: _drafts
5
+ status: draft
6
+ updated_by: agent:claude-code
7
+ provenance: inferred
8
+ tags: [scratch, helios]
9
+ ---
10
+
11
+ # Scratch — Helios pricing reaction
12
+
13
+ Intentionally-incomplete frontmatter — the `confidence`, `created`, and
14
+ `updated` fields are missing on purpose. `vault_read` still returns the
15
+ file, but `vault_promote` refuses to promote it because the validator
16
+ flags the missing required fields and the missing confidence.
17
+
18
+ This note is the reviewer's worked example of a refused promotion.
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: "Aurora Pipelines — Positioning Overview"
3
+ domain: accumulation
4
+ collection: competitive-intel
5
+ status: canonical
6
+ confidence: high
7
+ created: 2026-02-12
8
+ updated: 2026-04-20
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - aurora-product-page-2026-q1
13
+ - internal-aurora-positioning-deck
14
+ superseded_by: null
15
+ ttl_days: 120
16
+ tags: [aurora, ingestion, pipelines, competitive]
17
+ questions_answered:
18
+ - "How does Aurora frame the ingestion-vs-transformation boundary?"
19
+ - "What is Aurora's stance on managed connectors?"
20
+ questions_raised:
21
+ - "How does Helios Connect frame the ingestion boundary?"
22
+ ---
23
+
24
+ # Aurora Pipelines — Positioning Overview
25
+
26
+ Aurora Pipelines treats ingestion as an authored artifact: every source-to-sink
27
+ flow is a versioned, reviewed pipeline that lives alongside the rest of the
28
+ transformation graph. The pitch is that pipelines are code, not configuration,
29
+ and the same review discipline applied to transformation logic should apply
30
+ to data movement.
31
+
32
+ This sits in deliberate contrast to [Helios Connect](helios-connect-overview.md),
33
+ which bundles managed connectors into the control plane.
34
+
35
+ ## Questions Answered
36
+ - How does Aurora frame the ingestion-vs-transformation boundary?
37
+ - What is Aurora's stance on managed connectors?
38
+
39
+ ## Questions Raised
40
+ - How does Helios Connect frame the ingestion boundary?
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: "Cirrus Realtime — GA Capabilities"
3
+ domain: accumulation
4
+ collection: competitive-intel
5
+ status: canonical
6
+ confidence: medium
7
+ created: 2026-03-18
8
+ updated: 2026-05-12
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - cirrus-realtime-ga-launch-post
13
+ - cirrus-developer-changelog-2026-q2
14
+ superseded_by: null
15
+ ttl_days: 90
16
+ tags: [cirrus, realtime, ga, competitive]
17
+ questions_answered:
18
+ - "Which preview-program limitations carried through to GA?"
19
+ - "What latency profile does Cirrus Realtime guarantee at GA?"
20
+ questions_raised:
21
+ - "How does Cirrus Realtime's GA pricing compare to capacity-tier list?"
22
+ ---
23
+
24
+ # Cirrus Realtime — GA Capabilities
25
+
26
+ Cirrus Realtime reached general availability with three notable changes from
27
+ the [preview-era scope](cirrus-realtime-preview.md): a published p99 ingest
28
+ latency, a tiered backpressure model, and a managed schema-evolution surface.
29
+
30
+ The preview-program note remains in the vault for provenance but should not
31
+ be cited as current behaviour.
32
+
33
+ ## Questions Answered
34
+ - Which preview-program limitations carried through to GA?
35
+ - What latency profile does Cirrus Realtime guarantee at GA?
36
+
37
+ ## Questions Raised
38
+ - How does Cirrus Realtime's GA pricing compare to capacity-tier list?
@@ -0,0 +1,34 @@
1
+ ---
2
+ title: "Cirrus Realtime — Pre-GA Preview Notes"
3
+ domain: accumulation
4
+ collection: competitive-intel
5
+ status: deprecated
6
+ confidence: low
7
+ created: 2025-10-04
8
+ updated: 2026-01-20
9
+ updated_by: agent:claude-code
10
+ provenance: inferred
11
+ sources:
12
+ - cirrus-realtime-preview-program-notes
13
+ superseded_by: competitive-intel/cirrus-realtime-ga.md
14
+ ttl_days: 90
15
+ tags: [cirrus, realtime, preview, competitive]
16
+ questions_answered:
17
+ - "What is the pre-GA scope of Cirrus Realtime?"
18
+ questions_raised:
19
+ - "Which preview-program limitations carried through to GA?"
20
+ ---
21
+
22
+ # Cirrus Realtime — Pre-GA Preview Notes
23
+
24
+ Early-access notes collected during the closed preview program. Kept for
25
+ provenance only: Cirrus Realtime has since reached GA and the preview-era
26
+ behaviour described here no longer matches the released product.
27
+
28
+ See [the GA writeup](cirrus-realtime-ga.md) for current claims.
29
+
30
+ ## Questions Answered
31
+ - What is the pre-GA scope of Cirrus Realtime?
32
+
33
+ ## Questions Raised
34
+ - Which preview-program limitations carried through to GA?
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: "Helios Connect — Managed-Connector Overview"
3
+ domain: accumulation
4
+ collection: competitive-intel
5
+ status: canonical
6
+ confidence: high
7
+ created: 2026-03-05
8
+ updated: 2026-05-08
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - helios-connect-launch-post-2026-03
13
+ - helios-developer-docs
14
+ superseded_by: null
15
+ ttl_days: 120
16
+ tags: [helios, connect, ingestion, managed-connectors, competitive]
17
+ questions_answered:
18
+ - "How does Helios Connect frame the ingestion boundary?"
19
+ - "What is the pre-GA scope of Cirrus Realtime?"
20
+ questions_raised:
21
+ - "Where does Helios Connect's pricing curve cross Aurora Pipelines once volume passes 10 TB/day?"
22
+ ---
23
+
24
+ # Helios Connect — Managed-Connector Overview
25
+
26
+ Helios Connect is the managed-ingestion surface of Helios. Connectors are
27
+ declared as first-class control-plane objects: a YAML descriptor selects a
28
+ source, a sink, and a small set of typed parameters, and the platform owns
29
+ scheduling, retries, schema drift, and backpressure.
30
+
31
+ The framing is the inverse of [Aurora Pipelines](aurora-pipelines-positioning.md):
32
+ ingestion should *not* be an authored pipeline. It is a managed primitive that
33
+ teams compose, not author.
34
+
35
+ ## Questions Answered
36
+ - How does Helios Connect frame the ingestion boundary?
37
+ - What is the pre-GA scope of Cirrus Realtime?
38
+
39
+ ## Questions Raised
40
+ - Where does Helios Connect's pricing curve cross Aurora Pipelines once volume passes 10 TB/day?
@@ -0,0 +1,35 @@
1
+ ---
2
+ title: "Northwind Data Governance — 2026 Snapshot"
3
+ domain: accumulation
4
+ collection: competitive-intel
5
+ status: canonical
6
+ confidence: medium
7
+ created: 2026-04-01
8
+ updated: 2026-05-10
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - northwind-governance-product-page
13
+ - northwind-compliance-whitepaper-2026
14
+ superseded_by: null
15
+ ttl_days: 90
16
+ tags: [northwind, governance, compliance, competitive]
17
+ questions_answered:
18
+ - "How does Northwind expose lineage to downstream consumers?"
19
+ questions_raised: []
20
+ ---
21
+
22
+ # Northwind Data Governance — 2026 Snapshot
23
+
24
+ Northwind positions itself as the governance layer, not the storage or
25
+ processing layer. Lineage is exposed through a public catalog API; policies
26
+ are declared centrally and enforced at query time by query-engine adapters.
27
+
28
+ This document is a snapshot of the 2026 GA surface; revisit when the next
29
+ quarterly release lands.
30
+
31
+ ## Questions Answered
32
+ - How does Northwind expose lineage to downstream consumers?
33
+
34
+ ## Questions Raised
35
+ - (none)
@@ -0,0 +1,35 @@
1
+ ---
2
+ title: "Aurora Pipelines — Pricing Model"
3
+ domain: accumulation
4
+ collection: pricing
5
+ status: canonical
6
+ confidence: medium
7
+ created: 2026-03-22
8
+ updated: 2026-05-04
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - aurora-pricing-page-2026-q1
13
+ - aurora-enterprise-quotes-anonymized
14
+ superseded_by: null
15
+ ttl_days: 90
16
+ tags: [aurora, pricing, per-pipeline, consumption]
17
+ questions_answered:
18
+ - "How does Aurora price authored pipelines?"
19
+ questions_raised: []
20
+ ---
21
+
22
+ # Aurora Pipelines — Pricing Model
23
+
24
+ Aurora prices by the authored pipeline: a flat per-pipeline monthly fee
25
+ covers a published throughput envelope, and excess throughput is metered
26
+ at a per-GB rate. There is no seat component — pricing is volume-driven.
27
+
28
+ See [Aurora Pipelines Positioning](../competitive-intel/aurora-pipelines-positioning.md)
29
+ for the product framing this pricing rests on.
30
+
31
+ ## Questions Answered
32
+ - How does Aurora price authored pipelines?
33
+
34
+ ## Questions Raised
35
+ - (none)
@@ -0,0 +1,37 @@
1
+ ---
2
+ title: "Cirrus Capacity Tiers — Pricing Structure"
3
+ domain: accumulation
4
+ collection: pricing
5
+ status: canonical
6
+ confidence: medium
7
+ created: 2026-02-25
8
+ updated: 2026-05-01
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - cirrus-pricing-page-2026-q2
13
+ - cirrus-capacity-reservations-faq
14
+ superseded_by: null
15
+ ttl_days: 120
16
+ tags: [cirrus, pricing, capacity-tiers, reservations]
17
+ questions_answered:
18
+ - "How are Cirrus capacity reservations sized?"
19
+ questions_raised:
20
+ - "At what mix of steady-vs-burst workload do capacity reservations break even against on-demand?"
21
+ ---
22
+
23
+ # Cirrus Capacity Tiers — Pricing Structure
24
+
25
+ Cirrus pricing is tiered around reserved capacity blocks. A reservation is a
26
+ 24/7 commitment of a named capacity class for one or three years, billed at
27
+ a flat hourly rate. Burst above the reservation falls back to on-demand at
28
+ a published premium.
29
+
30
+ See [Cirrus Realtime — GA](../competitive-intel/cirrus-realtime-ga.md) for
31
+ product context.
32
+
33
+ ## Questions Answered
34
+ - How are Cirrus capacity reservations sized?
35
+
36
+ ## Questions Raised
37
+ - At what mix of steady-vs-burst workload do capacity reservations break even against on-demand?
@@ -0,0 +1,37 @@
1
+ ---
2
+ title: "Helios Credits — Consumption Pricing Model"
3
+ domain: accumulation
4
+ collection: pricing
5
+ status: canonical
6
+ confidence: medium
7
+ created: 2025-09-10
8
+ updated: 2025-12-15
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - helios-pricing-page-2025-q4
13
+ - helios-credits-faq
14
+ superseded_by: null
15
+ ttl_days: 90
16
+ tags: [helios, pricing, credits, consumption]
17
+ questions_answered:
18
+ - "What unit of consumption does Helios bill against?"
19
+ questions_raised:
20
+ - "Have Helios credits per-workload-class rates shifted in the 2026 update?"
21
+ ---
22
+
23
+ # Helios Credits — Consumption Pricing Model
24
+
25
+ Helios bills against a single virtual unit — the Helios Credit — that maps
26
+ to underlying compute via a per-workload-class multiplier. Storage is
27
+ metered separately and not in credits.
28
+
29
+ This note dates from late 2025 and is overdue for a refresh against the
30
+ 2026 pricing page. See [Helios Connect](../competitive-intel/helios-connect-overview.md)
31
+ for product context.
32
+
33
+ ## Questions Answered
34
+ - What unit of consumption does Helios bill against?
35
+
36
+ ## Questions Raised
37
+ - Have Helios credits per-workload-class rates shifted in the 2026 update?
@@ -0,0 +1,36 @@
1
+ ---
2
+ title: "Vega Insight — Pricing Strategy Snapshot"
3
+ domain: accumulation
4
+ collection: pricing
5
+ status: canonical
6
+ confidence: medium
7
+ created: 2026-04-10
8
+ updated: 2026-05-15
9
+ updated_by: agent:claude-code
10
+ provenance: synthesized
11
+ sources:
12
+ - vega-pricing-page-2026-q2
13
+ - vega-customer-conversations-2026-q1
14
+ superseded_by: null
15
+ ttl_days: 90
16
+ tags: [vega, pricing, seats, hybrid-pricing]
17
+ questions_answered:
18
+ - "What pricing levers does Vega expose to enterprise buyers?"
19
+ questions_raised: []
20
+ ---
21
+
22
+ # Vega Insight — Pricing Strategy Snapshot
23
+
24
+ Vega Insight uses a hybrid: per-seat for the analyst surface, per-query for
25
+ the embedded surface, with a published volume discount table. Enterprise
26
+ contracts layer a flat platform fee on top of metered usage.
27
+
28
+ Sits alongside [Helios Credits](helios-credits-model.md) and
29
+ [Cirrus capacity tiers](cirrus-capacity-tiers.md) as the third anchor
30
+ point in the pricing comparison set.
31
+
32
+ ## Questions Answered
33
+ - What pricing levers does Vega expose to enterprise buyers?
34
+
35
+ ## Questions Raised
36
+ - (none)