waysregistry
DocsGitHub
registry
incu/bugsway

Incu Bug Fixing

Incu's bug-fixing flow — document → analyze → reproduce → fix-plan gate → fix → scans → PR.

developmentconformant — validation tier: Passes the conformance rules: real gates, documents and state are declared.byincuv1.3.00 installs
$ npx ways.sh add github:incu-tech/incuway

Installs the way at the repository root. The CLI cannot yet target a manifest inside a repo, so ways/incu-bugs/way.yaml is not addressable on its own — use the registry name below to identify it until ways add can resolve one.

registry nameincu/bugs

The flow

spec.flow — 9 phases · 2 gates
01

Discovery & intake

discovery
02

Document the bug

document
BUG.mdrequireddocs/bugs/{slug}/BUG.md
03

Root-cause analysis

analysis
ANALYSIS.mdrequireddocs/bugs/{slug}/ANALYSIS.md
04

Reproduction test

reproduction
05

Fix plan

fix-plan
FIX_PLAN.mdrequireddocs/bugs/{slug}/FIX_PLAN.md
Fix plan confirmationgate: fix-plan
blockingneeds your approval
06

Fix

implementation
07

Validation & scans

validation
08

PR

pr
PR reviewgate: pr
blockingneeds your approvalwaits for: fix-plan
09

Done

done

Bind & require

what it needs from your environment

Capability slots

spec.needs — bind to your tools

Version-control hostvcs-host
ways.dev/vcs-host@1

Hosts the repo and PRs — where this way opens and gates pull requests.

githubgitlabbitbucket

declared by the way

Static application security testingsast
ways.dev/sast@1

Scans first-party code for vulnerabilities in the validation phase.

snyksemgrep

declared by the way

Software composition analysissca
ways.dev/sca@1

Scans dependencies for known vulnerabilities in the validation phase.

snyk

declared by the way

Code quality analysiscode-quality
ways.dev/code-quality@1

Static quality scan (bugs, code smells) required by the validation checklist.

sonarqube

declared by the way

Requires

spec.requires — checked by ways doctor

gitmustgit --version
ghmustgh --version

Source

indexed, not hosted
refmain
commited7bee6bc22b86e07e52542774ec3a4dc696ccef
manifestways/incu-bugs/way.yaml
validated