-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms-full.txt
More file actions
89 lines (71 loc) · 3.98 KB
/
llms-full.txt
File metadata and controls
89 lines (71 loc) · 3.98 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# codex-cli-bootstrap (Full machine-readable context)
## Summary
codex-cli-bootstrap is an OS-structured Codex environment mirror focused on portable Codex runtime reproducibility and public open source distribution readiness.
It provides deterministic install, verification, and export workflows, with strict secret hygiene, strict hierarchy boundaries, and an explicit Linux/macOS/Windows profile model.
## Current baseline
- Current primary exported payload: Linux
- MCP baseline: 6 (`context7`, `sequential-thinking`, `github`, `shadcn`, `chrome-devtools`, `serena`)
- Non-system skills: 32 total
- Custom skills: 23 (`codex/os/linux/runtime/skills/custom/*`)
- Shared profiles: 9 (`codex/os/common/agents/codex-agents/*`)
- Overlap policy: forbidden between shared and custom skill groups
- Native macOS and Windows profile slots are staged for future exports
## Canonical file map
- `/README.md` - primary documentation and quickstart
- `/CHANGELOG.md` - release history
- `/SECURITY.md` - vulnerability reporting policy
- `/CONTRIBUTING.md` - contribution workflow
- `/docs/setup/PROFILE_MATRIX.md` - OS support and payload matrix
- `/docs/setup/PORTABLE_SETUP.md` - portable setup reference
- `/docs/setup/PROD_RUNBOOK.md` - production restore runbook
- `/docs/setup/os/linux.md` - Linux setup specifics
- `/docs/setup/os/macos.md` - macOS setup specifics
- `/docs/setup/os/windows.md` - Windows setup specifics
- `/codex/os/linux/runtime/README.md` - primary exported runtime module index
- `/codex/os/macos/runtime/README.md` - native macOS profile slot contract
- `/codex/os/windows/runtime/README.md` - native Windows profile slot contract
- `/codex/os/linux/runtime/config/config.template.toml` - config template with placeholders
- `/codex/os/linux/runtime/config/projects.trust.snapshot.toml` - trust snapshot template
- `/codex/os/linux/runtime/agents/global.AGENTS.md` - global runtime policy snapshot
- `/codex/os/linux/runtime/rules/default.rules` - portable rules
- `/codex/os/linux/runtime/rules/default.rules.source.snapshot` - exact source rules snapshot
- `/codex/os/linux/runtime/meta/toolchain.lock` - toolchain lock snapshot
- `/codex/os/linux/runtime/skills/manifests/custom-skills.manifest.txt` - custom skill canonical list
- `/codex/os/common/agents/codex-agents/README.md` - shared profile docs
- `/scripts/os/README.md` - OS installer hierarchy
- `/templates/AGENTS.md` - reusable repository AGENTS starter template
## Script contracts
- `/scripts/bootstrap.sh`
- Installs the required CLI layer for the current OS and runs the install and verify pipeline.
- `/scripts/install.sh`
- Installs the selected runtime payload into `$CODEX_HOME`.
- Enforces strict no-overlap between shared profiles and custom skills.
- Supports `--rules-mode exact|portable`.
- Falls back to the current primary exported payload when a native OS payload is not present yet.
- `/scripts/verify.sh`
- Validates MCP presence, config substitution, rules consistency, and skill hierarchy integrity.
- `/scripts/export-from-local.sh`
- Exports local Codex state into the runtime profile that matches the actual source OS.
- Sanitizes config placeholders and rejects detected token-like values.
- Rejects cross-profile export on purpose.
- `/scripts/self-test.sh`
- Performs clean-room installation and deterministic assertions.
## Security model
- No real credentials in repository templates
- Placeholder-only secrets in config templates
- Snapshot export sanitization for known token patterns
- Security policy and private disclosure path in `SECURITY.md`
## Community model
- GitHub Discussions for setup questions and architecture conversations
- GitHub Issues for reproducible bugs and feature requests
- CODEOWNERS-based review ownership with owner-led governance
## Intended discovery terms
- codex cli configuration
- codex mcp setup
- ubuntu codex bootstrap
- macos codex bootstrap
- windows codex bootstrap
- ai cli workstation setup
- deterministic environment provisioning
- codex skills baseline
- open-source developer environment template