chore: follow the ai-coding-workflow-labs -> ai-labs rename

This commit is contained in:
2026-08-31 17:47:03 +07:00
parent 07ab731a29
commit 0d84e01523
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
working-directory: gstack
env:
SITE_URL: https://tiennm99.github.io
SITE_BASE: /ai-coding-workflow-labs/gstack
SITE_BASE: /ai-labs/gstack
- name: Build cc4e-course quiz
run: npm ci && npm run build
+11 -11
View File
@@ -1,22 +1,22 @@
# ai-coding-workflow-labs
# ai-labs
Experiments with AI-assisted coding workflows and tooling. Each directory was a
standalone repository, merged here with full history. The web demos are served
together at **[tiennm99.github.io/ai-coding-workflow-labs](https://tiennm99.github.io/ai-coding-workflow-labs/)**.
together at **[tiennm99.github.io/ai-labs](https://tiennm99.github.io/ai-labs/)**.
| Directory | Experiment | Demo |
| --- | --- | --- |
| [`claudekit/`](./claudekit/) | ClaudeKit workflow (Vite/JS) | [/claudekit/](https://tiennm99.github.io/ai-coding-workflow-labs/claudekit/) |
| [`superpowers/`](./superpowers/) | Superpowers skill set (Vite/JS) | [/superpowers/](https://tiennm99.github.io/ai-coding-workflow-labs/superpowers/) |
| [`bmad/`](./bmad/) | BMAD method (Vite/JS) | [/bmad/](https://tiennm99.github.io/ai-coding-workflow-labs/bmad/) |
| [`oh-my-claudecode/`](./oh-my-claudecode/) | oh-my-claudecode (static) | [/oh-my-claudecode/](https://tiennm99.github.io/ai-coding-workflow-labs/oh-my-claudecode/) |
| [`gstack/`](./gstack/) | gstack starter (Astro/Bun) | [/gstack/](https://tiennm99.github.io/ai-coding-workflow-labs/gstack/) |
| [`cc4e-course/`](./cc4e-course/) | Claude Code for Everyone course work | [/cc4e-course/](https://tiennm99.github.io/ai-coding-workflow-labs/cc4e-course/) |
| [`advanced-claude-workflows/`](./advanced-claude-workflows/) | Hooks/aliases notes | [/advanced-claude-workflows/](https://tiennm99.github.io/ai-coding-workflow-labs/advanced-claude-workflows/) |
| [`cowork-complete-guide/`](./cowork-complete-guide/) | Claude Cowork complete-guide practices | [/cowork-complete-guide/](https://tiennm99.github.io/ai-coding-workflow-labs/cowork-complete-guide/) |
| [`claudekit/`](./claudekit/) | ClaudeKit workflow (Vite/JS) | [/claudekit/](https://tiennm99.github.io/ai-labs/claudekit/) |
| [`superpowers/`](./superpowers/) | Superpowers skill set (Vite/JS) | [/superpowers/](https://tiennm99.github.io/ai-labs/superpowers/) |
| [`bmad/`](./bmad/) | BMAD method (Vite/JS) | [/bmad/](https://tiennm99.github.io/ai-labs/bmad/) |
| [`oh-my-claudecode/`](./oh-my-claudecode/) | oh-my-claudecode (static) | [/oh-my-claudecode/](https://tiennm99.github.io/ai-labs/oh-my-claudecode/) |
| [`gstack/`](./gstack/) | gstack starter (Astro/Bun) | [/gstack/](https://tiennm99.github.io/ai-labs/gstack/) |
| [`cc4e-course/`](./cc4e-course/) | Claude Code for Everyone course work | [/cc4e-course/](https://tiennm99.github.io/ai-labs/cc4e-course/) |
| [`advanced-claude-workflows/`](./advanced-claude-workflows/) | Hooks/aliases notes | [/advanced-claude-workflows/](https://tiennm99.github.io/ai-labs/advanced-claude-workflows/) |
| [`cowork-complete-guide/`](./cowork-complete-guide/) | Claude Cowork complete-guide practices | [/cowork-complete-guide/](https://tiennm99.github.io/ai-labs/cowork-complete-guide/) |
| [`ross-mike-workflows/`](./ross-mike-workflows/) | Ross Mike workflows mini-lesson practices | — |
| [`vin-obsidian-workflows/`](./vin-obsidian-workflows/) | Vin Obsidian workflows mini-lesson practices (Obsidian vault) | — |
| [`gsd-framework/`](./gsd-framework/) | GSD (Get Shit Done) Advanced Vibe Coding practice — expense splitter (Vite/Preact) | [/gsd-framework/](https://tiennm99.github.io/ai-coding-workflow-labs/gsd-framework/) |
| [`gsd-framework/`](./gsd-framework/) | GSD (Get Shit Done) Advanced Vibe Coding practice — expense splitter (Vite/Preact) | [/gsd-framework/](https://tiennm99.github.io/ai-labs/gsd-framework/) |
| [`cline/`](./cline/) | Cline agent test — Flappy Bird game (Phaser/webpack) | — |
| [`solver/`](./solver/) | Solver agent test — Netty 4 WebSocket game server (Java/Maven) | — |
+1 -1
View File
@@ -4,6 +4,6 @@ import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
base: '/ai-coding-workflow-labs/bmad/',
base: '/ai-labs/bmad/',
plugins: [svelte(), tailwindcss()],
})
+2 -2
View File
@@ -1,9 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// Static export so the quiz can be served from GitHub Pages
// under /ai-coding-workflow-labs/cc4e-course/.
// under /ai-labs/cc4e-course/.
output: "export",
basePath: "/ai-coding-workflow-labs/cc4e-course",
basePath: "/ai-labs/cc4e-course",
};
export default nextConfig;
+1 -1
View File
@@ -1,5 +1,5 @@
import { defineConfig } from "vite";
export default defineConfig({
base: "/ai-coding-workflow-labs/claudekit/",
base: "/ai-labs/claudekit/",
});
+1 -1
View File
@@ -2,6 +2,6 @@ import { defineConfig } from 'vite';
import preact from '@preact/preset-vite';
export default defineConfig({
base: '/ai-coding-workflow-labs/gsd-framework/',
base: '/ai-labs/gsd-framework/',
plugins: [preact()],
});
+1 -1
View File
@@ -3,7 +3,7 @@ import tailwind from '@astrojs/tailwind';
import sitemap from '@astrojs/sitemap';
const siteUrl = process.env.SITE_URL ?? 'https://tiennm99.github.io';
const basePath = process.env.SITE_BASE ?? '/ai-coding-workflow-labs/gstack';
const basePath = process.env.SITE_BASE ?? '/ai-labs/gstack';
export default defineConfig({
site: siteUrl,
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
base: "/ai-coding-workflow-labs/superpowers/",
base: "/ai-labs/superpowers/",
plugins: [react()],
test: {
globals: true,