Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .env

This file was deleted.

11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: help install dev-install up down status serve query manifest lint format test coverage seed
.PHONY: help install dev-install status serve query manifest lint format test coverage seed

PYTHON := python
PIP := pip
Expand All @@ -10,8 +10,6 @@ help:
@echo "Usage:"
@echo " make install Install package"
@echo " make dev-install Install with dev extras"
@echo " make up Start all Docker services"
@echo " make down Stop all Docker services"
@echo " make status Check store connections"
@echo " make serve Start MCP server on stdio"
@echo " make manifest Print MetaOntology grammar"
Expand All @@ -27,13 +25,6 @@ install:
dev-install:
$(PIP) install -e ".[dev]"

up:
docker-compose up -d
@echo "Services starting... run 'make status' to check readiness."

down:
docker-compose down

status:
$(PYTHON) -m opencrab.cli status

Expand Down
Loading