From d413e70e02350dc044cbe6a020cc861a535c3656 Mon Sep 17 00:00:00 2001 From: 1337er Date: Thu, 19 Dec 2024 17:43:17 +0800 Subject: [PATCH] Update package configurations, README, and CI workflows - Added repository information to package.json. - Updated package manager version to pnpm@9.0.0. - Changed CI and CodeQL badge links in README to point to the new repository. - Updated clone instructions in README to reflect the new repository URL. - Enhanced CI workflow by upgrading pnpm action to v4 and adjusting installation parameters. - Bumped version for @tokenizin/config package to 0.2.0 and added CHANGELOG. - Added CHANGELOG for ai-repomap package with semantic bump. --- .github/workflows/ci.yml | 20 ++++++++++++++------ README.md | 8 ++++---- package.json | 10 +++++----- packages/ai-repomap/CHANGELOG.md | 6 ++++++ packages/config/CHANGELOG.md | 7 +++++++ packages/config/package.json | 2 +- 6 files changed, 37 insertions(+), 16 deletions(-) create mode 100644 packages/config/CHANGELOG.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66f68ca..48a3a84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,16 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "20" + node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 8 + version: 8.x + dest: ~/setup-pnpm + run_install: null + package_json_file: package.json + standalone: false - name: Install dependencies run: pnpm install @@ -46,12 +50,16 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "20" + node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 8 + version: 8.x + dest: ~/setup-pnpm + run_install: null + package_json_file: package.json + standalone: false - name: Install dependencies run: pnpm install diff --git a/README.md b/README.md index df729a9..ff34990 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)](https://nodejs.org/) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](LICENSE) -[![CI](https://img.shields.io/github/actions/workflow/status/tokenizin-agency/tokenizin/ci.yml?branch=main&style=for-the-badge&label=CI)](https://github.com/tokenizin-agency/tokenizin/actions/workflows/ci.yml) -[![CodeQL](https://img.shields.io/github/actions/workflow/status/tokenizin-agency/tokenizin/codeql.yml?branch=main&style=for-the-badge&label=CodeQL)](https://github.com/tokenizin-agency/tokenizin/actions/workflows/codeql.yml) +[![CI](https://img.shields.io/github/actions/workflow/status/tokenizin-agency/aicore/ci.yml?branch=main&style=for-the-badge&label=CI)](https://github.com/tokenizin-agency/aicore/actions/workflows/ci.yml) +[![CodeQL](https://img.shields.io/github/actions/workflow/status/tokenizin-agency/aicore/codeql.yml?branch=main&style=for-the-badge&label=CodeQL)](https://github.com/tokenizin-agency/aicore/actions/workflows/codeql.yml) @@ -38,8 +38,8 @@ A powerful monorepo of AI development tools designed to enhance your coding work ```bash # Clone the repository -git clone https://github.com/tokenizin-agency/tokenizin.git -cd tokenizin +git clone https://github.com/tokenizin-agency/aicore.git +cd aicore # Install dependencies pnpm install diff --git a/package.json b/package.json index 9555f46..6f89401 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "private": true, "version": "0.0.0", "description": "A powerful monorepo of AI development tools", + "repository": { + "type": "git", + "url": "https://github.com/tokenizin-agency/aicore.git" + }, "scripts": { "build": "pnpm -r build", "test": "pnpm -r test", @@ -13,11 +17,7 @@ "version-packages": "changeset version", "release": "pnpm build && changeset publish" }, - "engines": { - "node": ">=18", - "pnpm": ">=8" - }, - "packageManager": "pnpm@8.x", + "packageManager": "pnpm@9.0.0", "devDependencies": { "@changesets/cli": "^2.27.1", "@typescript-eslint/eslint-plugin": "^6.0.0", diff --git a/packages/ai-repomap/CHANGELOG.md b/packages/ai-repomap/CHANGELOG.md index 738fddf..617993c 100644 --- a/packages/ai-repomap/CHANGELOG.md +++ b/packages/ai-repomap/CHANGELOG.md @@ -4,6 +4,12 @@ ### Minor Changes +- semantic bump + +## 0.2.0 + +### Minor Changes + - e2b2dd9: gen - added classes and more inspection output diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md new file mode 100644 index 0000000..98d450e --- /dev/null +++ b/packages/config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @tokenizin/config + +## 0.2.0 + +### Minor Changes + +- semantic bump diff --git a/packages/config/package.json b/packages/config/package.json index 1422e48..66d2741 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tokenizin/config", - "version": "0.1.0", + "version": "0.2.0", "private": true, "main": "index.js", "files": [