fix: Fixed some of the broken stuff added in the last commit, everything should more or less run now

This commit is contained in:
Your Name
2025-08-03 19:57:21 -04:00
parent f7a5d26c41
commit bae6665d94
42 changed files with 6156 additions and 1497 deletions
+7 -7
View File
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Repository Overview
This is a modern Python 3.13 micro-service starter project that demonstrates cutting-edge Python development practices. It serves as a template for new Python projects, replacing legacy setuptools-based workflows with modern tooling focused on performance, type safety, and developer experience.
CleverErnie is an advanced LLM model that utilizes BGE and BERT models for sophisticated sentence and word level categorization. This project demonstrates cutting-edge Python development practices for machine learning and NLP applications, with modern tooling focused on performance, type safety, and developer experience.
## Development Commands
@@ -16,8 +16,8 @@ source .venv/bin/activate
uv pip install -e .[dev]
# Or use development container (recommended)
docker build -f .devcontainer/Dockerfile -t boilerplate-dev .
docker run -it -v $(pwd):/workspaces/boilerplate boilerplate-dev bash
docker build -f .devcontainer/Dockerfile -t cleverernie-dev .
docker run -it -v $(pwd):/app cleverernie-dev bash
```
### Essential Commands
@@ -89,9 +89,9 @@ Single file (`pyproject.toml`) replaces 4+ legacy configuration files:
### Source Structure
```
src/boilerplate/ # Importable package code
src/cleverernie/ # Importable package code
├── __init__.py # Package version and exports
├── __main__.py # Entry point for `python -m boilerplate`
├── __main__.py # Entry point for `python -m cleverernie`
└── cli.py # Click-based CLI with type hints
features/ # BDD test specifications (not traditional tests/)
@@ -247,7 +247,7 @@ ruff_check path="src/" format="text"
run_tests framework="behave" command="nox -s behave"
%%tool forgejo
create_pull_request repo="boilerplate" title="feat: new feature" branch="feature-branch"
create_pull_request repo="cleverernie" title="feat: new feature" branch="feature-branch"
```
#### Production Debugging: Metrics → Logs → Fix
@@ -466,4 +466,4 @@ Each subagent has comprehensive configuration defining:
5. **Scalable Architecture**: New subagents can be added without disrupting existing ones
6. **Context Awareness**: Subagents understand project-specific context and constraints
This advanced subagent network transforms Claude Code into a comprehensive AI development team that can handle complex, multi-faceted development challenges through intelligent collaboration and specialized expertise.
This advanced subagent network transforms Claude Code into a comprehensive AI development team that can handle complex, multi-faceted development challenges through intelligent collaboration and specialized expertise.