Skip to content

Commit f5ff4e9

Browse files
authored
feat: hard cut OpenVibeCoding namespace (#97)
1 parent 84f3750 commit f5ff4e9

919 files changed

Lines changed: 8539 additions & 8543 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cortexpilot-ci-core",
2+
"name": "openvibecoding-ci-core",
33
"dockerComposeFile": [
44
"../infra/ci/compose.yml"
55
],

.env.example

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
# CortexPilot local minimal template (do not commit real secrets)
1+
# OpenVibeCoding local minimal template (do not commit real secrets)
22
# Core ports and API auth
3-
CORTEXPILOT_DEV_HOST=127.0.0.1
4-
CORTEXPILOT_API_PORT=10000
5-
CORTEXPILOT_DASHBOARD_PORT=3100
6-
CORTEXPILOT_DESKTOP_PORT=18173
7-
CORTEXPILOT_API_AUTH_REQUIRED=true
8-
CORTEXPILOT_API_TOKEN=cortexpilot-dev-token
3+
OPENVIBECODING_DEV_HOST=127.0.0.1
4+
OPENVIBECODING_API_PORT=10000
5+
OPENVIBECODING_DASHBOARD_PORT=3100
6+
OPENVIBECODING_DESKTOP_PORT=18173
7+
OPENVIBECODING_API_AUTH_REQUIRED=true
8+
OPENVIBECODING_API_TOKEN=openvibecoding-dev-token
99

1010
# Frontend runtime wiring (public env for web / desktop shell token)
11-
NEXT_PUBLIC_CORTEXPILOT_API_BASE=http://127.0.0.1:10000
12-
NEXT_PUBLIC_CORTEXPILOT_API_TOKEN=cortexpilot-dev-token
13-
VITE_CORTEXPILOT_API_BASE=http://127.0.0.1:10000
14-
VITE_CORTEXPILOT_API_TOKEN=cortexpilot-dev-token
11+
NEXT_PUBLIC_OPENVIBECODING_API_BASE=http://127.0.0.1:10000
12+
NEXT_PUBLIC_OPENVIBECODING_API_TOKEN=openvibecoding-dev-token
13+
VITE_OPENVIBECODING_API_BASE=http://127.0.0.1:10000
14+
VITE_OPENVIBECODING_API_TOKEN=openvibecoding-dev-token
1515
# Optional hosted/public dashboard origins (comma-separated, no secrets)
16-
CORTEXPILOT_API_ALLOWED_ORIGINS=
16+
OPENVIBECODING_API_ALLOWED_ORIGINS=
1717
# Later-gated queue pilot stays default-off unless a trusted operator environment enables it.
18-
CORTEXPILOT_MCP_QUEUE_PILOT_ENABLE_APPLY=0
18+
OPENVIBECODING_MCP_QUEUE_PILOT_ENABLE_APPLY=0
1919

2020
# Unified LLM provider selection
2121
# Supported: gemini | openai | anthropic
22-
CORTEXPILOT_PROVIDER=gemini
22+
OPENVIBECODING_PROVIDER=gemini
2323
# Optional overrides (leave empty to use provider defaults)
24-
CORTEXPILOT_PROVIDER_BASE_URL=
25-
CORTEXPILOT_PROVIDER_MODEL=
26-
CORTEXPILOT_PROVIDER_USE_LITELLM=0
24+
OPENVIBECODING_PROVIDER_BASE_URL=
25+
OPENVIBECODING_PROVIDER_MODEL=
26+
OPENVIBECODING_PROVIDER_USE_LITELLM=0
2727

2828
# M10 SSOT alignment: prefer canonical MCP timeout keys for new config
29-
CORTEXPILOT_MCP_TIMEOUT_SEC=
30-
CORTEXPILOT_MCP_CONNECT_TIMEOUT_SEC=
31-
CORTEXPILOT_MCP_CLEANUP_TIMEOUT_SEC=
29+
OPENVIBECODING_MCP_TIMEOUT_SEC=
30+
OPENVIBECODING_MCP_CONNECT_TIMEOUT_SEC=
31+
OPENVIBECODING_MCP_CLEANUP_TIMEOUT_SEC=
3232
# Compatibility keys are still registered; keep only for legacy/runtime compatibility
33-
CORTEXPILOT_MCP_SERVER_TIMEOUT_SEC=
34-
CORTEXPILOT_MCP_SERVER_CONNECT_TIMEOUT_SEC=
35-
CORTEXPILOT_MCP_SERVER_CLEANUP_TIMEOUT_SEC=
33+
OPENVIBECODING_MCP_SERVER_TIMEOUT_SEC=
34+
OPENVIBECODING_MCP_SERVER_CONNECT_TIMEOUT_SEC=
35+
OPENVIBECODING_MCP_SERVER_CLEANUP_TIMEOUT_SEC=
3636

3737
# Provider credentials (fill only what you use)
3838
GEMINI_API_KEY=
@@ -41,42 +41,42 @@ ANTHROPIC_API_KEY=
4141
GEMINI_BASE_URL=
4242

4343
# Optional eval overrides
44-
CORTEXPILOT_EVAL_MODEL=
45-
CORTEXPILOT_EVAL_CONFIG=tests/evals/promptfoo/promptfooconfig.yaml
44+
OPENVIBECODING_EVAL_MODEL=
45+
OPENVIBECODING_EVAL_CONFIG=tests/evals/promptfoo/promptfooconfig.yaml
4646

4747
# Optional governance knobs
48-
CORTEXPILOT_RUM_MAX_PAYLOAD_BYTES=32768
49-
CORTEXPILOT_CI_CANARY_DRY_RUN=0
48+
OPENVIBECODING_RUM_MAX_PAYLOAD_BYTES=32768
49+
OPENVIBECODING_CI_CANARY_DRY_RUN=0
5050
# Host compatibility only: set to 1 to bypass docker auto-routing for local gate diagnostics.
51-
CORTEXPILOT_HOST_COMPAT=0
52-
# Repo-authored runtime artifacts stay under .runtime-cache/. Repo-owned external caches stay under ~/.cache/cortexpilot.
53-
CORTEXPILOT_MACHINE_CACHE_ROOT=~/.cache/cortexpilot
54-
CORTEXPILOT_RETENTION_MACHINE_CACHE_CAP_BYTES=21474836480
55-
CORTEXPILOT_MACHINE_CACHE_AUTO_PRUNE=1
56-
CORTEXPILOT_MACHINE_CACHE_AUTO_PRUNE_INTERVAL_SEC=1800
57-
# Local development uses the repo-owned Chrome singleton rooted under ~/.cache/cortexpilot/browser/.
51+
OPENVIBECODING_HOST_COMPAT=0
52+
# Repo-authored runtime artifacts stay under .runtime-cache/. Repo-owned external caches stay under ~/.cache/openvibecoding.
53+
OPENVIBECODING_MACHINE_CACHE_ROOT=~/.cache/openvibecoding
54+
OPENVIBECODING_RETENTION_MACHINE_CACHE_CAP_BYTES=21474836480
55+
OPENVIBECODING_MACHINE_CACHE_AUTO_PRUNE=1
56+
OPENVIBECODING_MACHINE_CACHE_AUTO_PRUNE_INTERVAL_SEC=1800
57+
# Local development uses the repo-owned Chrome singleton rooted under ~/.cache/openvibecoding/browser/.
5858
# First migrate the named default-Chrome profile once, then keep manual and automation flows attached to the same CDP endpoint.
5959
CHROME_PATH=
60-
CORTEXPILOT_BROWSER_PROFILE_MODE=allow_profile
61-
CORTEXPILOT_BROWSER_PROFILE_DIR=~/.cache/cortexpilot/browser/chrome-user-data
62-
CORTEXPILOT_BROWSER_PROFILE_NAME=cortexpilot
63-
CORTEXPILOT_BROWSER_PROFILE_ALLOWLIST=~/.cache/cortexpilot/browser
64-
CORTEXPILOT_BROWSER_CDP_HOST=127.0.0.1
65-
CORTEXPILOT_BROWSER_CDP_PORT=9341
60+
OPENVIBECODING_BROWSER_PROFILE_MODE=allow_profile
61+
OPENVIBECODING_BROWSER_PROFILE_DIR=~/.cache/openvibecoding/browser/chrome-user-data
62+
OPENVIBECODING_BROWSER_PROFILE_NAME=openvibecoding
63+
OPENVIBECODING_BROWSER_PROFILE_ALLOWLIST=~/.cache/openvibecoding/browser
64+
OPENVIBECODING_BROWSER_CDP_HOST=127.0.0.1
65+
OPENVIBECODING_BROWSER_CDP_PORT=9341
6666

6767
# Optional CI diagnostics / route-evidence knobs (usually injected by workflow, not hand-authored locally)
68-
CORTEXPILOT_CI_PROFILE=auto
69-
CORTEXPILOT_CI_SLICE=full
70-
CORTEXPILOT_DOCKER_CI_FORCE_REBUILD=0
71-
CORTEXPILOT_CI_PROVENANCE_IMAGE=cortexpilot-ci-core:local
72-
CORTEXPILOT_CI_ROUTE_ID=
73-
CORTEXPILOT_CI_TRUST_CLASS=
74-
CORTEXPILOT_CI_RUNNER_CLASS=
75-
CORTEXPILOT_CI_CLOUD_BOOTSTRAP_ALLOWED=false
76-
CORTEXPILOT_CI_CLOUD_BOOTSTRAP_USED=false
77-
CORTEXPILOT_CI_CONTROL_PLANE_DOCTOR_OUT_DIR=.runtime-cache/test_output/ci_control_plane_doctor
78-
CORTEXPILOT_DOCTOR_REQUIRE_DOCKER=1
79-
CORTEXPILOT_DOCTOR_REQUIRE_SUDO=1
80-
CORTEXPILOT_CI_PM_CHAT_ON_PR=0
81-
CORTEXPILOT_UPSTREAM_RECORD_FRESH_SEC=1800
82-
CORTEXPILOT_UPSTREAM_VERIFICATION_TIMEOUT_SEC=180
68+
OPENVIBECODING_CI_PROFILE=auto
69+
OPENVIBECODING_CI_SLICE=full
70+
OPENVIBECODING_DOCKER_CI_FORCE_REBUILD=0
71+
OPENVIBECODING_CI_PROVENANCE_IMAGE=openvibecoding-ci-core:local
72+
OPENVIBECODING_CI_ROUTE_ID=
73+
OPENVIBECODING_CI_TRUST_CLASS=
74+
OPENVIBECODING_CI_RUNNER_CLASS=
75+
OPENVIBECODING_CI_CLOUD_BOOTSTRAP_ALLOWED=false
76+
OPENVIBECODING_CI_CLOUD_BOOTSTRAP_USED=false
77+
OPENVIBECODING_CI_CONTROL_PLANE_DOCTOR_OUT_DIR=.runtime-cache/test_output/ci_control_plane_doctor
78+
OPENVIBECODING_DOCTOR_REQUIRE_DOCKER=1
79+
OPENVIBECODING_DOCTOR_REQUIRE_SUDO=1
80+
OPENVIBECODING_CI_PM_CHAT_ON_PR=0
81+
OPENVIBECODING_UPSTREAM_RECORD_FRESH_SEC=1800
82+
OPENVIBECODING_UPSTREAM_VERIFICATION_TIMEOUT_SEC=180

.github/codeql/codeql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cortexpilot-codeql
1+
name: openvibecoding-codeql
22

33
paths-ignore:
44
- .runtime-cache/**

.github/workflows/changed-scope-quality-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
fi
114114
cat > .runtime-cache/test_output/changed_scope_quality/meta/truth_status.json <<EOF
115115
{
116-
"report_type": "cortexpilot_changed_scope_truth_status",
116+
"report_type": "openvibecoding_changed_scope_truth_status",
117117
"sample_fallback_used": ${sample_fallback_used},
118118
"analytics_only": true,
119119
"blocking_quality_gate": false,

0 commit comments

Comments
 (0)