Skip to content

Commit 50fbc0c

Browse files
tercelclaude
andcommitted
chore: rebrand aipartnerup → aiperceivable, bump patch version
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2d8cfd0 commit 50fbc0c

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to apcore-cli (Python SDK) will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] - 2026-03-22
9+
10+
### Changed
11+
- Rebrand: aipartnerup → aiperceivable
12+
813
## [0.2.1] - 2026-03-19
914

1015
### Changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/aipartnerup/apcore-cli/main/apcore-cli-logo.svg" alt="apcore-cli logo" width="200"/>
2+
<img src="https://raw.githubusercontent.com/aiperceivable/apcore-cli/main/apcore-cli-logo.svg" alt="apcore-cli logo" width="200"/>
33
</div>
44

55
# apcore-cli
@@ -12,11 +12,11 @@ Terminal adapter for apcore. Execute AI-Perceivable modules from the command lin
1212

1313
| | |
1414
|---|---|
15-
| **Python SDK** | [github.com/aipartnerup/apcore-cli-python](https://github.com/aipartnerup/apcore-cli-python) |
16-
| **Spec repo** | [github.com/aipartnerup/apcore-cli](https://github.com/aipartnerup/apcore-cli) |
17-
| **apcore core** | [github.com/aipartnerup/apcore](https://github.com/aipartnerup/apcore) |
15+
| **Python SDK** | [github.com/aiperceivable/apcore-cli-python](https://github.com/aiperceivable/apcore-cli-python) |
16+
| **Spec repo** | [github.com/aiperceivable/apcore-cli](https://github.com/aiperceivable/apcore-cli) |
17+
| **apcore core** | [github.com/aiperceivable/apcore](https://github.com/aiperceivable/apcore) |
1818

19-
**apcore-cli** turns any [apcore](https://github.com/aipartnerup/apcore)-based project into a fully featured CLI tool — with **zero code changes** to your existing modules.
19+
**apcore-cli** turns any [apcore](https://github.com/aiperceivable/apcore)-based project into a fully featured CLI tool — with **zero code changes** to your existing modules.
2020

2121
```
2222
┌──────────────────┐
@@ -57,7 +57,7 @@ Requires Python 3.11+ and `apcore >= 0.13.0`.
5757
The repo includes 8 example modules you can run immediately:
5858

5959
```bash
60-
git clone https://github.com/aipartnerup/apcore-cli-python.git
60+
git clone https://github.com/aiperceivable/apcore-cli-python.git
6161
cd apcore-cli-python
6262
pip install -e ".[dev]"
6363

@@ -378,7 +378,7 @@ apcore-cli --extensions-dir ./extensions greet.hello --name Alice --greeting Hi
378378
## Development
379379

380380
```bash
381-
git clone https://github.com/aipartnerup/apcore-cli-python.git
381+
git clone https://github.com/aiperceivable/apcore-cli-python.git
382382
cd apcore-cli-python
383383
pip install -e ".[dev]"
384384
pytest # 263 tests

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "apcore-cli"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Terminal adapter for apcore — execute AI-Perceivable modules from the command line"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
requires-python = ">=3.11"
1212
authors = [
13-
{ name = "aipartnerup", email = "team@aipartnerup.com" },
13+
{ name = "aiperceivable", email = "team@aiperceivable.com" },
1414
]
1515
keywords = ["apcore", "cli", "terminal", "ai", "agent", "llm", "command-line", "automation", "shell", "unix"]
1616
classifiers = [
@@ -48,10 +48,10 @@ dev = [
4848
apcore-cli = "apcore_cli.__main__:main"
4949

5050
[project.urls]
51-
Homepage = "https://aipartnerup.com"
52-
Repository = "https://github.com/aipartnerup/apcore-cli-python"
53-
Documentation = "https://github.com/aipartnerup/apcore-cli-python#readme"
54-
Issues = "https://github.com/aipartnerup/apcore-cli-python/issues"
51+
Homepage = "https://aiperceivable.com"
52+
Repository = "https://github.com/aiperceivable/apcore-cli-python"
53+
Documentation = "https://github.com/aiperceivable/apcore-cli-python#readme"
54+
Issues = "https://github.com/aiperceivable/apcore-cli-python/issues"
5555

5656
[tool.hatch.build.targets.wheel]
5757
packages = ["src/apcore_cli"]

0 commit comments

Comments
 (0)