Skip to content

chore: release + packaging hygiene (v0.12.0 changelog, SECURITY.md, dependabot)#238

Open
rylinjames wants to merge 2 commits into
mainfrom
chore/release-packaging-hygiene
Open

chore: release + packaging hygiene (v0.12.0 changelog, SECURITY.md, dependabot)#238
rylinjames wants to merge 2 commits into
mainfrom
chore/release-packaging-hygiene

Conversation

@rylinjames

Copy link
Copy Markdown
Collaborator

Summary

  • CHANGELOG.md — adds the missing v0.12.0 — 2026-06-03 entry: PyPI dist renamed to fastcrest-tether, CLI/import now tether, reflex compat shim (DeprecationWarning) through v0.13.x and removed in v0.14.0, REFLEX_* env vars mirror to TETHER_*.
  • SECURITY.md — standard security policy at repo root: report to playindus@gmail.com (canonical contact from CONTRIBUTING.md), 48 h acknowledgement / 7-day SLA, latest minor supported, robot-control network endpoints called out as high-priority scope.
  • .github/dependabot.yml — weekly automated dependency updates for pip and github-actions.
  • .DS_Storegit rm --cached; file was tracked but already covered by .gitignore.

Item 5 — discord-status / PyPI-stats script

Searched the entire repo (all .py, .sh, .yml files outside .venv/) for pypistats, pypi.org/pypi, discord, reflex-vla (as a current-stats reference), and fastcrest-tether. No such script exists in this repo. The scripts/modal_*.py files that reference reflex-vla are intentional historical benchmark fixtures — left untouched per instructions.

Test plan

  • CHANGELOG.md heading style matches surrounding entries (same ## vX.Y.Z — YYYY-MM-DD format, same tone)
  • SECURITY.md email matches CONTRIBUTING.md canonical contact (playindus@gmail.com)
  • .github/dependabot.yml parses as valid YAML (yaml.safe_load verified locally)
  • git ls-files | grep DS_Store returns empty after merge
  • No src/ code, uv.lock, or Dockerfile.jetpack touched

🤖 Generated with Claude Code

rylinjames and others added 2 commits June 10, 2026 21:59
…ependabot)

- CHANGELOG.md: add v0.12.0 — 2026-06-03 entry summarising the
  Reflex → Tether rename; PyPI dist is fastcrest-tether; CLI/import
  are tether; reflex compat shim (DeprecationWarning) through v0.13.x,
  removed v0.14.0; REFLEX_* env vars mirror to TETHER_*.
- SECURITY.md: new standard security policy — report to playindus@gmail.com
  (canonical contact from CONTRIBUTING.md), 48 h ack / 7-day SLA, latest
  minor supported, robot-control network endpoints flagged as high-priority.
- .github/dependabot.yml: weekly pip + github-actions dependency updates.
- .DS_Store: git rm --cached (was tracked; .gitignore already covers it).

No discord-status / PyPI-stats script found anywhere in the repo — item 5
is a no-op (see PR description for details).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Use the brand contact (README's hello@fastcrest.com) in the public SECURITY.md
rather than a personal gmail, and reference real env vars (TETHER_NO_TELEMETRY /
TETHER_PRO_LICENSE) in the CHANGELOG instead of the nonexistent
TETHER_LICENSE_KEY.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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