Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
},
"plugins": [
{
"name": "llmock",
"name": "aimock",
"source": {
"source": "npm",
"package": "@copilotkit/aimock",
"version": "^1.13.0"
},
"description": "Fixture authoring skill for @copilotkit/aimock — match fields, response types, embeddings, structured output, sequential responses, streaming physics, agent loop patterns, gotchas, and debugging"
"description": "Fixture authoring skill for @copilotkit/aimock — LLM, multimedia (image/TTS/transcription/video), MCP, A2A, AG-UI, vector, embeddings, structured output, sequential responses, streaming physics, record/replay, agent loop patterns, and debugging"
}
]
}
8 changes: 4 additions & 4 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "llmock",
"name": "aimock",
"version": "1.13.0",
"description": "Fixture authoring guidance for @copilotkit/aimock",
"description": "Fixture authoring guidance for @copilotkit/aimock — LLM, multimedia, MCP, A2A, AG-UI, vector, and service mocking",
"author": {
"name": "CopilotKit"
},
"homepage": "https://github.com/CopilotKit/llmock",
"repository": "https://github.com/CopilotKit/llmock",
"homepage": "https://github.com/CopilotKit/aimock",
"repository": "https://github.com/CopilotKit/aimock",
"license": "MIT",
"skills": "./skills"
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ coverage/
**/__pycache__/
packages/.remember/
packages/.claude/
# Internal planning docs — NEVER commit these
docs/superpowers/
docs/plans/
docs/specs/
6 changes: 5 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# llmock
# aimock

## Before Every Commit

Expand Down Expand Up @@ -43,6 +43,10 @@ Automated drift remediation lives in `scripts/`:

See `DRIFT.md` for full documentation and `.github/workflows/fix-drift.yml` for the CI workflow.

## Forbidden Paths

- **NEVER commit internal planning documents** (specs, plans, design docs) to this repo. No `docs/superpowers/`, no `docs/plans/`, no `docs/specs/`. These are gitignored. Store them in Notion or `~/.claude/` instead.

## Commit Messages

- This repo enforces conventional commit prefixes via commitlint: `fix:`, `feat:`, `docs:`, `test:`, `chore:`, `refactor:`, etc.
Expand Down
Loading
Loading