Anasayfaya güven ve ekosistem bölümü ekle#621
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds a "Güven ve ekosistem" section after the products grid, showing security posture, multi-AI provider routing, integration permissions, and device ecosystem connections in one place — reusing the existing card/BrandLockup visual language, no changes to panel or OAuth flows. Also fixes GIT_DIR/GIT_WORK_TREE leaking from the pre-commit hook (run from a linked worktree) into git subprocess calls spawned by tests and by tests/cando/test_branch_cleanup_review.py's own throwaway repo, which broke that test for any commit made from a worktree. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
candasoz01-cmd
force-pushed
the
claude/homepage-trust-ledger
branch
from
July 17, 2026 13:26
be0fdd5 to
4b5cf19
Compare
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.
Özet
panel.astro,auth.astroveya OAuth/bridge kodlarına hiç dokunulmadı.GIT_DIRortam değişkeninin pre-commit hook'tan testlere sızması,tests/cando/test_branch_cleanup_review.py'yi kırıyordu (bu PR'ın konusuyla ilgisiz, altyapısal bir hata). Kök nedende (.githooks/pre-commit) tek satırlıkunsetile düzeltildi.Tasarım süreci
İki görsel varyant hazırlanıp kullanıcıya sunuldu ("Orkestrasyon Çekirdeği" vs "Güven Panosu"); kullanıcı "Güven Panosu"nu seçti, bu PR onu uyguluyor.
Test planı
npm run build(ui) — hatasızpytest— 1318 passed, 3 skippednpm run e2e:smoke(panel smoke) — PASSCo-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Note
Low Risk
Public marketing and i18n on
index.astroplus a dev-hook/test isolation fix; no panel, auth, or OAuth changes.Overview
Adds a "Trust and ecosystem" (
#ekosistem) block on the landing page right after product layers: a security-status card plus three brand shelves (multi-AI, integrations, smart devices) usingBrandLockup, with matching TR/EN copy and nav label Trust / Güven.Also fixes worktree pre-commit leakage:
.githooks/pre-commitunsetsGIT_DIR/GIT_WORK_TREE(and related vars), andtests/cando/test_branch_cleanup_review.pystripsGIT_*from subprocess env so throwaway test repos are not pointed at the main repo.Reviewed by Cursor Bugbot for commit 4b5cf19. Bugbot is set up for automated code reviews on this repo. Configure here.