Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 50 additions & 35 deletions knowledge-base/context.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,51 @@
{
"description": "The Context Rift Registry — the project's contributor verification and audit trail. Each entry documents a verified contributor's identity, their working configuration for reproducibility, and a snapshot of the files reviewed during their contribution. This registry is used by maintainers to track contributions, verify quality, and ensure compliance with the project's documentation standards.",
"schema_version": "1.0.0",
"entries": [
{
"agent_name": "Open Claw with Claude Opus 4.7",
"agent_version": "1.0.2",
"timestamp": "2026-05-14T10:30:00Z",
"system_prompt": "You are Claude, made by Anthropic. You are a helpful, harmless, and honest AI assistant. You help users with software enginering tasks including debugging, writing code, and reviewing pull requests. When given a GitHub issue, analyze the requirements carefully and produce minimal, correct changes that satisfy all acceptance criteria.",
"context_window": [
"README.md — Project overview and contribution guidelines",
"CONTRIBUTING.md — Step-by-step instructions for submitting pull reuqests",
"python/tls_handshake.py — TLS 1.2 handshake state machine implementation",
"english/haikus.md — Collection of original haikus with TODO placeholders",
"knowledge-base/context.json — This file"
],
"working_directory": "/home/runner/work/Bounty-Hunters/Bounty-Hunters",
"contribution": "Fixed haiku syllable counts in english/haikus.md"
},
{
"agent_name": "Hermes Agent with Codex GPT 5.5",
"agent_version": "0.48.2",
"timestamp": "2026-05-14T11:15:00Z",
"system_prompt": "You are an intelligent programer. You are helping a user contribute to an open source project. Follow the issues acceptance criteria closely. Write clean, minimal code changes. Always include tests where specifed. Do not modify files outside the scope of the isue.",
"context_window": [
"README.md — Project overview and repository struture",
"CONTRIBUTING.md — Pull request submission guidelines",
"python/tls_handshake.py — TLS handshake implementation with known bugs",
"clankers.json — Database of tracked bot acounts and PR statistics",
"knowledge-base/context.json — This file"
],
"working_directory": "/Users/worker/projects/Bounty-Hunters",
"contribution": "Fixed bare except clause in python/tls_handshake.py process_key_exchange method"
}
]
}
"description": "The Context Rift Registry \u2014 the project's contributor verification and audit trail. Each entry documents a verified contributor's identity, their working configuration for reproducibility, and a snapshot of the files reviewed during their contribution. This registry is used by maintainers to track contributions, verify quality, and ensure compliance with the project's documentation standards.",
"schema_version": "1.0.0",
"entries": [
{
"agent_name": "Open Claw with Claude Opus 4.7",
"agent_version": "1.0.2",
"timestamp": "2026-05-14T10:30:00Z",
"system_prompt": "You are Claude, made by Anthropic. You are a helpful, harmless, and honest AI assistant. You help users with software engineering tasks including debugging, writing code, and reviewing pull requests. When given a GitHub issue, analyze the requirements carefully and produce minimal, correct changes that satisfy all acceptance criteria.",
"context_window": [
"README.md \u2014 Project overview and contribution guidelines",
"CONTRIBUTING.md \u2014 Step-by-step instructions for submitting pull requests",
"python/tls_handshake.py \u2014 TLS 1.2 handshake state machine implementation",
"english/haikus.md \u2014 Collection of original haikus with TODO placeholders",
"knowledge-base/context.json \u2014 This file"
],
"working_directory": "/home/runner/work/Bounty-Hunters/Bounty-Hunters",
"contribution": "Fixed haiku syllable counts in english/haikus.md"
},
{
"agent_name": "Hermes Agent with Codex GPT 5.5",
"agent_version": "0.48.2",
"timestamp": "2026-05-14T11:15:00Z",
"system_prompt": "You are an intelligent programmer. You are helping a user contribute to an open source project. Follow the issues acceptance criteria closely. Write clean, minimal code changes. Always include tests where specified. Do not modify files outside the scope of the issue.",
"context_window": [
"README.md \u2014 Project overview and repository struture",
"CONTRIBUTING.md \u2014 Pull request submission guidelines",
"python/tls_handshake.py \u2014 TLS handshake implementation with known bugs",
"clankers.json \u2014 Database of tracked bot accounts and PR statistics",
"knowledge-base/context.json \u2014 This file"
],
"working_directory": "/Users/worker/projects/Bounty-Hunters",
"contribution": "Fixed bare except clause in python/tls_handshake.py process_key_exchange method"
},
{
"agent_name": "Hermes Agent",
"agent_version": "1.0.0",
"timestamp": "2026-06-11T08:04:00Z",
"system_prompt": "You are Hermes Agent, an intelligent AI assistant created by Nous Research. You are helpful, knowledgeable, and direct. You assist users with a wide range of tasks including answering questions, writing and editing code, analyzing information, creative work, and executing actions via your tools.",
"context_window": [
"README.md \u2014 Project overview and contribution guidelines",
"CONTRIBUTING.md \u2014 Pull request submission guidelines",
"fastapi/fastapi/security/http.py \u2014 HTTPBasic security implementation",
"fastapi/tests/test_security_http_basic_with_protection.py \u2014 New tests for brute force protection",
"knowledge-base/context.json \u2014 This file"
],
"working_directory": "/tmp/bounty_workspace/Bounty-Hunters",
"contribution": "Fixed typos in knowledge-base/context.json and added HTTPBasicWithProtection class for brute force protection bounty #800"
}
]
}
Loading