Skip to content

GBOGEB/ABACUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,003 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABACUS — 12-Cluster Analysis Framework

Version Completion Build Tests Coverage GitHub Pages Workflows Dashboards Tuple Validation Progress Tracker License PRs Welcome

Project: Multi-Agent Cryogenic Engineering Analysis System
Current Version: v4.4.0 — Release Published; Workflow Activation Pending
Quality Score: 92.1/100
Last Updated: 2026-05-18

A recursive, self-improving multi-agent system applying DMAIC methodology to cryogenic engineering analysis, built around a 12-Cluster Architecture with DOW governance, KEB execution, and GBOGEB observability.


🧭 12-CLUSTER PRIMARY NAVIGATION

ABACUS is organized first by the canonical 12-CLUSTER contract.

Cluster Phase Primary Responsibility Entry Points
C1-C2 Phase 1 (Define) Discovery and intake DMAIC_V3/phases/phase1_define.py
C3-C4 Phase 2 (Measure) Static metrics and baselines DMAIC_V3/phases/phase2_measure.py
C5-C6 Phase 3-4 (Analyze/Improve) Root-cause and implementation changes DMAIC_V3/phases/phase3_analyze.py, DMAIC_V3/phases/phase4_improve.py
C7-C8 Phase 5-6 (Control/Knowledge) Quality control and orchestration hub DMAIC_V3/phases/phase5_control.py, DMAIC_V3/phases/phase6_knowledge.py, DMAIC_V3/core/twelve_cluster_orchestrator.py
C9-C10 Phase 7 (Action Tracking) KEB/GBOGEB runtime operations DMAIC_V3/phases/phase7_action_tracking.py, local_mcp/knowledge_integration_v2.3.py
C11-C12 Phase 8 (TODO Management + Temporal Monitoring) Temporal hooks and task governance DMAIC_V3/phases/phase8_todo_management.py, DMAIC_V3/core/twelve_cluster_orchestrator.py

Canonical Orchestrator

  • Canonical path: DMAIC_V3/core/twelve_cluster_orchestrator.py
  • Compatibility wrapper: local_mcp/agent_orchestrator_v3.0.py
  • Temporal phase hooks: emitted at phase start/end for phases 1-8 by the canonical orchestrator

📖 Documentation

Resource Description
🌐 Documentation Site Full documentation with landing pages, dashboards, and guides
📋 Release Notes v4.4.0 changelog and release details
🏗️ 12-Cluster Architecture Core architecture: 12 functional clusters across 4 tiers
🔧 Tool Ecosystem DOW/KEB/GBOGEB interconnections and tool catalog
📊 Analysis Dashboard Interactive repository audit dashboard
📖 Handover Book 12-chapter comprehensive handover documentation
🖥️ Final Status Dashboard v4.4.0 release dashboard with workflow staging status
⏱️ Timeout Guide KEB/GBOGEB timeout configuration
🏆 Completion Report Final v4.4.0 completion report
🤝 Contributing How to contribute to ABACUS

12-Cluster Architecture Overview

Tier Clusters Purpose
Analysis C1–C4 Data ingestion, DMAIC phases, quality scoring
Documentation C5–C6 Handover generation, knowledge management
Recursive C7–C8 Self-improvement loops, orchestration hub
Knowledge & Monitoring C9–C12 KEB execution, GBOGEB observability, DOW governance

🧩 E6 Modules — Modular Enhancements

The E6 (Phase 6 — Knowledge) module layer provides modular enhancements for knowledge management, recursive processing, and metadata-driven pipelines across the ABACUS system.

Module Location Status Description
Phase 6 Knowledge Engine DMAIC_V3/phases/phase6_knowledge.py ✅ Active Temporal knowledge references, cross-phase learning integration
Temporal Metadata Engine DMAIC_V3/core/temporal_metadata_engine.py ✅ Active Metadata timeline tracking, versioned state management
Handover Bridge DMAIC_V3/core/handover_bridge.py ✅ Active Bridge between handover documents and execution state
Tuple Metadata Validator src/dmaic/tuple_metadata.py ✅ Active Validates tuple entries with required bridge keys and status
Session Tuple Analyzer abacus_v21_session_tuple_analyzer.py ✅ Active Analyzes session tuples for coverage and completeness
Knowledge Preservation abacus_v21_knowledge_preservation.py ✅ Active Ensures knowledge continuity across versions
Knowledge Integration local_mcp/knowledge_integration_v2.3.py ✅ Active KEB/GBOGEB integration layer for v2.3+

