Skip to content

Commit aa06759

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 e1783a1 commit aa06759

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
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 (TypeScript SDK) will be documented in this fi
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 AI Partner Up
3+
Copyright (c) 2026 AI Perceivable
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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,12 +12,12 @@ Terminal adapter for apcore. Execute AI-Perceivable modules from the command lin
1212

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

20-
**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.
20+
**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.
2121

2222
```
2323
┌──────────────────┐
@@ -281,7 +281,7 @@ apcore Registry + Executor (your modules, unchanged)
281281
## Development
282282
283283
```bash
284-
git clone https://github.com/aipartnerup/apcore-cli-typescript.git
284+
git clone https://github.com/aiperceivable/apcore-cli-typescript.git
285285
cd apcore-cli-typescript
286286
pnpm install
287287
pnpm test # 183 tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apcore-cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "CLI wrapper for the apcore core SDK — exposes apcore modules as CLI commands",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)