Conversation
|
Spark Compete status: Mac Lab passed. The isolated Mac Lab completed this PR and reported a passing result. This is good progress, but it is not a merge decision and it does not release public points by itself. Current public points lock: What happens next:
Copy/paste to your agent: Do not post secrets, tokens, credentials, cookies, wallet material, private URLs, private repo maps, raw logs, raw prompts, environment dumps, archives, binaries, PDFs, unknown downloads, shortened evidence links, or sensitive screenshots. |
Adopts useful domain-chip feedback route correction from contributor PR #47 on a trusted maintainer branch after docs readiness and installer hardening CI passed.
|
Adopted through trusted maintainer PR #55 and merged as Review outcome:
Scoring/admin note: private account-pending credit has been recorded for this merged adoption. Public/team points remain locked at 0 until team/account mapping and the public release gates are cleared. |
|
Closed after trusted maintainer adoption in #55. Public points remain locked until account/team gates clear. |
|
Team/account mapping repair request for JUMPERZ: The Spark Compete site already has team Please verify/update the existing JUMPERZ team record so PR author GitHub account Proof hub fields now state this explicitly: Framing reminder: JUMPERZ has 86 documented Spark Compete findings/fix packets, not 86 missions. |
|
Spark Compete team/account attribution needed. This is public-safe process guidance only. It is not approval, rejection, a merge decision, an award decision, a gate waiver, or a public points promise. This PR cannot receive public team attribution until the PR author's GitHub account is listed on the correct registered team or a reviewer can verify the account/team link. To keep this moving, make sure the registered team packet/list includes the GitHub account that opened this PR. If the account belongs to a teammate, update the team registration/account list through the public Spark Compete process instead of posting private roster details here. Copy/paste to your agent: |
Summary
Spark Compete
Verification
ode scripts/check-docs-readiness.mjs
ode scripts/check-security-release-surface.mjs
ode scripts/check-command-docs.mjs
Spark Compete Hotfix Packet
``json
{
"schema": "spark-compete-hotfix-v1",
"event": "spark-compete-first-event",
"submission_mode": "public_repo_pr",
"submission_target_url": "#47",
"team": {
"name": "JUMPERZ",
"members": [
"JUMPERZ",
"Basjee01",
"acexqt"
],
"llm_device_holder": "JUMPERZ",
"device_holder_github": "https://github.com/jumperz11",
"github_accounts": [
"jumperz11"
]
},
"target_repo": {
"id": "vibeforge1111/Spark-Agent-Site",
"source": "https://github.com/vibeforge1111/Spark-Agent-Site",
"owner_surface": "agent-site"
},
"issue": {
"type": "bug",
"severity": "low",
"title": "Feedback docs route domain chip reports to retired GitHub repo",
"actual_behavior": "The Spark feedback docs route Domain chips and skill graphs reports to vibeforge1111/spark-skill-graphs. That GitHub route returns 404, so users and agents following the feedback page cannot submit domain chip feedback to the intended public owner surface.",
"expected_behavior": "Domain chip feedback should route to the current public allowed repo vibeforge1111/spark-domain-chip-labs, matching the install metadata and Spark Compete allowed repo list.",
"repro_steps": [
"Open docs/feedback/index.html or https://agent.sparkswarm.ai/docs/feedback/.",
"Find the Domain chips feedback card.",
"Observe the issue and PR links point to https://github.com/vibeforge1111/spark-skill-graphs, which returns 404.",
"Compare with https://compete.sparkswarm.ai/allowed-repos.json and install/commands.json, which use spark-domain-chip-labs."
],
"affected_workflow": "Public feedback routing for domain-chip reports and agent-readable upstream contribution guidance"
},
"evidence": {
"safe_links_only": true,
"before_after_proof": "Before: feedback docs linked Domain chips to spark-skill-graphs, a 404 GitHub repo. After: feedback docs link to spark-domain-chip-labs and docs readiness rejects retired spark-skill-graphs routing.",
"links": [
"https://github.com/jumperz11/Spark-Agent-Site/tree/codex/fix-domain-chip-feedback-route",
"https://github.com/vibeforge1111/Spark-Agent-Site/compare/main...jumperz11:Spark-Agent-Site:codex/fix-domain-chip-feedback-route?expand=1",
"https://compete.sparkswarm.ai/allowed-repos.json"
],
"forbidden": [
"pdf",
"zip",
"exe",
"unknown downloads",
"shortened links",
"archives",
"binaries",
"tokens",
"browser cookies",
"wallet material",
"raw logs",
"raw conversations",
"raw memory",
"raw patches",
"private repo maps",
"private scoring details"
]
},
"proposed_fix": {
"approach": "Update the feedback markdown and published feedback HTML to point domain-chip reports at spark-domain-chip-labs, then add a docs-readiness assertion that rejects the retired spark-skill-graphs route.",
"files_expected": [
"docs/feedback.md",
"docs/feedback/index.html",
"scripts/check-docs-readiness.mjs"
],
"tests_or_smoke": "node scripts/check-docs-readiness.mjs; node scripts/check-security-release-surface.mjs; node scripts/check-command-docs.mjs; SPARK_CLI_PATH=C:\Users\Mega-PC\Documents\spark-cli-allowed-inspect node scripts/smoke-command-docs-cli.mjs"
},
"pr": {
"branch": "codex/fix-domain-chip-feedback-route",
"title_prefix": "[spark-compete]",
"author_github": "jumperz11",
"body_must_include": [
"packet",
"team",
"pr_author",
"repo",
"actual_behavior",
"expected_behavior",
"repro_steps",
"before_after_proof",
"tests_or_smoke",
"duplicate_notes",
"risk_notes",
"review_claim"
],
"url": "#47"
},
"review_claim": {
"impact_claim": "low",
"evidence_types": [
"redacted_terminal_excerpt",
"passing_test"
],
"duplicate_notes": "Checked the current feedback docs and allowed repo list. This is a distinct stale feedback-route fix in Spark-Agent-Site, separate from the spark-cli PR #392.",
"risk_notes": "Docs and validation-script-only change. No installer scripts, checksums, secrets, auth, runtime code, or deploy config changed.",
"review_state_requested": "pr_review"
}
}
``