The Edge Agent
Neurosymbolic AI agent framework (LLM + Prolog reasoning, Python and Rust) running BMAD's story and QA-gate workflow at real scale — hundreds of story files and QA artifacts — while skipping the PRD and architecture documents.
Reviewed last month · Jul 19, 2026
- Stars
- 29
- Contributors
- 4
- Open issues
- 2
- Age
- 2 years
- Last push
- 15 hours ago
- Latest release
- v0.9.108 May 7, 2026
View weekly commit data
| Week starting | Commits |
|---|---|
| Aug 23, 2026 | 0 |
| Aug 16, 2026 | 0 |
| Aug 9, 2026 | 0 |
| Aug 2, 2026 | 0 |
| Jul 26, 2026 | 0 |
| Jul 19, 2026 | 0 |
| Jul 12, 2026 | 0 |
| Jul 5, 2026 | 0 |
| Jun 28, 2026 | 0 |
| Jun 21, 2026 | 0 |
| Jun 14, 2026 | 0 |
| Jun 7, 2026 | 0 |
| May 31, 2026 | 0 |
| May 24, 2026 | 0 |
| May 17, 2026 | 0 |
| May 10, 2026 | 6 |
| May 3, 2026 | 7 |
| Apr 26, 2026 | 14 |
| Apr 19, 2026 | 13 |
| Apr 12, 2026 | 1 |
| Apr 5, 2026 | 4 |
| Mar 29, 2026 | 10 |
| Mar 22, 2026 | 3 |
| Mar 15, 2026 | 9 |
| Mar 8, 2026 | 0 |
| Mar 1, 2026 | 8 |
| Feb 22, 2026 | 1 |
| Feb 15, 2026 | 0 |
| Feb 8, 2026 | 0 |
| Feb 1, 2026 | 32 |
| Jan 25, 2026 | 53 |
| Jan 18, 2026 | 62 |
| Jan 11, 2026 | 95 |
| Jan 4, 2026 | 131 |
| Dec 28, 2025 | 40 |
| Dec 21, 2025 | 92 |
| Dec 14, 2025 | 25 |
| Dec 7, 2025 | 9 |
| Nov 30, 2025 | 16 |
| Nov 23, 2025 | 0 |
| Nov 16, 2025 | 1 |
| Nov 9, 2025 | 0 |
| Nov 2, 2025 | 0 |
| Oct 26, 2025 | 0 |
| Oct 19, 2025 | 0 |
| Oct 12, 2025 | 0 |
| Oct 5, 2025 | 0 |
| Sep 28, 2025 | 0 |
| Sep 21, 2025 | 0 |
| Sep 14, 2025 | 0 |
| Sep 7, 2025 | 0 |
| Aug 31, 2025 | 0 |
Metrics updated Aug 27, 2026 · collected automatically from the GitHub API
Spec structure
- Location
docs/- Formats
- Markdown, YAML
- Notes
docs/stories/holds 366 story files with prefixed IDs (TEA-*,BUG.*,TD.*,RUST.*), including 21 epic story files;docs/qa/assessments/holds 280 date-stamped assessment docs anddocs/qa/gates/232 YAML gate files. The 75-file.bmad-core/install (agents, tasks, templates, checklists, workflows) configuresdocs/prd.mdanddocs/architecture.md— neither exists; the project runs the story + QA-gate loop only.
Assessment drift: none
Spec-to-code drift
None observed while the project was moving: docs/ took 415 commits through 2026-05-07, and the last docs commit
trailed the repository’s final push by only about nine days — stories, QA gates, and code moved together. The
caveat is direction, not divergence: the repository has been quiet since 2026-05-17, and BMAD’s configured PRD and
architecture artifacts were never created, so the practice here is the story + QA-gate loop rather than the full
BMAD document stack.
Defects and rework
Not yet assessed in trend terms, but the raw material is unusual: 280 QA assessment docs and 232 YAML gate files
under docs/qa/, plus dedicated BUG.* and TD.* (technical debt) story prefixes — a future review could
measure rework directly from the gate outcomes.
Maintenance outcomes
Not yet assessed. Notable as one of the heavier real-world BMAD users we have seen: 366 stories and over 500 QA
artifacts across a release train that reached v0.9.108, maintained alongside sizeable skill trees in
.claude/skills/ and .agents/skills/.
Timeline
-
Latest docs update
`chore(release): bump version to 0.9.108`.
-
BMAD core installed
The full 75-file `.bmad-core/` install landed in a single commit.
-
First docs commit
Oldest commit on `docs/`: `feat: implement yaml engine core logic src/the_edge_agent/yaml_engine.py`.