Skip to content

udx/dev.kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev.kit: The Thin Empowerment Layer

Experienced engineering flow with high-fidelity, deterministic results.

dev.kit resolves the Drift (intent divergence) by Normalizing it into a deterministic path and Iterating to resolution. It acts as a Thin Empowerment Layer that bridges human intent with repository truth via Context-Driven Engineering (CDE).

1. Grounding (The Bridge)

Intent is mapped to repo-specific logic and normalized into a deterministic execution plan. Grounding Bridge

2. Normalization (The Gate)

Capabilities are resolved at runtime through a Dynamic Discovery Engine that scans script headers and skills. Normalization Gate

3. Execution (The Engine)

AI iterates through instruction steps with deterministic validation and real-time status updates. Execution Engine

Standard Engineering Flow

dev.kit provides a Thin Empowerment Layer that bridges chaotic intent with deterministic repository functions.

Phase Description Implementation
1. Grounding UDX Worker provides the isolated, pre-hydrated base environment. udx/worker
2. Discovery Skill Mesh resolves internal commands and @udx NPM packages. @udx/mcurl
3. Normalize AI Reasoning Skills transform intent into a bounded workflow.md. SKILL.md
4. Execute Deterministic Primitives execute the logic within the CLI boundary. lib/commands/

Core Interface

  • dev.kit status: (Default) High-fidelity engineering brief and system health.
  • dev.kit doctor: Verify environment health, software detection, and compliance.
  • dev.kit ai: Unified agent integration management and grounding.
  • dev.kit sync: Logical, atomic repository synchronization and drift resolution.
  • dev.kit task: Manage the lifecycle of active workflows and engineering sessions.

Execution: Run any repository-bound skill with dev.kit skills run <name>.


Documentation

The dev.kit knowledge base is structured to reflect CDE Principles.

  • Foundations: Core philosophy (CDE), dev.kit primitives, and methodology.
  • Runtime: CLI overview, lifecycle, and execution loops.
  • AI Integration: Grounded orchestration and agent mission.
  • Best Practices: High-fidelity engineering rules and command mappings.

Install

curl -fsSL https://udx.dev/dev.kit/install.sh | bash

📚 Authoritative References

The dev.kit mission is grounded in foundational research on high-fidelity automation and AI orchestration:


UDX DevSecOps Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors