Rename Feedser to Concelier
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| # Feedser SemVer Merge Playbook (Sprint 1–2) | ||||
| # Concelier SemVer Merge Playbook (Sprint 1–2) | ||||
|  | ||||
| This playbook describes how the merge layer and connector teams should emit the new SemVer primitives introduced in Sprint 1–2, how those primitives become normalized version rules, and how downstream jobs query them deterministically. | ||||
|  | ||||
| @@ -8,7 +8,7 @@ This playbook describes how the merge layer and connector teams should emit the | ||||
| - `NormalizedVersionRule` documents the analytics-friendly projection of each `AffectedPackage` coverage entry and is persisted alongside legacy `versionRanges`. | ||||
| - `AdvisoryProvenance.decisionReason` records whether merge resolution favored precedence, freshness, or a tie-breaker comparison. | ||||
|  | ||||
| See `src/StellaOps.Feedser.Models/CANONICAL_RECORDS.md` for the full schema and field descriptions. | ||||
| See `src/StellaOps.Concelier.Models/CANONICAL_RECORDS.md` for the full schema and field descriptions. | ||||
|  | ||||
| ## 2. Mapper pattern | ||||
|  | ||||
| @@ -150,5 +150,5 @@ If a new scheme is required (for example, `apple.build` or `ios.semver`), raise | ||||
|  | ||||
| ## 9. Observability signals | ||||
|  | ||||
| - `feedser.merge.normalized_rules` (counter, tags: `package_type`, `scheme`) – increments once per normalized rule retained after precedence merge. | ||||
| - `feedser.merge.normalized_rules_missing` (counter, tags: `package_type`) – increments when a merged package still carries version ranges but no normalized rules; watch for spikes to catch connectors that have not emitted normalized arrays yet. | ||||
| - `concelier.merge.normalized_rules` (counter, tags: `package_type`, `scheme`) – increments once per normalized rule retained after precedence merge. | ||||
| - `concelier.merge.normalized_rules_missing` (counter, tags: `package_type`) – increments when a merged package still carries version ranges but no normalized rules; watch for spikes to catch connectors that have not emitted normalized arrays yet. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user