Skip to content

context-engine/speckey

Repository files navigation

Speckey Implementation

A high-performance Mermaid diagram parser and specification engine.

Project Structure

This project is a Bun-powered monorepo mirroring the structure of 03-architecture.

  • packages/io/ - File discovery and filtering
  • packages/parser/ - Mermaid and diagram-specific parsing
  • packages/entity/ - Entity construction logic
  • packages/resolver/ - Type and package resolution
  • packages/validation/ - Post-parse validation
  • packages/database/ - Dgraph persistence
  • packages/shared/ - Common types and interfaces

Getting Started

Prerequisites

  • Bun installed

Installation

bun install

Development

# Run tests for all packages
bun test

# Lint and format
bun run check

Quality Gate

  • Biome: Linting and formatting
  • Bun Test: Unit and integration testing
  • Stryker: Mutation testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages