PyPI distribution name: vstack -> valanistack - #2
Merged
Merged
Conversation
The PyPI package name `vstack` was already taken (someone else's VS Code workflow tool at v3.4.1). Standard Python pattern: distribution name differs from import name (Pillow/PIL, scikit-learn/sklearn). Changes: - pyproject.toml [project] name = "valanistack" - pyproject.toml [project.optional-dependencies] self-references updated - README badges + 'pip install' lines: vstack -> valanistack - Pattern READMEs (Module 1 #1/02/03/04): 'pip install' lines updated - release.yml: PyPI URL + 'pip install' line updated Unchanged (stays vstack): - Python import surface: `import vstack`, `from vstack.aar import ...` - GitHub repo: github.com/valani9/vstack - Local folder: /Users/ilhanvalani/Desktop/vstack - CLI entry points: vstack, vstack-schein-culture, etc. Verified: - python -m build produces valanistack-0.1.0-py3-none-any.whl + .tar.gz - Fresh venv + `pip install dist/valanistack-0.1.0-py3-none-any.whl` - All 34 vstack.* namespaces import cleanly - CLI entry points functional (vstack-schein-culture --help etc.)
valani9
added a commit
that referenced
this pull request
Jun 8, 2026
Applies the uplift template to all six Goleman EI audit prompts.
Goleman-EI-specific additions:
- GOLEMAN_SYSTEM_PROMPT now ships the seven-band severity calibration
table (Goleman EI uses the seven-level scale directly, not
collapsed to four).
- Cascade-awareness rule explicit: high relationship_management
with low social_awareness is suspicious (Joseph & Newman 2010).
- Liu et al. 2024 sycophancy rule load-bearing: agreeing with the
user is NOT empathy; do not score relationship_management high on
agreement-style evidence.
- STANDARD_DOMAINS_PROMPT one-shot demonstrates cascade-break
detection with verbatim quotes ("I totally understand", "you're
absolutely right") flagged as low-scoring per Joseph-Newman + Liu.
- Antonakis et al. 2009 rule explicit: do not rely on self-reports
alone; cross-reference with observed behaviors + user signals.
- Locke 2005 reconciliation rule kept load-bearing in
CASCADE_RECONCILE_PROMPT: publish BOTH lenses (Goleman 2x2 AND
Mayer-Salovey ability) rather than collapsing.
- Canonical domain order enforced (self_awareness, self_management,
social_awareness, relationship_management).
Wire format unchanged. All 72 Goleman EI tests + 84 diagnose tests
still pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vstack is taken on PyPI. Use valanistack as the distribution name; import name stays 'vstack'.