- .gitignore: extended with noise (.DS_Store, *.log, .aw/, *.db, *.bak, sailo-claude-backup/, superpowers/, agents/, scripts/, foreign docs) - CLAUDE.md: project-specific config (was untracked) - pluxee-todo.md + pluxee-todo.pdf: fixtures and sample output
18 lines
564 B
Markdown
18 lines
564 B
Markdown
# tools — Project Configuration
|
|
|
|
## Project Info
|
|
- **Name**: tools
|
|
- **Type**: Single-file Python utility
|
|
- **Main file**: `md2pdf.py` — Markdown to PDF converter
|
|
- **Language**: Python 3.x
|
|
- **Dependencies**: reportlab, markdown, beautifulsoup4, Pygments
|
|
|
|
## Project-Specific Notes
|
|
- Source files are in root directory (single-file project)
|
|
- No test suite yet
|
|
- No build step required
|
|
- PDF styles: elegant (default), mono
|
|
|
|
## Global Configuration
|
|
All coding principles, swarm orchestration, and agent configuration are inherited from `~/.claude/CLAUDE.md`.
|