Skip to content

Commit caa2cba

Browse files
authored
chore: merge develop -> main (ESDB, Skills Builder, MCP Generator, docs)
2 parents b007c55 + 8787756 commit caa2cba

982 files changed

Lines changed: 7451 additions & 2 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.

AGENTS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,15 @@ All changes follow: **propose → check → execute → verify → record**.
5656
- `src/specsmith/epistemic/` — compatibility shim
5757
- `src/specsmith/integrations/` — agent platform adapters (agent-skill)
5858
- `src/specsmith/templates/` — Jinja2 scaffold templates
59-
- `tests/` — 448 tests (pytest)
59+
- `src/specsmith/esdb/` — ChronoMemory ESDB Python bridge (bridge.py)
60+
- `src/specsmith/eval/` — Eval-Driven Development framework (builtins, runner)
61+
- `src/specsmith/skills_builder.py` — AI-powered Skills Builder (SkillNet ontology)
62+
- `src/specsmith/mcp_generator.py` — MCP Server Generator (FastMCP scaffolding)
63+
- `src/specsmith/agent/hf_sync.py` — HuggingFace leaderboard sync
64+
- `src/specsmith/agent/spawner.py` — Sub-agent spawner with role-based tool subsets
65+
- `src/specsmith/agent/teams.py` — Predefined agent team compositions
66+
- `crates/chronomemory/` — ChronoMemory ESDB Rust engine (WAL, projection, dependency, rollback, context packs)
67+
- `tests/` — 582 Python tests + 19 Rust ESDB tests
6068
- **All governance files live in `docs/`** (except AGENTS.md at root):
6169
- `docs/SPECSMITH.yml` — project scaffold config (canonical; uppercase like all governance files)
6270
- `docs/ARCHITECTURE.md` — architecture reference

0 commit comments

Comments
 (0)