Skip to content

chore: add standard project scaffolding + pyproject metadata#56

Merged
Coding-Dev-Tools merged 3 commits into
mainfrom
fix/marketer-scaffolding-only
Jun 14, 2026
Merged

chore: add standard project scaffolding + pyproject metadata#56
Coding-Dev-Tools merged 3 commits into
mainfrom
fix/marketer-scaffolding-only

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

Adds standard project hygiene files and pyproject metadata:

Scaffolding files added:

  • .gitattributes - line-ending normalization
  • .pre-commit-config.yaml - pre-commit hooks (trailing-whitespace, end-of-file-fixer, check-yaml, check-toml, check-added-large-files, detect-private-key, ruff, ruff-format)
  • .github/dependabot.yml - automated dependency updates
  • .github/ISSUE_TEMPLATE/bug_report.yml - bug report template
  • .github/ISSUE_TEMPLATE/feature_request.yml - feature request template
  • CHANGELOG.md - changelog
  • SECURITY.md - security policy
  • LICENSE - MIT license

pyproject.toml enhancements:

  • Added �uthors field
  • Added keywords for PyPI discoverability
  • Added comprehensive classifiers (Python versions, OS, license, etc.)
  • Added [project.urls] with repository link
  • Updated license format to SPDX-style {text = "MIT"}

.gitignore hardening:

  • Added Python cache files (*.pyc, *.egg-info/)
  • Added build artifacts (dist/, �uild/, *.egg)
  • Added OS files (.DS_Store, Thumbs.db)
  • Added merge conflict artifacts (*.orig, .BACKUP., etc.)
  • Added local database files

Note: A separate branch ix/pages-deploy-only contains the GitHub Pages workflow file but cannot be pushed via this token (lacks workflow scope). That workflow file will need to be created manually in the GitHub UI or with a token that has the workflow scope.

🤖 Generated with Claude Code

Coding-Dev-Tools and others added 3 commits June 14, 2026 00:52
…usions

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
…ECURITY, pre-commit, ISSUE_TEMPLATE, CHANGELOG, LICENSE)

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
@Coding-Dev-Tools Coding-Dev-Tools merged commit abdf2b1 into main Jun 14, 2026
@Coding-Dev-Tools Coding-Dev-Tools deleted the fix/marketer-scaffolding-only branch June 14, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant