issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript language:CSS
Filter by
4.6M results
Summary
The POST /eval/lm-evaluation-harness/job endpoint accepts an env_vars field (dict[str, str]) that is merged directly
into the subprocess environment without any validation:
merged_env = {**os.environ, ...
`HTTPClient.fetch_url` at `http_client.py:79` retries with exponential backoff:
```python if attempt max_retries - 1: await asyncio.sleep(2**attempt) ```
For max_retries=4: sleeps fire after attempts ...
Summary
The conda index plugin action currently calls conda_index.cli.cli(prog_name= conda index , args=args), but
conda_index.cli.cli() only accepts args. Invoking the plugin path raises TypeError before ...
type::bug
Summary
Run the first focused evidence pass for the two newer CraftKit skills that currently have no maintainer-local evidence:
craft-harness and craft-skill-spec.
This should validate routing and boundary ...
area: docs
area: ops
area: skills
craft-review
priority: medium
type: task
Summary
Strengthen scripts/verify.mjs so npm pack --dry-run --json validates package contents, not just command success.
The package boundary is now explicit in package.json, but the verifier only checks ...
area: ops
craft-review
priority: high
type: task
PR #340 adds an agent-canvas-environment skill for local Agent Canvas workflows.
The skill documents:
- local agent-server session-key discovery and X-Session-API-Key auth
- backend/frontend port ...
Summary
Add black-box tests for scripts/verify.mjs using Node s built-in test runner and temporary fixture repos.
npm run verify is now CraftKit s public quality gate. The script currently has a real ...
area: ops
craft-review
priority: high
type: task
Problem
Running the test suite on Node.js versions prior to v20.11.0 (for example, Node.js v18.19.1 LTS) causes the tests to
fail.
The issue originates from pi-extension/test/helpers.test.js, where import.meta.dirname ...
Related Items
- AGENTS.global.md
- AGENTS.bootstrap.md
- AGENTS.md
- docs/architecture/ADR-003-harness-bootstrap-architecture.md
- docs/architecture/HARNESS_BOOTSTRAP_ARCHITECTURE.md
- Follow-up ...
documentation
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.