You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Open Integrity** is an initiative by [Blockchain Commons](https://www.blockchaincommons.com) to integrate cryptographic trust mechanisms into Git repositories. By leveraging Git's native SSH signing capabilities and structured verification processes, we ensure transparency, provenance, and immutability for software projects.
15
16
@@ -50,6 +51,8 @@ This repository contains the core implementation and documentation for the Open
50
51
- ๐ [Problem Statement](docs/Open_Integrity_Problem_Statement.md) โ Challenges & solutions for cryptographic roots of trust using Git repositories
51
52
- ๐ [CLI One-Liners](docs/Open_Integrity-CLI_One_Liners.md) โ Practical command-line shortcuts for Open Integrity
52
53
- ๐ [Repository Structure](docs/Open_Integrity_Repo_Directory_Structure.md) โ Open Integrity repository structure reference
54
+
- ๐ง [Repository Structure Implementation](docs/Repository_Structure_Implementation.md) โ Guide to implementing the `.repo` directory structure
55
+
- ๐ [Implementation Strategy](docs/Implementation_Strategy.md) โ Roadmap for evolving from proof-of-concept to production
53
56
- ๐ฃ๏ธ [Project Roadmap](ROADMAP.md) โ Development milestones and plans
54
57
- ๐ค [Contributing Guidelines](CONTRIBUTING.md) โ How to contribute
๐น Developing integration with CI/CD & key management solutions
126
+
๐น Standard repository structure implemented with `.repo` directory
127
+
๐น Tools for managing authorized signers and verifying integrity
128
+
๐น GitHub Actions workflow for automated integrity verification
108
129
๐น **Not yet production-ready**
109
130
110
-
๐ See our [ROADMAP.md](ROADMAP.md)for detailed development plans and our [Development Phases](https://github.com/BlockchainCommons/Community/blob/master/release-path.md) for general approach.
131
+
๐ See our [Implementation Strategy](docs/Implementation_Strategy.md) and [ROADMAP.md](ROADMAP.md) for detailed development plans.
111
132
112
133
## โ Issue Management
113
134
@@ -137,8 +158,8 @@ We welcome contributions from developers, researchers, and security experts!
0 commit comments