Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
20beb54
feat: Add ConfigurableAgent with tool isolation and DefectRouter
antmikinka Mar 24, 2026
2630b38
feat(pipeline): Add PhaseContract, AuditLogger, and DefectRemediation…
antmikinka Mar 26, 2026
ec86362
fix(agents): resolve AgentDefinition/AgentConstraints dataclass misma…
antmikinka Mar 26, 2026
efb1ca7
feat(pipeline): GAIA pipeline orchestration engine P1-P6
antmikinka Mar 27, 2026
c290ed7
feat(pipeline): add missing metrics, agents/definitions, and test mod…
antmikinka Mar 27, 2026
375091e
chore: add __version__.py from pipeline proposal
antmikinka Mar 27, 2026
7e7ff14
Merge branch 'amd:main' into feature/pipeline-orchestration-v1
antmikinka Mar 30, 2026
4345b92
docs: Add PR description for pipeline orchestration feature
antmikinka Mar 30, 2026
969eefe
feat(pipeline): fix engine wiring, add CLI stub, docs, examples, and …
antmikinka Mar 30, 2026
5d167c4
feat(pipeline): complete metrics dashboard, template management, and …
antmikinka Mar 31, 2026
31de02f
feat(eval): integrate pipeline performance metrics with agent eval fr…
antmikinka Mar 31, 2026
7832c7e
feat(pipeline): add model_id support across all pipeline layers
antmikinka Apr 1, 2026
eff99b6
Merge remote-tracking branch 'upstream/main' into feature/pipeline-or…
antmikinka Apr 1, 2026
8cce2d9
feat(pipeline): add demo scripts, Lemonade integration, and fix stub …
antmikinka Apr 1, 2026
eed48d2
feat(pipeline): propagate agent LLM outputs to state machine and impr…
antmikinka Apr 1, 2026
d14e3fe
chore: remove .claude/ from git tracking and update .gitignore
antmikinka Apr 4, 2026
b533669
feat(pipeline): implement RC#2 tool package and fix RC#6/RC#8 in Conf…
antmikinka Apr 4, 2026
1fbffb9
feat(pipeline): add artifact extractor for code file output and root …
antmikinka Apr 4, 2026
dc4ddda
docs: Add BAIBEL-GAIA Integration Master Specification - 4-phase road…
antmikinka Apr 5, 2026
32f4cf4
feat(baibel): Complete Phase 0, 1, 2 - BAIBEL Integration Framework
antmikinka Apr 6, 2026
d8f0269
feat(phase3): Sprint 1 - Modular Architecture Core Implementation
antmikinka Apr 6, 2026
505d22f
feat(phase3): Sprint 2 - Dependency Injection + Performance
antmikinka Apr 6, 2026
daf21f9
docs(spec): add KPI references, eval metrics, and GAIA Loom architect…
antmikinka Apr 6, 2026
64db788
feat(phase3): Sprint 3 - Caching + Enterprise Config
antmikinka Apr 7, 2026
c25982b
feat(phase3): Sprint 4 - Observability + API Standardization
antmikinka Apr 7, 2026
85b1f55
docs: Add Phase 3 Closeout Report - All 4 Sprints Complete
antmikinka Apr 7, 2026
7781ef9
fix(phase3): Resolve Phase 3 Sprint 4 integration test failures
antmikinka Apr 7, 2026
8b05805
feat(health): add Phase 4 Week 1 Health Monitoring module
antmikinka Apr 7, 2026
84ed269
feat(resilience): add Phase 4 Week 2 Resilience Patterns
antmikinka Apr 7, 2026
4c02e45
feat: add Phase 4 Week 3 Data Protection + Performance Profiling
antmikinka Apr 7, 2026
82a6d42
docs: add Phase 4 closeout report and update roadmap
antmikinka Apr 7, 2026
5931d85
chore: minor fixes and updates
antmikinka Apr 7, 2026
79b1861
docs: add branch change matrix for feature/pipeline-orchestration-v1
antmikinka Apr 7, 2026
d794360
docs: correct BAIBEL phase status and open items in branch-change-matrix
antmikinka Apr 7, 2026
078739b
docs: add PR #720 integration analysis for feature/pipeline-orchestra…
antmikinka Apr 7, 2026
08b93eb
docs: add agent ecosystem design spec, action plan, and senior-dev wo…
antmikinka Apr 8, 2026
57ee63d
feat(component-framework): implement template system with loader utility
antmikinka Apr 8, 2026
520bea3
feat(agents): add component framework tools to Agent base class
antmikinka Apr 8, 2026
8d6ffdd
feat(pipeline): add DomainAnalyzer stage with component integration
antmikinka Apr 8, 2026
a32187c
feat(pipeline): add WorkflowModeler stage for workflow pattern selection
antmikinka Apr 8, 2026
8dd22c1
feat(pipeline): add LoomBuilder stage for agent execution graph const…
antmikinka Apr 8, 2026
0c5f294
feat(pipeline): add PipelineExecutor stage for agent orchestration ex…
antmikinka Apr 8, 2026
e952716
feat(phase5): Complete component-framework templates and tool calling…
antmikinka Apr 8, 2026
f57e5ba
test(phase5): Add Quality Gate 7 validation tests and report
antmikinka Apr 8, 2026
fa3ef98
feat(pipeline): add autonomous agent spawning with GapDetector
antmikinka Apr 8, 2026
6f839a6
docs: update matrix and design docs for Phase 5 pull (970 files, 71 c…
antmikinka Apr 8, 2026
5c52eb8
docs: add PR #606 integration analysis for feature/pipeline-orchestra…
antmikinka Apr 8, 2026
41ee396
feat(phase5): Complete five-stage auto-spawn pipeline implementation
antmikinka Apr 9, 2026
49b6704
docs: update matrix for Phase 6 pull (984 files, 73 commits)
antmikinka Apr 9, 2026
e28a922
docs: Resolve Open Item 5 - Update design spec coherence for Phase 5/6
antmikinka Apr 9, 2026
52df806
docs: update matrix for Phase 6 pull (984 files, 74 commits)
antmikinka Apr 10, 2026
242e380
fix(pipeline): fix execute_tool dispatch bugs blocking real pipeline …
antmikinka Apr 10, 2026
71d5d48
fix(pipeline): resolve all hard-stop runtime bugs and wire gaia pipel…
antmikinka Apr 10, 2026
0ae23c9
test: fix E2E pipeline integration timeout after Session-2 changes
antmikinka Apr 11, 2026
9b19f90
fix(pipeline): resolve Session-3 quality review bugs and complete doc…
antmikinka Apr 11, 2026
3b6ebe6
test(pipeline): add SSE endpoint lock release and JSON serialization …
antmikinka Apr 11, 2026
c9abc59
docs: Final documentation coherence fixes for Phase 5 merge
antmikinka Apr 12, 2026
33686dd
feat(ui): Add Pipeline Runner page with SSE streaming execution UI
antmikinka Apr 12, 2026
859058f
fix(ui): Improve PipelineRunner accessibility and state management
antmikinka Apr 12, 2026
1761d70
fix(ui): Resolve TypeScript errors in PipelineRunner and API service
antmikinka Apr 12, 2026
4faa22e
fix(webui): resolve double /api prefix in pipeline API calls
antmikinka Apr 12, 2026
cf3469f
docs: update phase 5 status - runtime verified, all endpoints functional
antmikinka Apr 12, 2026
f22f48a
feat(webui): display agent ecosystem in Pipeline Runner
antmikinka Apr 12, 2026
8522e0b
docs: update phase 5 - agent ecosystem display added to Pipeline Runner
antmikinka Apr 12, 2026
54c5499
feat(phase5): milestone 3 pipeline agents, Agent UI rendering fixes, …
antmikinka Apr 12, 2026
0702252
fix(security): resolve EtherREPL P0/P1 vulnerabilities (SEC-001 throu…
antmikinka Apr 12, 2026
76675ea
docs: archive 62 historical documents and clean up documentation debt
antmikinka Apr 12, 2026
d187907
feat(pipeline): recursive pipeline SSE streaming and agent registry s…
antmikinka Apr 13, 2026
3838a8a
feat(ui): add visual drag-and-drop pipeline canvas
antmikinka Apr 24, 2026
9106a72
docs: add pipeline canvas user guide and SDK reference
antmikinka Apr 24, 2026
cea803a
fix(ui): resolve canvas TypeScript errors and React setState warning
antmikinka Apr 24, 2026
ef98904
feat(ui): add supervisor agents, decision gates, loop blocks, and wor…
antmikinka Apr 24, 2026
3ce237c
docs: update pipeline canvas implementation tracker with Tier 1-2 com…
antmikinka Apr 24, 2026
9a85250
feat(ui): add execution history, replay, and template versioning (Tie…
antmikinka Apr 24, 2026
b1a15ec
docs: update pipeline canvas guide with History tab and execution his…
antmikinka Apr 24, 2026
856f1b2
feat(ui): complete Tier 3 pipeline canvas - template marketplace, per…
antmikinka Apr 25, 2026
7c3a6a4
docs: update implementation tracker with Tier 3 completion details
antmikinka Apr 25, 2026
55b890d
feat(ui): add multiple independent loops, custom agent selection, fre…
antmikinka Apr 25, 2026
214c314
feat(agents): add 5 new supervisor agents with embedded system prompts
antmikinka Apr 25, 2026
957a7cb
fix(pipeline): wire canvas config, bridge quality scoring, enable res…
antmikinka Apr 25, 2026
574d142
fix(pipeline): resolve testing validation bugs in canvas wiring and q…
antmikinka Apr 25, 2026
961c7d5
fix(pipeline): fix canvas loop path -- artifact propagation and state…
antmikinka Apr 25, 2026
0ed82d4
fix(pipeline): consolidate event loops in ThreadPoolExecutor threads
antmikinka Apr 25, 2026
9bc85ec
fix(pipeline): resolve final quality review issues -- event loops, or…
antmikinka Apr 25, 2026
1ffd7a6
fix(pipeline): resolve UI wiring for supervisor/loop canvas nodes, de…
antmikinka Apr 25, 2026
c27e42e
feat(component-registry): add component framework registry UI and int…
antmikinka Apr 25, 2026
c3ccc4f
test(quality): add 35 unit tests for supervisor agent decisions
antmikinka Apr 25, 2026
0ab5554
fix(webui): resolve TypeScript build errors in metrics and templates
antmikinka Apr 25, 2026
ad4f7c6
chore: add runtime artifact exclusions, untrack chroma DB
antmikinka Apr 25, 2026
ee43966
fix(pipeline): add SEC-003 path traversal protection in artifact_extr…
antmikinka Apr 26, 2026
03d15bd
fix(pipeline): remove PipelineIsolation waste and fix agent ID collis…
antmikinka Apr 26, 2026
d3951f8
feat(pipeline): add artifact provenance tracking in PipelineSnapshot
antmikinka Apr 26, 2026
47c0c0c
feat(pipeline): add Sprint 1-2 integration tests (151 tests, 88% cove…
antmikinka Apr 26, 2026
5a37360
fix(pipeline): add resilience APIs and fix 28 integration tests
antmikinka Apr 26, 2026
97edfd7
feat(pipeline): wire PipelineEngine events to SSE stream, fix critica…
antmikinka Apr 26, 2026
fa8b17d
fix(resilience): consolidate ResilienceError, remove duplicate method
antmikinka Apr 26, 2026
eb0a838
feat(orchestration): add Phase 1 core orchestration kernel (89 tests)
antmikinka Apr 27, 2026
dd1d314
feat(orchestration): add Phase 2A ProjectSupervisor hierarchy (56 tests)
antmikinka Apr 27, 2026
dc02956
feat(orchestration): Phase 2B supervisor hierarchy — GitSupervisor + …
antmikinka Apr 27, 2026
6f95323
feat(orchestration): Phase 3 automation hooks — "Hooks Recalculate"
antmikinka Apr 27, 2026
e0ed934
feat(orchestration): Phase 4 parallel execution, conflict detection, …
antmikinka Apr 28, 2026
b3d707e
test(orchestration): add 7 edge-case tests for parallel execution engine
antmikinka Apr 28, 2026
5bd6ef8
feat(ui): orchestrator UI visibility layer — REST API + SSE streaming…
antmikinka Apr 28, 2026
8772238
docs: add orchestration user guide with 24 screenshots
antmikinka Apr 29, 2026
07b0e88
docs: generate PDF bundle of all 70 docs pages from branch
antmikinka Apr 29, 2026
248aebb
docs: add 132-commit pipeline orchestration spec sheets, PR plans, an…
antmikinka May 7, 2026
dbeb545
docs: add master spec sheet and planning documents for 132 pipeline o…
antmikinka May 8, 2026
dbff945
docs: add comprehensive work narrative with 4-layer framework for pip…
antmikinka May 8, 2026
f15fb19
fix: replace corrupted spec sheet with clean 124-entry PIPELINE-SPEC-…
antmikinka May 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
226 changes: 0 additions & 226 deletions .claude/agents/api-documenter.md

This file was deleted.

50 changes: 0 additions & 50 deletions .claude/agents/architecture-reviewer.md

This file was deleted.

104 changes: 0 additions & 104 deletions .claude/agents/blender-specialist.md

This file was deleted.

Loading