chore: snapshot local working tree (clean, ignoring .git.nosync internals)
Some checks failed
ci / validate (push) Has been cancelled

This commit is contained in:
cx-git-agent 2026-05-17 15:30:53 -05:00
parent 5b384c5baa
commit 67b20461ad
3 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

@ -52,3 +52,5 @@ coverage/
# Local # Local
*.local *.local
secrets.env secrets.env
.git.nosync
.git.nosync/

View File

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Repository scaffolding: README, LICENSE (MIT), .gitignore, Makefile, - Repository scaffolding: README, LICENSE (MIT), .gitignore, Makefile,
CONTRIBUTING, SECURITY, CODEOWNERS, .editorconfig, CI workflow. CONTRIBUTING, SECURITY, CODEOWNERS, .editorconfig, CI workflow.
## [0.1.0] - 2026-04-22 ## [0.1.0] - 2026-05-17
### Added ### Added
- Initial safari-extension scaffold for CxLLM-SAFARI. - Initial safari-extension scaffold for CxLLM-SAFARI.

View File

@ -1,10 +1,10 @@
# CxLLM-SAFARI # CxLLM-SAFARI
> CxLLM Safari Web Extension > CxLLM-SAFARI — safari-extension module
Safari Web Extension (iOS + macOS shared) that injects the CxLLM assistant overlay into web pages and forwards selections to the runtime. `CxLLM-SAFARI` is part of the CxLLM family. This repository hosts the safari-extension surface and is intentionally narrow so it can compose with sibling modules without dragging in unrelated dependencies.
[![ci](https://git.cxllm-studio.com/CxAI-LLM/CxLLM-SAFARI/actions/workflows/ci.yml/badge.svg)](https://git.cxllm-studio.com/CxAI-LLM/CxLLM-SAFARI/actions) [![ci](https://cxai-studio.com/git/CxAI-Projects/CxLLM-SAFARI/actions/workflows/ci.yml/badge.svg)](https://cxai-studio.com/git/CxAI-Projects/CxLLM-SAFARI/actions)
[![license](https://img.shields.io/badge/license-MIT-7C3AED)](LICENSE) [![license](https://img.shields.io/badge/license-MIT-7C3AED)](LICENSE)
[![category](https://img.shields.io/badge/category-safari-extension-1F6FEB)](#) [![category](https://img.shields.io/badge/category-safari-extension-1F6FEB)](#)