mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-08-21 06:53:29 +00:00
Record homelab-friendly self-hosted pricing direction
This commit is contained in:
parent
c6885b3b7d
commit
3ab2d95d93
2 changed files with 20 additions and 1 deletions
|
|
@ -4236,6 +4236,22 @@
|
|||
"subsystem_ids": [
|
||||
"patrol-intelligence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "self-hosted-homelab-monetization-boundary",
|
||||
"summary": "Pulse v6 should not monetize homelab users on core monitoring itself; before GA, decide whether that principle lands as a materially more generous self-hosted cap ladder or as a model where core monitoring stays free and optional extras plus business-grade workflow, convenience, and support features carry the paid value.",
|
||||
"owner": "project-owner",
|
||||
"blocking_level": "release-ready",
|
||||
"status": "open",
|
||||
"opened_at": "2026-04-16",
|
||||
"lane_ids": [
|
||||
"L2",
|
||||
"L3",
|
||||
"L9"
|
||||
],
|
||||
"subsystem_ids": [
|
||||
"cloud-paid"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source_of_truth_file": "docs/release-control/v6/internal/SOURCE_OF_TRUTH.md",
|
||||
|
|
|
|||
|
|
@ -4406,7 +4406,10 @@ class SubsystemLookupTest(unittest.TestCase):
|
|||
)
|
||||
lane_context = match["lane_context"]
|
||||
self.assertEqual(lane_context["lane_id"], "L3")
|
||||
self.assertEqual(lane_context["open_decisions"], [])
|
||||
self.assertEqual(
|
||||
{decision["id"] for decision in lane_context["open_decisions"]},
|
||||
{"self-hosted-homelab-monetization-boundary"},
|
||||
)
|
||||
self.assertEqual(
|
||||
{gate["id"] for gate in lane_context["release_gates"]},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue