pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:TypeScript
Filter by
177M results
Summary
- add a runnable JSON artifact demo for agent write boundaries
- document allow, deny, and outside-root evidence
- link the artifact flow from README and the video brief
Verification
...
Moorpark has three nines (Creekside, Canyon Crest, Ridgeline) like Sand Canyon. Replace the single placeholder entry
with the three 18-hole combinations:
- Moorpark CC - Creekside/Canyon Crest
- Moorpark ...
Summary
Closes #36.
First TypeScript propagation of the timeout-minutes silent-rot lock shipped in llm-eval-harness PR #63 (Python canonical
first hop) and surfaced as a fingerprint in portfolio-ops ...
What changed
- Added a real not-found page for unmatched routes instead of sending every unknown path back to the homepage.
- Kept legacy lesson redirects working for old paths such as /lesson1.
...
Summary
Improve build.py so invalid module names fail fast with a helpful error message.
Changes
- Add VALID_MODULES set with all 6 known module names
- Add validate_modules() function called on ...
This PR was generated by the Performance Enabler Platform (proposeFrameworkUpdate).
Framework patch update: 1.2.31 → 1.2.32
What changes
- package-lock.json re-pins the runtime package to the target ...
Summary
Create a generated reference document for every module known to build.py.
Changes
- Create docs/BUILD_MODULES.md with table of all 6 modules
- Each entry: language, build command, test command, ...
What
The admin sidebar NavItem calls useTranslation() inside items.map(), with an // eslint-disable-next-line
react-hooks/rules-of-hooks to silence the linter:
{items.map((item) = {
// eslint-disable-next-line ...
initial-approval
Change skill logic in wizard to use skill.name instead of skill.label allowing for proper rank purchasing
#2239