Skip to content

Commit 9875a73

Browse files
blafourcadeclaude
andcommitted
docs(framework): drop contributors section, add 4 static badges
- Remove the Contributors section; contrib.rocks fails on a private repo and the plain link to the contributors graph adds no signal that the GitHub sidebar does not already show. - Add four static shields that render regardless of repo visibility: Conventional Commits (matches commitlint enforcement), git hooks via lefthook (matches lefthook.yml), Built for Claude Code (audience signal), Maintained yes (status signal pointing at the commit log). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a60b09f commit 9875a73

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
5+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://www.conventionalcommits.org/)
6+
[![Git hooks: lefthook](https://img.shields.io/badge/git%20hooks-lefthook-007ACC.svg)](https://lefthook.dev/)
7+
[![Built for Claude Code](https://img.shields.io/badge/built%20for-Claude%20Code-D97757.svg)](https://docs.anthropic.com/en/docs/claude-code)
8+
[![Maintained](https://img.shields.io/badge/maintained-yes-success.svg)](https://github.com/ai-driven-dev/aidd-framework/commits/main)
59

610
<!-- TODO: re-enable these badges when the repo goes public; both shields.io and the GitHub Actions badge endpoint return "not found" while the repo is private:
711
[![Latest Release](https://img.shields.io/github/v/release/ai-driven-dev/aidd-framework?include_prereleases&sort=semver)](https://github.com/ai-driven-dev/aidd-framework/releases)
@@ -66,15 +70,4 @@ To add or modify elements (agents, commands, rules, skills, or templates), see t
6670

6771
By participating you agree to our [Code of Conduct](./CODE_OF_CONDUCT.md). For security issues, see [SECURITY.md](./SECURITY.md).
6872

69-
## Contributors
70-
71-
See the [contributors graph](https://github.com/ai-driven-dev/aidd-framework/graphs/contributors) on GitHub.
72-
73-
<!-- TODO: when the repo goes public, swap this section back to the contrib.rocks mosaic:
74-
<a href="https://github.com/ai-driven-dev/aidd-framework/graphs/contributors">
75-
<img src="https://contrib.rocks/image?repo=ai-driven-dev/aidd-framework" alt="aidd-framework contributors" />
76-
</a>
77-
contrib.rocks requires public repo access; it returns no image while the repo is private. -->
78-
79-
8073
[Back to main repo](https://github.com/ai-driven-dev/aidd/blob/main/README.md)

0 commit comments

Comments
 (0)