-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathMANIFEST.in
More file actions
38 lines (38 loc) · 1.65 KB
/
Copy pathMANIFEST.in
File metadata and controls
38 lines (38 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
include README.md LICENSE CHANGELOG.md CONTRIBUTING.md SECURITY.md AGENTS.md
include package.json package-lock.json playwright.config.mjs
include .agents/plugins/marketplace.json
exclude .mcp.json
prune .codex-plugin
prune assets
include config/kernel-code-disposition-v1.json
include config/kernel-development-efficiency-v1.json
include config/kernel-fault-recovery-scale-v1.json
include config/kernel-overlay-adapter-v1.json
include config/kernel-performance-budget.json
include config/kernel-release-candidate-budget.json
include docs/decisions/evidence/kernel-release-candidate-package-budget-supersession.json
include config/kernel-release-cutover-v1.json
include config/kernel-release-qualification-v1.json
include config/kernel-retired-surfaces-v1.json
include config/kernel-stable-contract-v1.json
recursive-include docs *.md
prune scripts
include scripts/benchmark_kernel.py
include scripts/check_kernel_maintainability.py
include scripts/check_kernel_release_candidate.py
include scripts/check_kernel_scope.py
include scripts/check_release.py
include scripts/generate_kernel_interfaces.py
include scripts/generate_kernel_manifests.py
include scripts/build_kernel_console.mjs
include scripts/check_kernel_console.mjs
include scripts/smoke_installed_console.py
recursive-include frontend/kernel-console *.css *.html *.js *.json
recursive-include tests/agent_kernel/storage *.py
include tests/agent_kernel/contracts/vectors/identity-v1.json
recursive-include tests/agent_kernel/fixtures/tiny-v1 *.json
recursive-include tests/kernel *.json *.jsonl *.py
recursive-include tests/frontend *.mjs
recursive-include tests/e2e *.mjs
prune tests/release
global-exclude __pycache__ *.py[cod]