chore: bring working tree to HEAD — gitignore + CLAUDE.md + fixtures
- .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
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user