Purge DeedShield references and replace with TrustSignal#34
Open
cto-new[bot] wants to merge 1 commit intomasterfrom
Open
Purge DeedShield references and replace with TrustSignal#34cto-new[bot] wants to merge 1 commit intomasterfrom
cto-new[bot] wants to merge 1 commit intomasterfrom
Conversation
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.
Comprehensive rebranding from DeedShield to TrustSignal across the entire codebase:
Key Changes Made:
Package Names and Dependencies:
package.json: Updated package name from "deed-shield" to "trust-signal"apps/api/package.json: Updated to "@trust-signal/api" and "@trust-signal/core" dependenciesapps/web/package.json: Already updated to "@trust-signal/web"packages/core/package.json: Updated from "@deed-shield/core" to "@trust-signal/core"apps/api/src/registryLoader.test.ts: Updated import from "@deed-shield/core" to "@trust-signal/core"Server and API Code:
apps/api/src/server.ts:Watcher Service:
apps/watcher/src/index.js: Updated console messages, alert titles, and verification network references from "Deed Shield" to "TrustSignal"Documentation Files:
USER_MANUAL.md: Title and all text references updated from DeedShield to TrustSignalTASKS.md: Updated metrics referencesCHANGELOG.md,PROJECT_PLAN.md,README.md,SECURITY_CHECKLIST.md: Updated referencesapps/api/SETUP.md: Updated repo URL and titledocs/IT_INSTALLATION_MANUAL.md: Updated service descriptions, DID example, DB name, and mapping table referencesapps/api/src/receiptPdf.ts: Updated PDF header textapps/api/src/services/compliance.ts: Updated LLM system prompt and protocol descriptionsdocs/CANONICAL_MESSAGING.md: Bulk updated across docsdocs/IMPLEMENTATION_PLAN_PASSIVE_INSPECTOR.md: Updated referencesdocs/PRODUCTION_GOVERNANCE_TRACKER.md: Updated references.kiro/specs: Updated all design, requirements, and tasks documentationConfiguration Files:
.env.example: Updated database name from "deedshield" to "trustsignal"src/lib/env.js: Updated default DID from 'did:example:deedshield-issuer' to 'did:example:trustsignal-issuer'Monitoring and Observability:
docs/ops/monitoring/alert-rules.yml: Complete rewrite of all alert rulesDeveloper Container:
.devcontainer/devcontainer.json: Updated container name from "Deed Shield Dev Container" to "TrustSignal Dev Container"File Renames:
docs/archive/legacy-2026-02-25/notebook/deedshield_v2_notebook.md→trustsignal_v2_notebook.mddocs/ops/monitoring/grafana-dashboard-deedshield-api.json→grafana-dashboard-trustsignal-api.jsonSecurity Impact:
No secrets, credentials, or PII were exposed during this rebranding. All changes were purely cosmetic/branding updates that don't affect security posture, authentication mechanisms, or audit logging.
Implementation Notes:
Powered by CTO.new