Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors:
contact:
- name: "Samsarix LLC"
email: "contact@samsarix.com"
repository-code: "https://github.com/Deathcharge/helix-hub-shared"
repository-code: "https://github.com/Deathcharge/samsarix-agent-engine"
url: "https://www.samsarix.com"
license: MPL-2.0
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ and free of runtime dependencies on private Samsarix repositories.
## Setup

```bash
git clone https://github.com/Deathcharge/helix-hub-shared.git
cd helix-hub-shared
git clone https://github.com/Deathcharge/samsarix-agent-engine.git
cd samsarix-agent-engine
python -m venv .venv
# macOS/Linux: source .venv/bin/activate
# Windows PowerShell: .venv\Scripts\Activate.ps1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Read [SECURITY.md](SECURITY.md) for trust boundaries and reporting guidance.
Anthropic support, token estimation, or automatic fallback.
- The repository contains historical backend extracts that depend on private
`helix-unified` modules and are not part of this product.
- The GitHub repository still uses its historical `helix-hub-shared` slug; the
published distribution and import namespace use Samsarix branding.
- The GitHub repository, distribution, and import namespace use Samsarix branding.
GitHub redirects the historical `helix-hub-shared` repository URL for compatibility.

## Contributing and licensing

Expand Down
6 changes: 4 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ This roadmap separates four gates: merge, release, publication, and flagship ado
## Product boundary

Portfolio role: **reusable library or sdk**. Keep this as a small, independently versioned package. Samsarix Unified should consume it only through a public API adapter; private monorepo imports and copied implementations are out of scope.
Planned repository identity: `Deathcharge/samsarix-agent-engine` (hold-consolidation).
Repository identity: `Deathcharge/samsarix-agent-engine` (renamed 2026-07-29;
consolidation candidate).

Current disposition: Merge the truthful productization state, then consolidate deliberately.
Current disposition: Keep the productized default stable while testing whether this
bounded runtime earns a canonical role before any consolidation or publication.

## Stabilize the productized default

Expand Down
11 changes: 5 additions & 6 deletions docs/RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release checklist

The source, package metadata, and contacts are release-ready, but public upload is
still gated on repository naming, protected publishing identity, and CI.
The source, package metadata, repository identity, and contacts are aligned, but
public upload is still gated on protected publishing identity and CI.

## Owner gates

1. Decide whether to rename the GitHub repository from its historical
`helix-hub-shared` slug to `samsarix-agent-engine`. Make that decision before
configuring publisher identity so project URLs and trusted-publisher claims
stay aligned.
1. The GitHub repository was renamed to `samsarix-agent-engine` on 2026-07-29.
Configure publisher identity against that exact owner/repository so project
URLs and trusted-publisher claims stay aligned.
2. Recheck and register the `samsarix-agent-engine` PyPI distribution. PyPI returned
404 for that name on 2026-07-28, but a 404 is not a reservation.
3. Create a GitHub environment named
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ samsarix-agent = "samsarix_agent_engine.cli:main"

[project.urls]
Homepage = "https://www.samsarix.com"
Repository = "https://github.com/Deathcharge/helix-hub-shared"
Issues = "https://github.com/Deathcharge/helix-hub-shared/issues"
Repository = "https://github.com/Deathcharge/samsarix-agent-engine"
Issues = "https://github.com/Deathcharge/samsarix-agent-engine/issues"

[tool.setuptools]
package-dir = { "" = "src" }
Expand Down