Skip to content

Commit 275e815

Browse files
docs: add badges, fix naming consistency, improve ecosystem links
- Add license/Go Report Card badges to README header - Standardize naming: CogOS (prose), cogos (binary/repo) - Add cross-repo ecosystem references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8e7c8bf commit 275e815

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Constellation Protocol — Proof of Concept
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/cogos-dev/constellation)](https://goreportcard.com/report/github.com/cogos-dev/constellation)
5+
36
A distributed identity protocol where trust is earned through temporal consistency, not granted by authority.
47

58
Each node maintains a hash-chained event ledger in a git repository, broadcasts signed state snapshots to peers, and derives trust from behavioral history rather than certificate authority. Stolen keys are insufficient for impersonation because trust is coupled to the full event chain, not just a credential.

0 commit comments

Comments
 (0)