ravefoxnastenka-sektaSettings
Control who can see this repository. Private repositories are only visible to the owner and collaborators.
Collaborators have write (push) access to this repository.
Static hosting
Pages
Publish a site from this repo — same idea as GitHub Pages. Anyone with the link can view it once deployed.
Install AI coding tool hooks to automatically track AI-generated commits in the AI Timeline. Clicking install commits the hook files directly to the default branch.
Codex CLI requires codex_hooks = true in ~/.codex/config.toml under [features]. Cursor picks up .cursor/hooks.json from the project root automatically.
Configure webhooks to trigger deploy previews on push. Select a provider template or enter a custom URL.
Store tokens here instead of chat. Secrets are encrypted, never shown again, and injected into every CI job. Variables are visible config.
Register a repo-scoped runner for this project, then start it with oxygit runner run --token …. Shared instance runners are installed on the host via bootstrap token — see Native CI docs.
Configure rules to scan AI-generated code on push. Warn logs violations. Block rejects the push.