Skip to content

Commit a7d453e

Browse files
author
HMG CI
committed
sync from HMG monorepo 4adb913 (2026-05-29)
1 parent 2d21621 commit a7d453e

161 files changed

Lines changed: 1530 additions & 10473 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-release.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.github/workflows/pages.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
3030
### Edition features
3131

3232
- **Community Edition**: Keyword search, 50K atoms, 5 agents, 5 instances, full correction/governance lifecycle, all 8 MCP tools, 7 agent integrations, 15 locales
33-
- **Developer Edition**: Advanced recall engine, automated knowledge maintenance, software-engineering Domain Pack, unlimited atoms and agents
33+
- **Developer Edition**: One-Shot Recall Engine, automated consolidation, software-engineering Domain Pack, unlimited atoms and agents
3434
- **Enterprise Edition**: All Domain Packs, SSO/SAML/OIDC, RBAC, audit export, enterprise connectors, multi-tenant
3535

3636
## [0.6.2] — 2026-05-17

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
**security@hmg2ai.com**.
63+
**monkseekee@gmail.com**.
6464

6565
All complaints will be reviewed and investigated promptly and fairly.
6666

CONTRIBUTING.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,17 @@ We accept contributions to:
1212
|---|---|
1313
| **Protocol** | New wire types, schema fixes, spec clarifications |
1414
| **SDKs** | Bug fixes, new language SDKs, API surface improvements |
15-
| **Agent Adapters** | Integration configs and prompts for new AI agents |
1615
| **Documentation** | Typos, new guides, translations, clarifications |
1716
| **Examples** | New integration examples, platform-specific guides |
1817
| **Certification** | New conformance tests, test infrastructure |
1918
| **MCP schemas** | Schema fixes, new tool proposals |
2019

2120
We do **not** accept contributions to:
22-
- Engine internals (recall engine, knowledge maintenance, ranking)
21+
- Engine internals (One-Shot Recall, consolidation, ranking, fusion)
2322
- Domain pack tuning (classification rules, extraction profiles)
2423
- Evaluation datasets or benchmark fixtures
2524
- Enterprise features (SSO, RBAC, audit)
2625

27-
### Agent Adapter Contributions
28-
29-
To add support for a new AI agent (e.g., Hermes, Aider, Continue.dev):
30-
31-
1. Create `examples/agent-adapter/your-agent/` with:
32-
- `README.md` — setup instructions for that agent
33-
- MCP config template (JSON)
34-
- System prompt fragment (Markdown)
35-
- Example session (Markdown)
36-
2. Follow the existing [Hermes adapter](examples/agent-adapter/hermes/) as a template.
37-
3. Your adapter is **purely configuration** — no HMG binary changes needed.
38-
3926
## Contribution Workflow
4027

4128
### 1. Sign your work (DCO)
@@ -86,7 +73,7 @@ Please use [GitHub Issues](https://github.com/HMG-AI/HMG-public/issues) and incl
8673

8774
**Do not report security vulnerabilities in public GitHub issues.**
8875

89-
Instead, email **security@hmg2ai.com** with:
76+
Instead, email **monkseekee@gmail.com** with:
9077
- Description of the vulnerability
9178
- Steps to reproduce
9279
- Potential impact
@@ -128,7 +115,7 @@ mypy hmg/
128115

129116
- 💬 [GitHub Discussions](https://github.com/HMG-AI/HMG-public/discussions) — questions, ideas, show & tell
130117
- 🐛 [GitHub Issues](https://github.com/HMG-AI/HMG-public/issues) — bugs and feature requests
131-
- 📧 security@hmg2ai.com — security and private inquiries
118+
- 📧 monkseekee@gmail.com — security and private inquiries
132119

133120
## License
134121

0 commit comments

Comments
 (0)