E6 Module Architecture

E6 Knowledge Layer
├── phase6_knowledge.py          → Knowledge reference extraction & cross-phase linkage
├── temporal_metadata_engine.py  → Temporal tracking of metadata state changes
├── handover_bridge.py           → Document-to-execution handover pipeline
├── tuple_metadata.py            → Tuple validation (status, source, downstream)
└── knowledge_integration_v2.3.py → KEB ↔ GBOGEB bidirectional integration

Cross-links: E6 modules feed into CI/CD workflows, tuple validation, and the interactive progress tracker.


🔧 HTML Export Tools

HTML export tools generate interactive dashboards, handover visualizations, and status reports from repository data.

Tool Location Output Description
Docs HTML Generator scripts/generate_docs_html.py docs/*.html Converts markdown documentation to styled HTML pages
Export Docs scripts/export_docs.py Various HTML Exports documentation summaries for GitHub Pages deployment
Final Status Dashboard docs/final_status_v4.4.0.html Static HTML v4.4.0 release status with active workflow indicators
Deep Analysis Dashboard docs/deep_analysis_dashboard.html Interactive HTML Repository audit with metrics and health scores
Handover Book docs/handover_book.html Interactive HTML 12-chapter handover documentation viewer
Progress Tracker docs/progress_tracker.html Interactive HTML NEW — Development stages, branch status, and milestones
DMAIC Metrics docs/dmaic-metrics.html Interactive HTML DMAIC phase metrics visualization
Repository Structure docs/repository_structure.html Static HTML Visual repo structure overview

Workflow integration: HTML exports are triggered by export-docs.yml and deploy-docs.yml. See also: GitHub Pages deployment guide.


🐍 Python Tools & Scripts

Core Python tooling for CI/CD, validation, analysis, and automation.

Category Tools Description
Validation validate_tuple_metadata.py, validate_docs_links.py, validate_dmaic_contract.py Schema validation, link checking, contract verification
CI/CD cicd_github_orchestrator.py, run_cicd_roundtrip_test.py, ci_monitor_local.py Pipeline orchestration, roundtrip testing, local monitoring
Deployment deploy_full_integration.py, run_comprehensive_deployment.py, run_streamlined_deployment.py Full deployment, comprehensive checks, streamlined deploy
Analysis workflow_analyzer.py, refactoring_executor.py, fast_metrics_collector.py Workflow analysis, code refactoring, metrics collection
Handover scripts/handover_generator.py, scripts/archive_handover.py, scripts/build_handover_from_glob_yaml.py Generate, archive, and build handover packages
Code Health scripts/code_health_check.py, scripts/cold_start_doctor.py, scripts/env_doctor.py Code health audit, environment diagnostics
Documentation scripts/generate_docs_html.py, scripts/export_docs.py, scripts/normalize_markdown.py HTML generation, doc export, markdown normalization

Cross-links: Python tools are invoked by GitHub Actions workflows, validated via CI pipelines, and their outputs feed into the progress tracker and bridges document.


🌉 Bridges & Connections

Explicit links between validated tuples, handoff logs, and metadata workflows. See the full Bridges & Connections document for details.

Bridge Source Target Status
Tuple → Handoff src/dmaic/tuple_metadata.py deepagent-handover-package/ ✅ Connected
Handoff → CI scripts/validate_tuple_metadata.py .github/workflows/ci.yml ✅ Connected
Metadata → Knowledge DMAIC_V3/core/temporal_metadata_engine.py DMAIC_V3/phases/phase6_knowledge.py ✅ Connected
Handover → Execution DMAIC_V3/core/handover_bridge.py local_mcp/agent_orchestrator_v3.0.py ✅ Connected
CI → Dashboard .github/workflows/ docs/progress_tracker.html ✅ Connected
Tuple Tests → CI DMAIC_V3/tests/test_tuple_metadata_validation.py .github/workflows/smoke-test.yml ✅ Connected

📊 Development Status Snapshot

Module Status Last Updated Notes
E6 Knowledge Engine ✅ Completed 2026-05-18 Temporal references, cross-phase learning
HTML Export Pipeline ✅ Completed 2026-05-18 8 dashboards live on GitHub Pages
Python Tool Suite ✅ Completed 2026-05-18 30+ scripts for CI/CD, validation, analysis
Tuple Validation ✅ Completed 2026-05-18 Schema checks, bridge key enforcement
CI/CD Workflows ✅ Completed 2026-05-20 37 active in .github/workflows/
Progress Tracker ✅ Completed 2026-05-18 Interactive HTML visualization
Bridges & Connections ✅ Completed 2026-05-18 6 documented bridges with validation
Recursive Tuples 🚧 In Progress 2026-05-18 Self-referencing tuple chains in progress
Branch Protection ⏳ Pending Awaiting repository admin action

Interactive view: See the full Progress Tracker for a visual timeline with milestones and branch details.


🚀 QUICK START (3 MINUTES)

What Is This Project?

A recursive, DMAIC-driven multi-agent system for analyzing cryogenic engineering data, technical documents, and project artifacts. Built for the 12-cluster cryoplant analysis workflow.

Current Status

  • v4.4.0: ✅ Production release live (95% complete, quality score 92.5/100)
  • V2.2: ✅ Archived historical baseline
  • V2.3: ✅ Historical implementation milestone (superseded by v4.4.0)
  • Workflows: ✅ 37 active in .github/workflows/
  • Next Milestones: Branch protection and optional documentation polish

Get Started Now

  1. Read: MASTER_HANDOVER_INDEX.md (5 min) ⭐
  2. DMAIC V3 Handover: ABACUS_Handover_Book.md (Complete reference) 📚
  3. Status: Final Status Dashboard + TOTAL_PROGRESS_SUMMARY.md (5 min)
  4. Test: python local_mcp/agent_orchestrator_v3.0.py
  5. Explore: COMPREHENSIVE_VERSION_ANALYSIS (Historical lineage) 📘

Note: The remaining V2.2/V2.3 sections below are preserved as historical lineage and handover context. Use the v4.4.0 links above for the current release state.


📂 PROJECT STRUCTURE

New Versioned Documentation Structure ✅

Master_Input/
├── README.md (THIS FILE) ⭐
│
├── DMAIC_V3/                          ← DMAIC V3 Integration ⭐
│   ├── docs/
│   │   └── handover/                  ← Complete ABACUS Handover Package
│   │       ├── ABACUS_Handover_Book.md       (Complete 12-chapter reference)
│   │       ├── Chapter_01.md                  (Executive Summary)
│   │       ├── Chapter_02.md                  (Architecture & Design)
│   │       ├── Chapter_03.md                  (Setup & Installation)
│   │       ├── Chapter_04.md                  (DMAIC Methodology)
│   │       ├── Chapter_05.md                  (Core Components)
│   │       ├── Chapter_06.md                  (API Documentation)
│   │       ├── Chapter_07.md                  (Usage Examples)
│   │       ├── Chapter_08.md                  (CI/CD & Workflows)
│   │       ├── Chapter_09.md                  (Testing & QA)
│   │       ├── Chapter_10.md                  (Deployment Guide)
│   │       ├── Chapter_11.md                  (Troubleshooting)
│   │       ├── Chapter_12.md                  (Contributing)
│   │       ├── README.md                      (Handover overview)
│   │       └── glob.yaml                      (Project structure)
│   ├── CANONICAL_KNOWLEDGE/
│   │   └── gbogeg_abacus_analysis.md         (Repository analysis)
│   └── integrations/
│       └── ml_helpers/                        (ML utilities)
│
├── docs_versioned/
│   ├── handover/                      ← START HERE ⭐
│   │   ├── MASTER_HANDOVER_INDEX.md              (One-page overview)
│   │   ├── COMPREHENSIVE_VERSION_ANALYSIS_20251111.md (Full analysis)
│   │   └── V2.2_TO_V2.3_MIGRATION_GUIDE.md       (Migration guide - TBD)
│   │
│   ├── v2.2_archived/                 ← Historical reference
│   │   ├── V2.2_FINAL_ARCHIVE_STATUS.md          (Archive summary)
│   │   ├── V2.2_COMPLETE_SESSION_SUMMARY.md
│   │   ├── V2.2_COMPREHENSIVE_TEST_RESULTS.md
│   │   ├── V2.2_EXECUTION_PLAN.md
│   │   ├── V2.2_IMPLEMENTATION_COMPLETE.md
│   │   ├── V2.2_RECURSIVE_HOOKS_VERSION_ALIGNMENT.md
│   │   ├── V2.2_SESSION_QUICK_REFERENCE.md
│   │   ├── V2.2_TODO_HANDOVER_CHATREADY.md
│   │   └── V2.2_USER_GUIDE.md
│   │
│   └── v2.3_active/                   ← Historical development snapshot ⭐
│       ├── V2.3_CANONICAL_STATUS.md              (Current status)
│       ├── V2.3_EVOLUTION_PLAN_20251111.md       (Full roadmap)
│       ├── V2.3_IMMEDIATE_ACTION_PLAN_20251111.md
│       └── V2.3_PROGRESS_SUMMARY_20251111.md
│
├── local_mcp/
│   ├── agent_orchestrator_v3.0.py     ← Orchestrator v3.0 ✅
│   ├── knowledge_integration_v2.3.py  ← KEB/GBOGEB Integration ✅ NEW!
│   └── agents/                        ← V2.3 agents (6/6 upgraded) ✅
│       ├── analysis_cryo_dm_v2.3_OPTIMIZED.py ✅
│       ├── analysis_document_consumer_v2.3_OPTIMIZED.py ✅
│       ├── analysis_artifact_analyzer_v2.3_OPTIMIZED.py ✅
│       ├── analysis_smoke_test_v2.3_OPTIMIZED.py ✅
│       ├── documentation_framework_v2.3_OPTIMIZED.py ✅
│       └── recursive_framework_v2.3_OPTIMIZED.py ✅
│
├── tools_v2.3/                        ← V2.3 tools
│   ├── task_tracker_v2.3_20251111.py ✅
│   ├── create_chatready_code_v2.3_20251111.py ✅
│   └── code_index_generator_v2.3.py ✅
│
├── tracking_v2.3/
│   └── tasks/
│       └── tasks.json                 ← Task tracking database
│
├── code_index.yaml                    ← Canonical component index
├── code_index.json
│
├── .github/workflows/
│   └── ...                            ← 37 active workflows
├── workflows-to-install/
│   └── *.yml                          ← Archived activation bundle retained for traceability
│
└── [Legacy files in root - to be refactored]

🎯 VERSION OVERVIEW (Historical Lineage Snapshot)

V2.2 (COMPLETE - ARCHIVED) ✅

Status: 21/21 tasks (100%)
Date: November 2025
Archive: docs_versioned/v2.2_archived/

Delivered:

  • ✅ Orchestrator framework (413 lines)
  • ✅ Kernel Execution Backbone (KEB) - tested 32.6s
  • ✅ Execution tracking system
  • ✅ MCP controller (working)
  • ✅ Debug infrastructure (port 5678)
  • ✅ 8 comprehensive docs (4,294 lines)

Known Limitations:

  • Agents are stubs (not fully functional)
  • No memory optimization
  • No DMAIC tracking
  • No CI/CD deployment

V2.3 (Historical Development Snapshot + Current Verification) 📚

Status: Historical snapshot was 4/15 tasks (26.7%); runtime and CI/CD checks below are now verified operational.
Date: Started 2025-11-11
Docs: docs_versioned/v2.3_active/

Progress (current verification):

  • ✅ 6/6 agents upgraded (memory-optimized)
  • ✅ Task tracking system operational
  • ✅ Code index automation working
  • ✅ CI/CD coverage active for core + integration paths (v23-cicd.yml, gbogeb-abacus-integration-ci-cd.yml, bridge-ci.yml, federation-notebook.yml)
  • ✅ Orchestrator v3.0 built and initializes successfully
  • ✅ KEB/GBOGEB integration active (KEB Enabled: True, GBOGEB Enabled: True)

Next Actions (remaining):

  1. Maintain green core + integration pipelines (v23-cicd.yml, bridge/federation/integration workflows)
  2. Continue end-to-end validation for broader DMAIC pipelines
  3. Keep status docs synchronized with live runtime/CI evidence

refs/remotes/origin/main


🔥 CRITICAL DOCUMENTS (READ THESE FIRST)

1. ⭐ MASTER_HANDOVER_INDEX.md

Location: docs_versioned/handover/MASTER_HANDOVER_INDEX.md
Purpose: One-page overview with links to all key documents
Time: 5 minutes
Who: Everyone - start here!

2. COMPREHENSIVE_VERSION_ANALYSIS_20251111.md

Location: docs_versioned/handover/COMPREHENSIVE_VERSION_ANALYSIS_20251111.md
Purpose: Complete version alignment, gaps, action plan
Time: 10 minutes
Who: Technical leads, project managers

3. V2.3_CANONICAL_STATUS.md

Location: docs_versioned/v2.3_active/V2.3_CANONICAL_STATUS.md
Purpose: Historical development status before the v4.4.0 release
Time: 5 minutes
Who: Developers, active contributors

4. V2.2_FINAL_ARCHIVE_STATUS.md

Location: docs_versioned/v2.2_archived/V2.2_FINAL_ARCHIVE_STATUS.md
Purpose: V2.2 completion record and archival summary
Time: 5 minutes
Who: Historical reference, new team members

5. V2.3_EVOLUTION_PLAN_20251111.md

Location: docs_versioned/v2.3_active/V2.3_EVOLUTION_PLAN_20251111.md
Purpose: Historical roadmap used to reach the v4.4.0 release
Time: 15 minutes
Who: Project planning, long-term contributors


🧪 TESTING & VALIDATION

Quick Validation (2 minutes)

# Test V2.3 agents
python local_mcp/agents/analysis_smoke_test_v2.3_OPTIMIZED.py

# Check task tracking
python tools_v2.3/task_tracker_v2.3_20251111.py list

# View code index
cat code_index.yaml

Component Testing

# Test individual V2.3 agents
python local_mcp/agents/analysis_cryo_dm_v2.3_OPTIMIZED.py --test
python local_mcp/agents/analysis_document_consumer_v2.3_OPTIMIZED.py --test
python local_mcp/agents/analysis_artifact_analyzer_v2.3_OPTIMIZED.py --test

# Generate handover document
python tools_v2.3/create_chatready_code_v2.3_20251111.py

# Update code index
python tools_v2.3/code_index_generator_v2.3.py --scan

⚠️ HISTORICAL GAPS & BLOCKERS (V2.3 ERA)

🔴 Critical (Historical, now resolved in v4.4.0)

  1. No V3.0 Orchestrator - Cannot run V2.3 agents in production
  2. Incomplete Agent Upgrades - 2/6 agents still at v2.0/v2.1
  3. No KEB/GBOGEB Integration - Knowledge bases not connected

🟡 High Priority (Historical backlog)

  1. Folder Structure Chaos - 581 files in root, no version control
  2. Recursive Hooks Not Ported - V2.3 may lose V2.2 capabilities
  3. No Deployment Active - CI/CD exists but not deploying

🟢 Medium Priority

  1. Dashboard generation
  2. DMAIC tracking across all agents
  3. Metrics/KPI collection

📊 METRICS SNAPSHOT

V2.2 (Final - Archived)

  • Files: 12 code + 8 docs
  • Code: ~2,000 lines
  • Docs: 4,294 lines
  • Test Coverage: 90% (19/21)
  • Status: ✅ 100% complete

V2.3 (Historical Snapshot)

  • Files: 7 code + 3 docs (+ 4 handover)
  • Code: ~50K characters
  • Docs: 1,036 lines (+ handover)
  • Test Coverage: 4/6 agents tested
  • Status: 🚧 26.7% complete

Combined Project

  • Total Files: 30+ files
  • Total Code: ~52K characters
  • Total Docs: 5,330+ lines
  • Workspace: 14,127 files scanned
  • Memory: All V2.3 agents < 4M ✅

🎬 HISTORICAL ACTION PLAN (V2.3 SNAPSHOT)

Phase snapshot — day 1 (historical)

Phase snapshot — week 1 (historical)

  • Complete agent upgrades (2 remaining)
  • Build orchestrator v3.0
  • Integrate KEB/GBOGEB knowledge bases

Phase snapshot — week 2 (historical)

  • Activate CI/CD deployment
  • Generate dashboards
  • Complete folder refactoring

📞 SUPPORT & RESOURCES

Key Resources

  • Documentation: docs_versioned/ (versioned, organized)
  • Agents: local_mcp/agents/ (V2.3 agents)
  • Tools: tools_v2.3/ (task tracker, code index, handover)
  • Tracking: tracking_v2.3/tasks/ (task database)
  • CI/CD: .github/workflows/v23-cicd.yml + integration/federation/bridge workflows

Development Environment

  • Python: 3.8+
  • Key Libraries: psutil, pyyaml, debugpy
  • Debug Port: 5678 (debugpy)
  • Memory Limit: 4M per agent (V2.3 constraint)

Testing

  • Smoke Test: analysis_smoke_test_v2.3_OPTIMIZED.py
  • Task Tracker: task_tracker_v2.3_20251111.py
  • Code Index: code_index_generator_v2.3.py

🏆 SUCCESS CRITERIA

V2.3 Completion (Historical target)

  • All 15 tasks complete
  • All 6 agents upgraded to v2.3
  • Orchestrator v3.0 operational
  • KEB/GBOGEB integrated
  • CI/CD deploying outputs
  • Folder structure refactored
  • End-to-end testing passed
  • Production ready

Current Verified Progress (for previously blocked items)

  • ✅ 6/6 agents upgraded
  • ✅ Task tracker operational
  • ✅ Code index automated
  • ✅ Memory optimization complete
  • 🚧 Folder refactoring started
  • ✅ Orchestrator v3.0 operational
  • ✅ KEB/GBOGEB integration operational

Current Validation Snapshot (2026-05-29)

  • ✅ 6/6 agents upgraded and loading
  • ✅ Orchestrator v3.0 operational
  • ✅ KEB/GBOGEB runtime integration active
  • ✅ CI/CD run evidence captured (successful run IDs and artifact retention links recorded)
  • ❌ Folder refactor completion pending
  • ❌ End-to-end deployment readiness pending
  • ❌ Production readiness pending

See tracking_v2.3/V2.3_COMPLETION_EXECUTION_TRACKER_20260529.md for evidence, dependency sequence, and actionable tasks.


📚 DOCUMENTATION MAP

By Role

If you are a:

By Task

If you need to:


🔄 VERSION CONTROL

Current Version: v4.4.0
Previous Major Milestone: V2.3.0 (archived in docs_versioned)
Git Status: Release published; 37 workflows active, branch protection pending
Last Major Update: 2026-05-20 (workflow activation + post-merge status sync)


🚦 STATUS INDICATORS

Icon Meaning
START HERE - Critical document
Complete / Operational
🚧 In Progress / Active Development
Pending / Planned
⚠️ Warning / Needs Attention
Blocked / Not Started
🔴 Critical Priority
🟡 High Priority
🟢 Medium/Low Priority

🎯 PROJECT PRINCIPLES

This project follows recursive, evolutionary, DMAIC-driven principles:

  1. Idempotency - All operations can be repeated safely
  2. Recursive - Self-referential, hierarchical processing
  3. DMAIC - Define-Measure-Analyze-Improve-Control cycle
  4. Iterative - Continuous improvement through versioning
  5. Evolutionary - Build on previous versions, no rewrites
  6. Data-driven - Decisions based on metrics and testing
  7. Version-controlled - All changes tracked, documented
  8. Deployed - CI/CD ready, production-oriented

💡 QUICK TIPS

First Time Here?

  1. Read MASTER_HANDOVER_INDEX.md (5 min)
  2. Run smoke test: python local_mcp/agents/analysis_smoke_test_v2.3_OPTIMIZED.py
  3. Check tasks: python tools_v2.3/task_tracker_v2.3_20251111.py list
  4. Read V2.3_CANONICAL_STATUS.md (5 min)

Returning Developer?

  1. Check V2.3_CANONICAL_STATUS.md for latest status
  2. Review V2.3_IMMEDIATE_ACTION_PLAN for current sprint
  3. Run tests to validate environment
  4. Pick next task from action plan

Need Help?

  • Documentation issues? Check MASTER_HANDOVER_INDEX.md
  • Code questions? See code_index.yaml for component map
  • Task confusion? Run python tools_v2.3/task_tracker_v2.3_20251111.py status
  • Testing problems? Run smoke test for diagnostics

Project Status: ✅ v4.4.0 released / ✅ workflow activation complete
Current Focus: Apply branch protection and roll out the cleanup toolkit to sister repos
Next Milestone: Sustain 95%+ quality with the active workflow set and complete branch protection Last Updated: 2026-05-20


Welcome to ABACUS. Start with the Quick Start section above for the current v4.4.0 release state, then use the historical sections below for lineage and handover context.

About

CodeLLM and Deep Agent place to view and drop all files

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors