Skip to content

Commit 291915c

Browse files
committed
feat(banner): replace CK art with ContextKit slant logo (0.12.17)
1 parent d4273a1 commit 291915c

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.17] - 2026-03-04
4+
5+
### Changed
6+
- **Banner art** — replaced "CK" initials ASCII art with full "ContextKit" slant-style logo on `ck install` and `ck update`.
7+
8+
---
9+
310
## [0.12.15] - 2026-03-04
411

512
### Added

lib/utils/banner.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ const chalk = require('chalk');
33
// ── ASCII art ──────────────────────────────────────────────────────────────
44

55
const LINES = [
6-
' ______ __ ',
7-
' / ____/ / /__ ',
8-
' / / / //_/ ',
9-
'/ /___ / ,< ',
10-
'\\____/ /_/|_| ',
6+
' ______ __ __ __ __ _ __ ',
7+
' / ____/ ____ ____ / /_ ___ _ __ / /_ / //_/ (_) / /_ ',
8+
' / / / __ \\ / __ \\ / __/ / _ \\ | |/_/ / __/ / ,< / / / __/ ',
9+
'/ /___ / /_/ / / / / / / /_ / __/ _> < / /_ / /| | / / / /_ ',
10+
'\\____/ \\____/ /_/ /_/ \\__/ \\___/ /_/|_| \\__/ /_/ |_| /_/ \\__/ ',
1111
];
1212

1313
// ── Color helpers ──────────────────────────────────────────────────────────

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nolrm/contextkit",
3-
"version": "0.12.16",
3+
"version": "0.12.17",
44
"description": "ContextKit - Context Engineering for AI Development. Provide rich context to AI through structured MD files with standards, code guides, and documentation. Works with Cursor, Claude, Aider, VS Code Copilot, and more.",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)