Skip to content

Epic: v0.4 — Deterministic Engine Pipeline (Rules + Bundling + Context Chain) #147

Description

@ajianaz

Overview

Implement the deterministic pre-LLM engine pipeline: rule engine, file bundling, and context chain extraction. Three deeply intertwined features in a single PR.

Features

Architecture

diff → diff_parser → rules engine → bundling → [parallel per bundle] → context chain → LLM → merge

Key Decisions

  • Pure regex for rules (no tree-sitter)
  • syn crate for Rust AST (context chain)
  • Single PR, branch feat/v0.4-engine from develop
  • All loop/concurrency config default: 5

New Dependencies

  • syn = 2 (Rust AST)

Est. Effort: 7-10 days

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions