File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed
Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to apcore-cli (TypeScript SDK) will be documented in this fi
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2026 AI Partner Up
3+ Copyright (c) 2026 AI Perceivable
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
285285cd apcore-cli-typescript
286286pnpm install
287287pnpm test # 183 tests
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments