<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Bidda Changelog</title>
    <link>https://bidda.com/changelog</link>
    <description>Material updates to the Bidda compliance intelligence registry, platform, and trust posture. What shipped, when, and why.</description>
    <language>en-us</language>
    <atom:link href="https://bidda.com/changelog/feed.xml" rel="self" type="application/rss+xml" />
    <lastBuildDate>Sat, 15 Aug 2026 10:06:35 GMT</lastBuildDate>
    <generator>Bidda generate-site-data.js</generator>
    <ttl>1440</ttl>
    <image>
      <url>https://bidda.com/assets/bidda-logo.png</url>
      <title>Bidda Changelog</title>
      <link>https://bidda.com/changelog</link>
    </image>
    <item>
      <title>Dedicated pages for gap check, control attestation and the obligation change feed, plus a mobile layout pass across the whole site</title>
      <link>https://bidda.com/changelog#20260804</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260804</guid>
      <description>Three tools that already shipped on the API and the MCP server now have proper documentation pages, because until now the only way to find them was to read the tool list. Gap check (/gap-check) takes the obligations your programme covers and returns the prerequisites our dependency graph links to them that you did not list, plus anything you cover that has since been withdrawn; it is a coverage aid for a qualified reviewer and never ranks or determines compliance. Control attestation (/control-attest) signs one of your own controls together with the obligations you mapped it to, pinning each obligation to the exact version and integrity fingerprint current at the moment you sign, so a year later you can still show which wording the control was designed against; creating a record needs a subscription and a free trial counts, while verifying one is free and needs no account. The obligation change feed (/obligation-deltas) answers &quot;what changed since I last reviewed?&quot; in one call, filterable by date, by pillar, or by your own list of obligations. We have also made our public evidence surfaces easier for AI agents to discover: the integrity manifest, the prompt-injection screening summary, the registry stability report and the OSCAL catalog export are now listed in our agent-facing discovery files, all readable with no key and no account. Separately, we went through every page at phone width and fixed the places where content could push the layout sideways, and the Atlas of Difference is now properly indexed. As always, these tools support an audit trail and are not legal advice or a determination that any obligation was met.</description>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>A public transparency log for every signed record, OSCAL evidence export, and a live regulatory-change timeline</title>
      <link>https://bidda.com/changelog#20260710</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260710</guid>
      <description>Three additions that make Bidda&apos;s evidence easier to trust and to consume. First, every signed record we issue - attestations, control attestations, point-in-time records and run receipts - is now written to a public, append-only transparency log built the same way as Certificate Transparency (RFC 6962). Anyone can ask for an inclusion proof (this record is in the log) or a consistency proof (an earlier log is an unaltered prefix of a later one, so nothing was removed, re-ordered or back-dated), and verify it against our published key with no Bidda account. Second, you can now export a governed run as a NIST OSCAL assessment-results document - the machine-readable format GRC and audit tooling already consumes - so Bidda evidence drops straight into an existing pipeline; it ships as a tool on the MCP server and the bidda-shield SDK, bringing the surface to twenty-five tools. Third, a new public Regulatory Change Timeline at /changes shows which primary sources changed and which obligations they touch, drawn from our weekly source fingerprinting, with one-click links to set an alert or capture a point-in-time record. As always, these support an audit trail and are not legal advice or a determination that any obligation was met.</description>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Trust</category>
    </item>
    <item>
      <title>Three governance tools: control attestations, a coverage gap check, and an obligation-delta feed</title>
      <link>https://bidda.com/changelog#20260709</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260709</guid>
      <description>Alongside Governed Runs, three tools round out the governance surface an auditor asks for. Control attestations let you sign a tamper-evident record of one of your own controls or policies and the obligation nodes it maps to; each obligation is pinned to its exact version and integrity fingerprint at the moment you sign, so the record shows precisely what you mapped against on that date. Where a governed run is the operating-side evidence (what the system did), a control attestation is the design-side evidence (the control you have in place) - together they are the two halves examiners look for. The coverage gap check takes the rules a team says it covers and returns the prerequisite rules our dependency graph links to them that were not listed - the &quot;you missed the prerequisite obligation&quot; finding - plus any rule you cover that has since been withdrawn; it surfaces gaps for a qualified reviewer and never ranks or declares compliance. The obligation-delta feed gives you the obligation-level view of what changed: primary sources whose content changed or whose node was withdrawn, mapped to the obligations they affect, filterable by time, pillar or specific nodes, so you can answer &quot;what changed since I last reviewed?&quot; in one call. All three ship on the Bidda MCP server and the bidda-shield SDK, bringing the surface to twenty-four tools. They use your Bidda key and a free trial counts; verifying a signed control attestation is free. As always, we describe what these support and never that they satisfy an obligation - that determination stays with you and your auditor.</description>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>Governed Runs: prove what your AI system did, and that the rules it relied on were the live ones at the time</title>
      <link>https://bidda.com/changelog#20260709</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260709</guid>
      <description>Two questions decide most audits: can you show what your AI system actually did, and can you prove the rules it relied on were current at the moment it acted? Governed Runs answer both. When your agent consults a rule mid-task, one call now fetches the rule and records a verified entry in the same step. The entry pins the exact version and integrity fingerprint of the rule as it stood at that moment, and can note which model made the decision and a private hash of the end user it served, so nothing sensitive leaves your process. Seal the run and export a governance evidence pack: the signed receipt, every entry, an independent check that the log was not altered, and a plain-English map of the record-keeping obligations it provides evidence toward, including EU AI Act Article 12 logging, deployer duties under Article 26, ISO/IEC 42001, and the NIST AI Risk Management Framework. Anyone you hand the pack to can confirm it against our public key with no Bidda account. Two new tools ship on the Bidda MCP server and the bidda-shield SDK - consult_node (fetch a rule and record it in one call) and get_audit_pack (export the evidence pack) - alongside the run ledger, bringing the MCP server and SDK to twenty-one tools. Recording and exporting use your Bidda key and a free trial counts; verifying a sealed pack is free. We describe what the pack supports, never that it satisfies an obligation - that determination stays with you and your auditor.</description>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>Drift check: ask whether the rules your agent is holding are still current</title>
      <link>https://bidda.com/changelog#20260703</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260703</guid>
      <description>Agents cache compliance intelligence, and cached intelligence goes stale. The new drift check answers one question in one call: is the snapshot my agent is holding still current? Pass the node ids you rely on, optionally with the version or content fingerprint you captured when you fetched them, and get back a verdict per node - fresh (unchanged), drifted (the node has moved on since your snapshot), or withdrawn (the node no longer stands) - read straight from the same public integrity manifest our verify pages use. It is designed as a cheap pre-flight gate: check before you act, re-fetch only what moved. It ships as drift_check on the Bidda MCP server and as drift_check() on the bidda-shield SDK, bringing the surface to nineteen tools. It uses your Bidda key and a free trial counts. As always, this reports what changed at the source and is not legal advice or a determination that any obligation was met.</description>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Developers</category>
    </item>
    <item>
      <title>Run Ledger: a signed, tamper-evident record of a whole agent task or conversation</title>
      <link>https://bidda.com/changelog#20260626</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260626</guid>
      <description>A single signed record covers one decision. The new Run Ledger covers a whole task or conversation. Connect a bot or agent (for example a support bot or chat widget), open a run, and record one entry per turn as it consults rules and answers the person, then seal the run into a single signed run receipt that covers every turn. Each entry locks in the one before it, so nothing can be added, removed or re-ordered afterwards without it showing, and the user&apos;s input can be stored as plain text or only as a private hash that never leaves your process. Anyone you hand the receipt to can verify it against our public key with no Bidda account. It is available on the Run Ledger tab at /attest, and through four new tools (open_run, record_run_entry, seal_run, get_run) on the Bidda MCP server and the bidda-shield SDK, which the bidda-shield package wraps in a one-line &quot;with shield.run(...) as run&quot; helper. Opening, recording and sealing use your Bidda key and a free trial counts; verifying a sealed receipt is free.</description>
      <pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>Verify any signed record yourself, and signing-key rotation that never breaks past records</title>
      <link>https://bidda.com/changelog#20260621</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260621</guid>
      <description>You can now check a Bidda signed record on your own, with no Bidda account, using a new browser page that runs entirely in your browser. Paste a record and it confirms the digital signature and that nothing in the record was changed. The exact method is published as an open specification, and command-line checkers for Node and Python are included for auditors who prefer the terminal. We also rotate our signing key from time to time as good security practice. Every key we have ever used to sign records stays published, so a record signed by an older key keeps verifying for as long as you hold it. Rotating our signing key changes only which key signs new records; it does not affect any record already issued, and it has no effect on your API key, your plan, or your trial, which are a separate system.</description>
      <pubDate>Sun, 21 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Trust</category>
    </item>
    <item>
      <title>MCP server and Python SDK expanded to fourteen tools, including the new self-serve compliance tools</title>
      <link>https://bidda.com/changelog#20260620</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260620</guid>
      <description>The Bidda MCP server at https://bidda.com/mcp and the bidda-shield Python SDK now expose fourteen tools. Ten are free with no API key: the existing discovery and runtime-intelligence tools plus a new browse_topics tool that lets an AI assistant explore the registry by cross-cutting topic. Four are for subscribers and use your Bidda key (a free trial counts): compare_jurisdictions (see how jurisdictions differ on a topic, including where their numbers differ), create_attestation (save a signed record of which rules a decision relied on), point_in_time (what a rule said at a past date), and watch_changes (email or webhook alerts when a watched source changes). The downloadable SDK and the published bidda-shield package on PyPI were updated to match, so an autonomous agent can now run the full set programmatically.</description>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Developers</category>
    </item>
    <item>
      <title>New self-serve compliance tools: signed records, point-in-time history, change alerts, jurisdiction comparison, and topic browsing</title>
      <link>https://bidda.com/changelog#20260620</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260620</guid>
      <description>Bidda now ships a set of self-serve tools for compliance teams. Signed Records at /attest let you save a time-stamped, digitally signed record of which rules a person or AI agent relied on for a decision, and let anyone confirm later that the record has not been changed. Point-in-time records capture what a rule said on a specific past date, tied to its entry in our public history. Change Alerts at /alerts let you watch the rules and pillars that matter to you and get an email or webhook when their primary source changes. Compare Jurisdictions at /compare lets you search a topic and see how different countries address it side by side, including where their numeric thresholds differ, such as a breach-notification deadline of 72 hours in one place and 30 days in another (it shows the real numbers and never ranks which is stricter). Browse by Topic at /topics is a cross-cutting view that groups rules by subject across every pillar and jurisdiction, while your existing pillars stay exactly as they are. The signed-record and alert tools are available to subscribers, including during a free trial.</description>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>Bidda x CISA position published: CPG crosswalk, Secure by Design attestation, free-for-defenders catalogue</title>
      <link>https://bidda.com/changelog#20260608</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260608</guid>
      <description>Bidda now publishes a consolidated position against the three public-trust surfaces the Cybersecurity and Infrastructure Security Agency maintains for software vendors and defender tooling. The hub at /cisa links to a bidirectional crosswalk of CISA&apos;s eight Cybersecurity Performance Goals against Bidda&apos;s executable compliance nodes at /cisa/cpg-crosswalk, a public attestation against each of the seven Secure by Design Pledge goals with supporting evidence per goal at /cisa/secure-by-design, and a catalogue of the no-cost Bidda capabilities that are free at point of use for federal agencies, state, local, tribal and territorial governments, and operators of critical infrastructure at /cisa/free. The homepage carries a &quot;Built to CISA&apos;s public-trust standards&quot; band that links into the same position. JS-free plain-text mirrors of each of the four CISA pages were also added so AI crawlers that do not execute JavaScript can read the full content.</description>
      <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Trust</category>
    </item>
    <item>
      <title>Privacy policy v2.2: United States federal, state, SLTT and critical-infrastructure user posture documented</title>
      <link>https://bidda.com/changelog#20260608</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260608</guid>
      <description>The privacy policy now includes a dedicated section 11a covering data-handling for users in the United States. The section names the rights granted to residents of the seventeen United States states with comprehensive consumer-privacy statutes (Virginia, Colorado, Connecticut, Utah, Texas, Oregon, Montana, Iowa, Indiana, Tennessee, Florida, Delaware, New Hampshire, New Jersey, Kentucky, Maryland and Minnesota), describes the posture Bidda holds for federal agencies and state, local, tribal and territorial governments and operators of critical infrastructure, and documents the cross-border transfer mechanism in place with sub-processors. Effective 2026-06-08, v2.2.</description>
      <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Trust</category>
    </item>
    <item>
      <title>Registry crossed 8,300 verified nodes across 37 sovereign pillars</title>
      <link>https://bidda.com/changelog#20260528</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260528</guid>
      <description>Bidda now spans 10,108 source-verified compliance nodes across 39 sovereign pillars, with zero critical schema violations. New depth this cycle: US federal statutory framework (RICO, mail and wire fraud, Hobbs Act, FISA, SECURE Act, SECURE 2.0, REAL ID, EU-US Data Privacy Framework), UK financial and human-rights law (Banking Act 2009, Human Rights Act 1998, Subsidy Control Act 2022), Australia federal criminal and digital-health law (Crimes Act 1914, My Health Records Act 2012), and the three Sprint J RegTech pillars: Data Protection &amp; Privacy, Trade Compliance &amp; Export Controls, and Financial Crime, AML &amp; Sanctions.</description>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Registry</category>
    </item>
    <item>
      <title>Every key page now has a JS-free plain-text mirror, and refresh stays put</title>
      <link>https://bidda.com/changelog#20260525</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260525</guid>
      <description>Developer docs, methodology, use cases, pricing, about, audit trail, and node verification each ship a plain-text mirror so AI assistants and search engines that do not run JavaScript can read the full page, including the developer code examples. The sitemap and AI discovery manifests were expanded to list every public page. Refreshing any deep page now keeps you on that page instead of returning to the homepage.</description>
      <pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Discoverability</category>
    </item>
    <item>
      <title>New briefings on every MITRE framework Bidda maps</title>
      <link>https://bidda.com/changelog#20260525</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260525</guid>
      <description>Sovereign Insights now carries a dedicated briefing for each MITRE framework in the registry: ATT&amp;CK Enterprise, ATT&amp;CK Mobile, ATT&amp;CK ICS, ATLAS, D3FEND, and CAPEC. Each explains what the framework covers, how Bidda crosswalks it to NIST 800-53, ISO 27001, PCI DSS and other standards, and how to query it through the API and MCP server.</description>
      <pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Insights</category>
    </item>
    <item>
      <title>Registry passed 7,000 verified nodes</title>
      <link>https://bidda.com/changelog#20260524</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260524</guid>
      <description>Bidda now spans 10,108 source-verified compliance nodes across 39 sovereign pillars, with zero critical schema violations. Recent depth came from expanded United States federal regulation (eCFR) and sanctions (OFAC) coverage.</description>
      <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Registry</category>
    </item>
    <item>
      <title>Self-serve account dashboard, key rotation, and recovery</title>
      <link>https://bidda.com/changelog#20260517</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260517</guid>
      <description>A new account area lets API customers view their plan, rotate their API key, and review a per-request audit log of their own usage. Lost access can be restored through magic-link recovery, with no passwords to store or leak.</description>
      <pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>Plain-text MITRE mirrors, security.txt updated, /status /aup /security pages live</title>
      <link>https://bidda.com/changelog#20260513</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260513</guid>
      <description>Added /mitre.txt, /mitre-attack.txt, /atlas.txt, /d3fend.txt, /capec.txt as fully crawlable plain-text mirrors of the matrix pages for AI tools that do not execute JavaScript. RFC 9116 /.well-known/security.txt refreshed with security@bidda.com contact and safe-harbor terms. New /status page reads live from /api/v1/registry-health.json. New /aup acceptable use policy and /security vulnerability disclosure page. Privacy policy now lists all named sub-processors per GDPR Article 28 (see /privacy section 08 for the current list).</description>
      <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Trust</category>
    </item>
    <item>
      <title>All 34 sovereign pillars now visible from the homepage hero</title>
      <link>https://bidda.com/changelog#20260512</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260512</guid>
      <description>The full set of 34 industries Bidda covers is reachable within one scroll of the homepage, including the three newest pillars: immigration, agriculture, and water. A site-wide copy and typography pass brought consistency to every public page.</description>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>ATT&amp;CK and D3FEND views rebuilt to the canonical MITRE Navigator layout</title>
      <link>https://bidda.com/changelog#20260512</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260512</guid>
      <description>The /mitre-attack and /d3fend matrices now use the same horizontal-scroll Navigator pattern as /atlas: one column per tactic, technique cards stacked under each header, click to open a detail panel with the BLUF, the linked node_id, the external attack.mitre.org / d3fend.mitre.org URL, and an Open Node button. D3FEND also shows &quot;Counters ATT&amp;CK&quot; with a cross-matrix link.</description>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · MITRE</category>
    </item>
    <item>
      <title>Institutional trust signals added to About + legal trio</title>
      <link>https://bidda.com/changelog#20260512</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260512</guid>
      <description>New &quot;Who Builds Bidda&quot; section on /about with CIPC registration number 2026/363776/07, Cape Town registered office, integrity endpoint, and the public legal trio. Privacy, Disclaimer, Terms, and Refund Policy footers now carry the CIPC number and Cape Town office. Nav: &quot;ATLAS&quot; link replaced with &quot;MITRE&quot; pointing at the hub.</description>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Trust</category>
    </item>
    <item>
      <title>Registry crossed 5,419 nodes across 34 sovereign pillars</title>
      <link>https://bidda.com/changelog#20260511</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260511</guid>
      <description>Latest CAPEC and D3FEND density batches landed. 10,108 verified compliance nodes are now live across 39 industries, including a MITRE layer across 6 frameworks (ATT&amp;CK Enterprise/Mobile/ICS, ATLAS, D3FEND, CAPEC). Zero critical schema violations.</description>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Registry</category>
    </item>
    <item>
      <title>CAPEC added as the 6th MITRE framework in the Rosetta Stone</title>
      <link>https://bidda.com/changelog#20260511</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260511</guid>
      <description>CAPEC (Common Attack Pattern Enumeration and Classification) joined ATT&amp;CK Enterprise, ATT&amp;CK Mobile, ATT&amp;CK ICS, ATLAS, and D3FEND. The MCP get_mitre_mapping tool now recognises CAPEC-NN technique IDs and returns the cross-framework mapping. Reverse mappings into OWASP ASVS, NIST 800-53, ISO 27001, PCI DSS applied.</description>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · MITRE</category>
    </item>
    <item>
      <title>MCP server and /scan endpoint live</title>
      <link>https://bidda.com/changelog#20260511</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260511</guid>
      <description>Bidda is reachable from any MCP client (Claude Desktop, Cursor, Windsurf, claude.ai connectors) at https://bidda.com/mcp with 9 tools across discovery and runtime intelligence. The /scan REST endpoint accepts source code or a git diff and returns ranked regulatory matches plus a risk level. Free for discovery, $0.01 USDC for full vault unlocks.</description>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Platform</category>
    </item>
    <item>
      <title>Free sample node published: EU AI Act Article 10</title>
      <link>https://bidda.com/changelog#20260504</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260504</guid>
      <description>EU AI Act Article 10 (Data Governance for High-Risk AI Systems) is publicly accessible without payment so prospective buyers can see exactly what a full 13-key vault node contains. Deterministic workflow, actionable schema, 7 primary legal citations, framework crosswalks.</description>
      <pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Registry</category>
    </item>
    <item>
      <title>Registry fully source-traceable and audit-ready</title>
      <link>https://bidda.com/changelog#20260430</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260430</guid>
      <description>Every workflow step in every node now traces directly to its primary source instrument. No placeholder or unverified content reaches customers: each step is grounded in the cited regulation, standard, or framework.</description>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Quality</category>
    </item>
    <item>
      <title>Weekly Source Integrity Watcher live (Phase 4b.1)</title>
      <link>https://bidda.com/changelog#20260429</link>
      <guid isPermaLink="true">https://bidda.com/changelog#20260429</guid>
      <description>Every primary source URL in the registry is now fingerprinted weekly by TLS SPKI hash and content SHA-256. Tamper-evident git Merkle chain. Public health endpoint at /api/v1/registry-health.json with no authentication required.</description>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <dc:creator>Bidda Engineering</dc:creator>
      <category>Changelog · Trust</category>
    </item>
  </channel>
</rss>
