EricLortie

14 mods across 1 repository, 5 stars between them.

agents-api

01

EricLortie/laborforge-release

Cursor rule Cursor

⚠️ MVP Context: This is an active proof-of-concept for "vibe coding" with no production users yet. Some features may be partially implemented or evolving.

5 1mo ago A 2,674 tokens

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "backend-architecture" from EricLortie/laborforge-release, covering backend architecture and api structure, core backend components, api endpoints structure, core modules and ai provider integrations.

5 1mo ago A 1,021 tokens

container-naming

03

EricLortie/laborforge-release

Cursor rule Cursor

The Docker Compose stack is named laborforge-dev. Individual containers have predictable names based on the pattern.

5 1mo ago C 1,845 tokens

database-schema

04

EricLortie/laborforge-release

Cursor rule Cursor

-- Users can belong to multiple ecosystems users (1) -----> (N) userecosystemmemberships (N) <----- (1) ecosystems.

5 1mo ago A 1,594 tokens

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "development-workflow" from EricLortie/laborforge-release, covering development workflow and testing procedures, development environment setup, initial setup, clone and setup and start development environment.

5 1mo ago A 1,487 tokens

docker-commands

06

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "docker-commands" from EricLortie/laborforge-release, covering docker commands and container management, quick docker commands, start development environment, start all services and view logs.

5 1mo ago A 454 tokens

EricLortie/laborforge-release

Cursor rule Cursor

// Request interceptor for ecosystem ID const injectEcosystemId = (config: any) => { let ecosystemId = window.getCurrentEcosystemId() || localStorage.getItem('ecosystemId'); if (ecosystemId && config.headers) { config.headers['X-Ecosystem-ID'] = ecosystemId; } return config; }.

5 1mo ago A 1,877 tokens

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "security-authentication" from EricLortie/laborforge-release, covering security, authentication, and authorization, authentication system, jwt token management, password security and password hashing with bcrypt.

5 1mo ago A 1,925 tokens

EricLortie/laborforge-release

Instructions file CodexOpenCode

AGENTS.md instructions for EricLortie/laborforge-release, covering agents.md — laborforge, non-negotiables (you will break things otherwise), quick commands, rebuild api + workers after backend changes and no-llm smoke gate before any expensive/seed step.

5 1mo ago A 1,100 tokens

EricLortie/laborforge-release

Instructions file

Claude Code instructions for EricLortie/laborforge-release, covering claude.md, first-run reality (read before setup — humans and agents), critical rules, never hardcode model names and docker-first development.

5 1mo ago A 3,436 tokens

AGENT_FORKING

12

EricLortie/laborforge-release

Agent

Agent forking creates a new agent instance derived from an existing agent and records lineage for auditability and attribution. It is used as the “reactivation” mechanism for lifecycle-archived agents: archived agents do not execute, but can be forked into active successors.

5 1mo ago A 0 tokens

EricLortie/laborforge-release

Agent

Agent "EXTERNAL_PLATFORM_AGENT_OVERRIDE" from EricLortie/laborforge-release, covering external platform agent override (system agents), scope, current system-agent architecture (implemented), system agents live in ecosystem 1 (admin) and current override mechanism (implemented).

5 1mo ago A 0 tokens

laborforge

14

EricLortie/laborforge-release

Skill Claude CodeCodex

Interact with LaborForge AI platform via MCP tools. Access ecosystem content, memories, agents, and platform data.

5 1mo ago A 25 tokens