mudlet
- 5 skills
- 0 followers
- 7 hours ago last updated
- ▌ Open Pr · mudletPublish the current branch and open a pull request against the upstream Mudlet repository, using the project's PR template and the title prefix that Danger enforces. Use when asked to open a PR, create a pull request, or push changes upstream - whether that is asked for by a person, or reached at the end of an agent's task.
- ▌ Fuzz Apis · mudletFuzz Mudlet's parsers and scripting API for crashes and undefined behaviour: build a sanitizer binary, run the seeded in-process fuzzers with fresh seeds, extend them to new surfaces, triage what falls out. Read before triaging any sanitizer report.
- ▌ Build Mudlet · mudletRead before running any cmake, ninja or make command in this repository, and when asked to build, rebuild, compile, or run Mudlet locally. Gives the correct per-platform configure and build invocation, and the parallelism pitfalls that make builds slow or thrash the machine.
- ▌ Improve Performance · mudletMake Mudlet faster: pick a subsystem with the user, measure, find the real cost, fix it and prove the win. Read before benchmarking anything or evaluating a performance claim.
- ▌ Improve Test Coverage · mudlet bundleRaise Mudlet's C++ test coverage to a reasonable level: measure line coverage, pick targets that pay with the user, write specs that reach C++, prove each new test bites. Read before writing tests for any subsystem.