diff --git a/.github/workflows/sync-check.yml b/.github/workflows/sync-check.yml index 9eebc17..cdfe9a4 100644 --- a/.github/workflows/sync-check.yml +++ b/.github/workflows/sync-check.yml @@ -1,5 +1,7 @@ name: Sync check on: [push, pull_request] +permissions: + contents: read jobs: sync-check: runs-on: ubuntu-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63174e3..fc33538 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ name: Tests on: [push, pull_request] +permissions: + contents: read jobs: test: runs-on: ubuntu-latest diff --git a/README.md b/README.md index d1009bb..04647e1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,25 @@ - - -[](https://github.com/LightbridgeLab/CodeCannon/actions/workflows/sync-check.yml) [](https://github.com/LightbridgeLab/CodeCannon/actions/workflows/test.yml) [](https://codecov.io/gh/LightbridgeLab/CodeCannon) [](LICENSE) [](https://github.com/LightbridgeLab/CodeCannon/releases) [](https://github.com/LightbridgeLab/CodeCannon/commits) [](docs/contributing.md) [](sync.py) [](https://github.com/LightbridgeLab/CodeCannon#quick-start) - -# Code Cannon - -Write your team's AI agent workflow once — start, submit-for-review, review, deploy — and sync it to Claude Code, Cursor, Gemini, and Codex across all your projects. +
+ Write your AI agent workflow once. Sync it everywhere. +
++ Portable skills for Claude Code, Cursor, Gemini, and Codex — start, review, deploy — across all your projects. +
+ + +
+
+