Skip to content

VictorGjn/modular-patchbay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

675 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modular-patchbay (modular-studio)

⚠️ This repo has moved to the modular monorepo.

The Studio visual IDE now lives at apps/studio/ in the unified monorepo.

New location

Repo: github.com/VictorGjn/modular
Path: apps/studio/

Why?

Studio and Crew share significant code — types, providers, worktree manager, context engine. The monorepo eliminates duplication via shared packages:

Package What's shared
@modular/core Types, Zod schemas, DepthLevel, Fact, Agent types
@modular/providers StudioProvider interface, MockProvider
@modular/worktree Git worktree isolation (was literally forked)
@modular/context SystemPromptBuilder, ReactiveCompaction, ContextCollapse
@modular/harness FactBus, Mailbox, HookRunner, BudgetGuard, Presets
@modular/ui Shared design tokens + React components

Quick start (new repo)

git clone https://github.com/VictorGjn/modular.git
cd modular
bun install
bun run build
cd apps/studio && npm run dev

This repo is archived. All new development happens in the monorepo.

About

Context engineering IDE for AI agents. Design knowledge pipelines, not just prompts.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors