Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Versioning follows [Semantic Versioning](https://semver.org).

## Community

- **Discord** — [discord.gg/gQyXjVBF](https://discord.gg/gQyXjVBF) for
- **Discord** — [discord.gg/QFTD6tr9zu](https://discord.gg/QFTD6tr9zu) for
questions and discussion
- **GitHub Discussions** — on each repo, for longer-form topics
- **Documentation** — [docs.humanbound.ai](https://docs.humanbound.ai)
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ contact_links:
url: https://github.com/humanbound
about: Use the affected repo's Discussions tab for questions, ideas, and show-and-tell.
- name: Discord community
url: https://discord.gg/gQyXjVBF
url: https://discord.gg/QFTD6tr9zu
about: Chat with the community and the maintainers.
- name: Documentation
url: https://docs.humanbound.ai/
Expand Down
4 changes: 2 additions & 2 deletions REPO_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A reader landing on any Humanbound repo should recognise the layout instantly.
| A3 | Badge row: CI status, license, Discord, Documentation. Python packages add PyPI version, supported Python versions, and downloads | Shields.io badges with `style=flat-square&color=FD9506` |
| A4 | A `> 📖` markdown blockquote after the badges, pointing at the relevant area of `docs.humanbound.ai` | Single blockquote line |
| A5 | A copy-pastable Quick Start within the first 100 lines | Fenced shell block with the canonical install command |
| A6 | Contributing footer block with four bullets: 🐛 bug, 💡 feature, 🔒 security, 💬 Discord | Anchors to `issues/new/choose`, `SECURITY.md`, `discord.gg/gQyXjVBF` |
| A6 | Contributing footer block with four bullets: 🐛 bug, 💡 feature, 🔒 security, 💬 Discord | Anchors to `issues/new/choose`, `SECURITY.md`, `discord.gg/QFTD6tr9zu` |
| A7 | License footer naming the licence AND linking the other public Humanbound repos by name | `[Apache-2.0](./LICENSE)` plus inline links to sibling repo URLs |

---
Expand Down Expand Up @@ -100,7 +100,7 @@ Repos cross-link so readers can find related projects.
| E1 | The README's License section names the **other** public Humanbound repos by name and links them | README footer |
| E2 | The README points at `docs.humanbound.ai` in three places: the badge row, the docs callout, and the relevant sub-area path | README |
| E3 | Brand assets live at the same path in every repo: `assets/logo-light.svg` and `assets/logo-dark.svg` | Filesystem |
| E4 | Discord invite is `discord.gg/gQyXjVBF` everywhere. One source of truth | grep `discord.gg/` |
| E4 | Discord invite is `discord.gg/QFTD6tr9zu` everywhere. One source of truth | grep `discord.gg/` |
| E5 | When a package interoperates with a sibling (e.g. `pip install humanbound[firewall]`), the README has a "Using with X" section that names and links the sibling | README |

---
Expand Down
4 changes: 2 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Most testing tools test prompts. Humanbound tests agents.
<a href="https://pypi.org/project/humanbound/"><img src="https://img.shields.io/pypi/dm/humanbound?style=flat-square&color=FD9506" alt="Downloads"/></a>
<a href="https://github.com/humanbound/humanbound/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/humanbound/humanbound/ci.yml?style=flat-square&color=FD9506" alt="CI"/></a>
<a href="https://github.com/humanbound/humanbound/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-FD9506?style=flat-square" alt="License"/></a>
<a href="https://discord.gg/WgTMpmSFtN"><img src="https://img.shields.io/badge/discord-community-FD9506?style=flat-square" alt="Discord"/></a>
<a href="https://discord.gg/QFTD6tr9zu"><img src="https://img.shields.io/badge/discord-community-FD9506?style=flat-square" alt="Discord"/></a>
<a href="https://docs.humanbound.ai/"><img src="https://img.shields.io/badge/docs-humanbound.ai-FD9506?style=flat-square" alt="Docs"/></a>
</p>

Expand Down Expand Up @@ -104,7 +104,7 @@ loop, release process, and DCO sign-off requirement (see [DCO.md](https://github
- 🐛 [Report a bug](https://github.com/humanbound/humanbound/issues/new/choose)
- 💡 [Request a feature](https://github.com/humanbound/humanbound/issues/new/choose)
- 🔒 [Report a security issue](https://github.com/humanbound/humanbound/blob/main/SECURITY.md) — **not via public Issues**
- 💬 [Join Discord](https://discord.gg/WgTMpmSFtN)
- 💬 [Join Discord](https://discord.gg/QFTD6tr9zu)

## License

Expand Down