-
Notifications
You must be signed in to change notification settings - Fork 0
Xor #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+488
−129
Merged
Xor #3
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c6a0ba4
update: license, github policy
xormania d419517
update: github policy basics
xormania 7b442b8
update: github workflows optimizations
xormania b80d693
update: legacy context removed
xormania d2fcaaf
update: legacy context removed
xormania 57f863a
update: git workflow
xormania File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Contributing to agent-lab | ||
|
|
||
| **This project does not accept contributions from non-members.** | ||
|
|
||
| Pull requests and issues from anyone who is not a member of the organization will be closed without review. | ||
|
|
||
| ## Why? | ||
|
|
||
| `agent-lab` is a specialized, opinionated containment lab. It is developed under a strict internal process (see `AGENTS.md`, `doctrine/`, and the guard tooling) to maintain its security and design invariants. We do not have the bandwidth or model to review external contributions. | ||
|
|
||
| ## What you _can_ do | ||
|
|
||
| - Use the code locally for your own experiments (Apache 2.0 license). | ||
| - Fork the repository for personal or internal use. | ||
| - File issues **only** if you are a member (they will still be triaged internally). | ||
| - Report security issues privately (see [SECURITY.md](../SECURITY.md)). | ||
|
|
||
| ## For organization members | ||
|
|
||
| - Follow the documented internal workflow. | ||
| - Never push or open PRs from outside the defined process. | ||
| - Work is done on agent branches; the human owns the remote gate. | ||
|
|
||
| If you have questions about usage of the lab itself (running your own copy), the README and docs inside the repo are the authoritative source. There is no separate public support channel. | ||
|
|
||
| Thank you for understanding. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| > **Note to external users:** This project does **not** accept contributions or bug reports from non-members. Issues opened by non-members will be closed. Please do not open this issue if you are not a member. | ||
|
|
||
| --- | ||
|
|
||
| **Describe the bug** | ||
| A clear and concise description of what the bug is. | ||
|
|
||
| **To Reproduce** | ||
| Steps to reproduce the behavior: | ||
| 1. Go to '...' | ||
| 2. Run '....' | ||
| 3. See error | ||
|
|
||
| **Expected behavior** | ||
| A clear description of what you expected to happen. | ||
|
|
||
| **Environment (if relevant)** | ||
| - OS: [e.g. Ubuntu 24.04] | ||
| - Docker version: | ||
| - Compose version: | ||
| - Branch / commit: | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. | ||
|
|
||
| **Screenshots or logs** (if applicable) | ||
|
|
||
| --- | ||
|
|
||
| _Only members should submit this. External submissions will be closed._ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: 🔒 Security Vulnerability Report | ||
| url: https://github.com/uscient/agent-lab/blob/master/SECURITY.md | ||
| about: Please report security issues privately via the channel described in SECURITY.md. Do not open a public issue. | ||
| - name: ❓ Usage questions or help running the lab | ||
| url: https://github.com/uscient/agent-lab#readme | ||
| about: This repo is published for reference. Refer to the README, docs/, and code comments. We do not provide public user support or triage. | ||
| - name: 📖 Project documentation | ||
| url: https://github.com/uscient/agent-lab | ||
| about: Start with the README. Most answers are already in the repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| > **Note:** This project does not accept external contributions, feature requests, or general feedback via GitHub issues from non-members. This issue will be closed. | ||
|
|
||
| This repository is a reference implementation of a containment lab. | ||
|
|
||
| - For usage of the lab: read the README and files in the repo. | ||
| - For security: see SECURITY.md and use the private reporting channel. | ||
| - For everything else: this is not a community project accepting input from outside the organization. | ||
|
|
||
| If you are a member and have legitimate internal feedback, please use the proper internal channels instead of (or in addition to) opening an issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| > **⚠️ Important policy notice** | ||
| > | ||
| > This repository **does not accept contributions from non-members of the organization**. | ||
| > | ||
| > Any pull request opened by a non-member will be closed without review or merge. | ||
| > | ||
| > If you are an authorized member, please delete the notice above and continue. | ||
|
|
||
| --- | ||
|
|
||
| ## Summary | ||
|
|
||
| <!-- One line summary of the change --> | ||
|
|
||
| ## Motivation / Context | ||
|
|
||
| <!-- Why is this change needed? --> | ||
|
|
||
| ## Changes | ||
|
|
||
| <!-- Bullet list of what was done --> | ||
|
|
||
| ## Testing | ||
|
|
||
| <!-- How was this tested locally or in the lab? --> | ||
|
|
||
| ## Checklist (members only) | ||
|
|
||
| - [ ] Change is minimal and focused | ||
| - [ ] Tests / validation scripts pass (`./scripts/dev/check ...`) | ||
| - [ ] No secrets or policy violations introduced | ||
| - [ ] Follows internal process (AGENTS.md / doctrine) | ||
|
|
||
| If you are not a member, please close this PR instead of submitting. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| name: CI | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| on: | ||
| push: | ||
| branches: [master, main] | ||
| pull_request: | ||
| branches: [master, main] | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| ci: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: docker/setup-buildx-action@v3 | ||
|
|
||
| - name: Install shellcheck | ||
| run: sudo apt-get update -qq && sudo apt-get install -y -qq shellcheck | ||
|
|
||
| - name: Lint | ||
| run: ./scripts/dev/lint-scripts | ||
|
|
||
| - name: Check + validate | ||
| run: | | ||
| ./scripts/dev/check default full | ||
| ./tools/validate.sh | ||
|
|
||
| - name: Build devbox | ||
| run: | | ||
| docker buildx build \ | ||
| --cache-from type=gha \ | ||
| --cache-to type=gha,mode=max \ | ||
| --load \ | ||
| -t agent-lab/devbox:local \ | ||
| -f images/devbox/Dockerfile . | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| name: CodeQL | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| on: | ||
| push: | ||
| branches: [master, main] | ||
| pull_request: | ||
| branches: [master, main] | ||
| schedule: | ||
| - cron: "0 6 * * 1" | ||
|
|
||
| jobs: | ||
| analyze: | ||
| name: Analyze | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| security-events: write | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: github/codeql-action/init@v3 | ||
| with: | ||
| languages: actions | ||
|
|
||
| - uses: github/codeql-action/analyze@v3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.