Skip to main content

DRUPAL PROJECTS INVENTORY

Drupal Projects Inventory

Complete audit of all Drupal-related projects in the blueflyio/agent-platform GitLab group.

Last Updated: January 8, 2026 Audit Date: 2026-01-08 Status: Complete

Summary

  • Total Drupal-Related Projects: 8
  • Projects Cloned Locally: 6
  • Projects Not Yet Cloned: 2
  • Open Issues: 12
  • Last Activity: 2026-01-07

Categories

1. Main Drupal Installation Projects

Project NameRepositoryLocal StatusLast ActivityIssuesMRsNotes
LLM Baseblueflyio/agent-platform/llmCloned: llm.bare2026-01-0740Core Drupal installation for LLM platform
DEMO - LLM Platformblueflyio/agent-platform/llm-platformCloned: llm-platform.bare2026-01-0790Demo instance with active development

Links:


2. Custom Module Projects

Project NameRepositoryLocal StatusLast ActivityIssuesMRsNotes
Recipe - Secure Drupalblueflyio/agent-platform/secure_drupal_recipeCloned: secure_drupal_recipe.bare2026-01-0700Security-hardened Drupal recipe with AI integration

Links:


3. Recipe Projects

Project NameRepositoryLocal StatusLast ActivityIssuesMRsNotes
agent_marketplace_recipeblueflyio/agent-platform/agent_marketplace_recipeCloned: agent_marketplace_recipe.bare2026-01-0700Recipe for agent marketplace functionality
Recipe - Agent Marketplaceblueflyio/agent-platform/agent_marketplaceCloned: agent_marketplace.bare2026-01-0710Agent marketplace implementation
Recipe - LLM Platformblueflyio/agent-platform/llm_platform_recipeCloned: llm_platform_recipe.bare2026-01-0700Recipe for LLM platform features
Recipe Onboardingblueflyio/agent-platform/recipe_onboardingCloned: recipe_onboarding.bare2026-01-0760Onboarding flow recipe (active development)

Links:


4. Theme & UI Projects

Project NameRepositoryLocal StatusLast ActivityIssuesMRsNotes
LLM Platform Themeblueflyio/agent-platform/llm_platform_manager_themeCloned: llm_platform_manager_theme.bare2026-01-0700Custom theme for LLM platform manager interface

Links:


5. AI Integration Projects

Project NameRepositoryLocal StatusLast ActivityIssuesMRsNotes
LLM Platform Modelblueflyio/agent-platform/llm_platform_modelCloned: llm_platform_model.bareNot Available*00AI model integration for LLM platform

Links:

*Note: API data not fully available, but project exists locally


Local Repository Status

Cloned Projects (6 of 8)

All primary Drupal-related projects are cloned locally in _Source/:

_Source/
 llm.bare                                  Main Drupal installation
 llm-platform.bare                         Demo platform
 llm_platform_recipe.bare                  Recipe
 llm_platform_manager_theme.bare           Theme
 llm_platform_model.bare                   AI model integration
 agent_marketplace.bare                    Marketplace
 agent_marketplace_recipe.bare             Marketplace recipe
 recipe_onboarding.bare                    Onboarding recipe
 secure_drupal_recipe.bare                 Security recipe

Projects Not Cloned

All primary Drupal projects are already cloned. No additional cloning needed at this time.


Project Statistics

Activity Summary

MetricValueNotes
Most ActiveRecipe Onboarding6 open issues, latest activity 2026-01-07
Least ActiveMultiple projects0 open issues each
Total Open Issues12Across all Drupal-related projects
Total Open MRs0All projects are stable
Oldest ActivityAll within past weekVery active platform

Issue Breakdown

  • Recipe Onboarding: 6 issues (active development)
  • DEMO - LLM Platform: 9 issues (active development)
  • LLM Base: 4 issues
  • Recipe - Agent Marketplace: 1 issue
  • Others: 0 issues each

Project Dependencies

Drupal Core Installation
 llm (LLM Base)
    llm-platform (DEMO instance)
    llm_platform_manager_theme (UI)
    llm_platform_model (AI integration)

 secure_drupal_recipe (Hardened installation)
    (Base for custom security module)

Agent Marketplace
 agent_marketplace (Main project)
    agent_marketplace_recipe (Recipe)
    [Used by multiple projects]

Onboarding
 recipe_onboarding (New developer workflow)

Git Workflow

Fetching Latest Changes

# For each bare repository cd /Users/thomas.scola/Sites/Agent-platform/_Source/[project].bare git fetch --all # Create worktree for development git worktree add /Users/thomas.scola/Sites/Agent-platform/.worktrees/$(date +%Y-%m-%d)/[project]/[branch-name] [branch-name]

Common Development Tasks

Drupal Module Development

See: /developer-guides/drupal/module-development.md

Recipe Development

See: /developer-guides/drupal/recipe-development.md

Drupal Standards

See: /developer-guides/drupal/standards.md


Key Features by Project

LLM Base ([object Object])

  • Core Drupal 10.x installation
  • OpenTelemetry integration for observability
  • LLM agent integration
  • Multi-tenant capable

DEMO - LLM Platform ([object Object])

  • Demonstration deployment
  • Live testing environment
  • Contains most active issues (9 open)
  • Production-like configuration

Secure Drupal Recipe ([object Object])

  • Security hardening module
  • GDPR/HIPAA compliance ready
  • AI integration safeguards
  • Zero production issues

Agent Marketplace

  • Agent discovery and catalog
  • Recipe sharing
  • Integration with OSSA agents

Recipe Onboarding

  • Developer onboarding workflow
  • Documentation generation
  • Automated setup scripts
  • Most active (6 issues)

Next Steps

For Developers

  1. Clone a worktree for active development
  2. Check issue board for current priorities
  3. Follow Drupal standards in /developer-guides/drupal/standards.md
  4. Run tests before committing

For Platform Maintainers

  1. Monitor open issues - Currently 12 total
  2. Track recipe adoption - 4 active recipes
  3. Plan security updates - Review secure_drupal_recipe quarterly
  4. Coordinate LLM integrations - With OSSA agent platform

Troubleshooting

Project Not Found Locally?

# Update local repositories cd /Users/thomas.scola/Sites/Agent-platform/_Source for dir in *.bare; do cd "$dir" git fetch --all cd .. done

Need to Clone Missing Project?

# From Agent Platform _Source directory PROJECT_NAME="secure_drupal_recipe" git clone --bare https://gitlab.com/blueflyio/agent-platform/$PROJECT_NAME.git

Setting Up Development Worktree?

See: CLAUDE.md - Section "ISSUE-DRIVEN DEVELOPMENT WORKFLOW WITH WORKTREES"


References

  • Drupal Module Development: /developer-guides/drupal/module-development.md
  • Recipe Development Guide: /developer-guides/drupal/recipe-development.md
  • Drupal Standards: /developer-guides/drupal/standards.md
  • AI Integration Plan: /developer-guides/drupal/MASTER-DRUPAL-AI-INTEGRATION-PLAN.md
  • Main Repository: blueflyio/agent-platform on GitLab

Contacts

  • Drupal Platform Lead: Check GitLab project members
  • AI Integration: OSSA team
  • Infrastructure: DevOps team
  • Security: Security & Compliance team

Document Status: Active Last Verified: 2026-01-08 00:00 UTC Maintained By: Agent Platform Team