Skip to content

Repository files navigation

ChittyPrime

ChittyPrime: where intent becomes infrastructure.

ChittyPrime is the first-builder fractal for ChittyOS. It turns rough intent—an idea, spec, workflow, schema, agent, or repo—into a governed build packet that can be validated, certified, registered, and executed.

What this repo currently implements

  • A concrete builder.fractal repo scaffold for ChittyPrime
  • JSON Schemas for the builder scope, build packet, and drop-spec request envelope
  • A POST /api/v1/builds endpoint that decomposes a raw spec into identity, authority, connectivity, execution, evidence, evaluation, and evolution layers
  • Initial generated-artifact planning, blocker reporting, and TY/VY/RY score output

Bootstrap builders

BuilderResponsibility
You / product authorityNaming, doctrine, and final approval
ChittyCanonCanon terms and canonical URI approval
ChittySchemaScope and build-packet contracts
ChittyCertifyCertification gates for generated scaffolds
ChittyRegisterScope registration after compliance
ChittyTrust / ChittyScoreTY / VY / RY scoring
ChittyPrime bootstrap agentInitial scaffold generation

Build flow

Raw intent
→ ChittyPrime
→ Build Packet
→ Scaffold
→ Validate
→ Certify
→ Execute

API

POST /api/v1/builds

Creates a builder scope from a raw specification and returns a decomposed build packet plus blockers and next actions.

Example request:

{
"input_type": "spec",
"target_artifact_type": "service",
"title": "ChittyPrime Builder Fractal",
"raw_spec": "Turn rough intent into governed build packets.",
"constraints": {
"no_new_database": true,
"use_existing_scope_model": true
},
"desired_outputs": [
"CHARTER.md",
"CHITTY.md",
"AGENTS.md",
"scope.json",
"build-packet.schema.json"
],
"execution_mode": "scaffold_only"
}

Schemas

The initial builder contracts live in identity/schemas:

  • builder.fractal.schema.json
  • build-packet.schema.json
  • drop-spec-request.schema.json

Commands

npm install
npm run validate:fractal
npm run build
npm test
npm run lint

About

ChittyPr1me

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages