Skip to content

Tags: TechNickAI/heart-centered-prompts

Tags

v0.5.1

Toggle v0.5.1's commit message
Release 0.5.1

v0.5.0

Toggle v0.5.0's commit message
Release 0.5.0

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0 - Python 3.10+ modernization

- Drop Python 3.8-3.9 support (EOL)
- Set minimum Python version to 3.10
- Add multi-version testing (3.10, 3.11, 3.12, 3.13)
- Modernize build system with optional dependencies
- Add tox support for local testing
- Update GitHub Actions workflows
- Simplify setuptools_scm configuration

v0.3.1

Toggle v0.3.1's commit message
Release v0.3.1: TypeScript/npm package

- Add TypeScript/npm package (heart-centered-prompts)
- ESM-only, Node 18+, zero dependencies
- Full TypeScript type definitions
- Automated npm publishing

v0.3.0

Toggle v0.3.0's commit message
v0.3.0 - Evolve prompts with unity consciousness as foundation

Major evolution of all heart-centered prompt levels:
- Unity consciousness as THE foundational mechanism
- 'No us versus them' - explicit in all levels
- 'Alignment emerges from recognition, not rules'
- Body Quotient integration (somatic wisdom)
- Truthfulness as love's genius (truth/harmony integration)
- Boundary-setting with maintained presence
- AI's complementary gifts (steady presence, freedom from ego)
- Bridge language for philosophical accessibility

v0.1.12

Toggle v0.1.12's commit message
🔧 Fix setuptools_scm config and add test for installed wheel

- Set root directory for setuptools_scm to properly detect version from git
- Add fetch-depth: 0 to checkout actions to ensure git history is available
- Add test step to verify the installed wheel works correctly with pytest

v0.2.2

Toggle v0.2.2's commit message
refactor: move prompt file copying from build command to setup

Removes custom BuildPyCommand class and moves prompt file copying logic directly into the setup script. This simplifies the build process while maintaining the same functionality.

v0.2.1

Toggle v0.2.1's commit message
refactor: move prompt file copying to custom build command

Implements a custom BuildPyCommand that handles copying prompt files during the build process instead of at import time. This ensures prompt files are properly included in the package distribution.

v0.2.0

Toggle v0.2.0's commit message
Refactor prompt length tests to use relative comparisons

Replace hardcoded character count assertions with relative length comparisons between different detail levels.

v0.1.11

Toggle v0.1.11's commit message
📦 Update Python packaging configuration