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:
2026-07-28 12:00:38 +03:00
parent 7b51283ae1
commit 667772784f
4 changed files with 107 additions and 0 deletions
+17
View File
@@ -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`.