|
10 | 10 | <details> |
11 | 11 | <summary><strong>Table of Contents</strong></summary> |
12 | 12 |
|
13 | | -1. [Quickstart](#quickstart) |
14 | | -1. [Why Codex?](#why-codex) |
15 | | -1. [Features](#features) |
16 | | -1. [System Requirements](#system-requirements) |
17 | | -1. [Security Model & Permissions](#security-model--permissions) |
18 | | -1. [CLI Reference](#cli-reference) |
19 | | -1. [Memory & Project Docs](#memory--project-docs) |
20 | | -1. [Non‑interactive / CI mode](#non‑interactive--ci-mode) |
21 | | -1. [Recipes](#recipes) |
22 | | -1. [Installation](#installation) |
23 | | -1. [FAQ](#faq) |
24 | | -1. [Contributing](#contributing) |
25 | | -1. [Security & Responsible AI](#security--responsible-ai) |
26 | | -1. [License](#license) |
| 13 | +- [Quickstart](#quickstart) |
| 14 | +- [Why Codex?](#whycodex) |
| 15 | +- [Security Model \& Permissions](#securitymodelpermissions) |
| 16 | + - [Platform sandboxing details](#platform-sandboxing-details) |
| 17 | +- [System Requirements](#systemrequirements) |
| 18 | +- [CLI Reference](#clireference) |
| 19 | +- [Memory \& Project Docs](#memoryprojectdocs) |
| 20 | +- [Non‑interactive / CI mode](#noninteractivecimode) |
| 21 | +- [Recipes](#recipes) |
| 22 | +- [Installation](#installation) |
| 23 | +- [Configuration](#configuration) |
| 24 | +- [FAQ](#faq) |
| 25 | +- [Contributing](#contributing) |
| 26 | + - [Development workflow](#development-workflow) |
| 27 | + - [Writing high‑impact code changes](#writing-highimpact-code-changes) |
| 28 | + - [Opening a pull request](#opening-a-pull-request) |
| 29 | + - [Review process](#review-process) |
| 30 | + - [Community values](#community-values) |
| 31 | + - [Getting help](#getting-help) |
| 32 | + - [Developer Certificate of Origin (DCO)](#developer-certificate-of-origin-dco) |
| 33 | + - [How to sign (recommended flow)](#how-to-sign-recommended-flow) |
| 34 | + - [Quick fixes](#quick-fixes) |
| 35 | +- [Security \& Responsible AI](#securityresponsibleai) |
| 36 | +- [License](#license) |
27 | 37 |
|
28 | 38 | </details> |
29 | 39 |
|
@@ -315,12 +325,6 @@ npm run format:fix |
315 | 325 | 2. We may ask for changes – please do not take this personally. We value the work, we just also value consistency and long‑term maintainability. |
316 | 326 | 3. When there is consensus that the PR meets the bar, a maintainer will squash‑and‑merge. |
317 | 327 |
|
318 | | -### Triaging labels |
319 | | - |
320 | | -- `good first issue` – great for newcomers, usually well‑scoped and low risk. |
321 | | -- `help wanted` – higher impact, still looking for outside contributors. |
322 | | -- `discussion` – exploring the problem/solution space; code contributions are discouraged until the direction is clear. |
323 | | - |
324 | 328 | ### Community values |
325 | 329 |
|
326 | 330 | - **Be kind and inclusive.** Treat others with respect; we follow the [Contributor Covenant](https://www.contributor-covenant.org/). |
|
0 commit comments