mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
84fb4c6c0a
AST-based extraction (remark + remark-mdx) finds doctest-tagged code blocks in MDX files. Execution harness runs them against aimock with category-specific validation (server health-check, script exit code, component type-check). CI workflow triggers on docs/** changes. - stripCommonIndent for JSX-indented blocks - validateDepName for shell injection prevention - try/finally process cleanup on all spawn paths - 10 extraction tests
65 lines
715 B
Plaintext
65 lines
715 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
.vscode
|
|
.chalk
|
|
.claude/*.local.json
|
|
.claude/worktrees
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
__snapshots__
|
|
@generated
|
|
node_modules
|
|
.pnpm-store
|
|
.idea/
|
|
cdk_outputs.json
|
|
.nx
|
|
test-run-comment.md
|
|
superpowers/
|
|
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
**/.langgraph_api
|
|
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
|
|
__pycache__/
|
|
*.env
|
|
.doctest-output/
|
|
*.next
|
|
.venv
|
|
.vercel
|
|
|
|
docs/next-env.d.ts
|
|
|
|
# External repos (cloned for development)
|
|
ext-apps/
|
|
dist
|
|
.nx
|
|
.angular
|
|
build
|
|
debug-storybook.log
|
|
storybook-static
|
|
coverage
|
|
.turbo
|
|
.langgraph_api
|
|
lefthook-local.yml
|
|
.husky/
|
|
.langgraph_api
|
|
|
|
# Binary artifacts
|
|
*.dSYM/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.wasm
|
|
tasks/
|