Add 7 CSA-member entity stubs with hand-filled domains#88
Merged
Conversation
The CSA public member list left the domain blank for 9 members. Seven had no existing entity record and an unambiguous public domain; this adds them: Baker Tilly, Datadog, Dynatrace, HiveMQ, Ometria, SecqureOne, Securisea. (OpenAI and Dassault Systèmes / 3ds.com already had entity records.) These domains were hand-filled from public knowledge rather than carried in the source CSV. The generator gains a --domains-hand-filled flag that records that distinction in each record's status_notes, keeping provenance honest: the member name comes from the public list, the domain was supplied by hand. Prescient was intentionally skipped — too many orgs share that name to pick a domain confidently. All 2022 registry files validate against the schema; subtype check clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Follow-up to #87. The CSA public member list left the domain blank for 9 members (so they were skipped in #87). This adds the 7 that had no existing entity record and an unambiguous public domain:
Baker Tilly, Datadog (
datadoghq.com), Dynatrace, HiveMQ, Ometria, SecqureOne, Securisea.OpenAI (
openai.com) and Dassault Systèmes (3ds.com) already had entity records, so they were skipped. Prescient was intentionally left out — too many orgs share that name to pick a domain confidently.Provenance honesty
These domains were hand-filled from public knowledge, not carried in the source CSV. The generator gains a
--domains-hand-filledflag that records this in each record'sstatus_notes: the member name is from the public list, the domain was supplied by hand. This keeps the provenance trail accurate rather than implying the domain came from the scrape.Note: the internal CSA Airtable is not used as a source — only the public website member list. (This PR's investigation confirmed the Airtable URLs are clean, but they're internal data and out of scope for the public registry.)
Validation
validate-registry-schema.py→ all 2022 files validatevalidate-subtypes.py→ clean🤖 Generated with Claude Code