This file was generated by code-dna v0.1.0 on 2026-03-26T14:50:34.378Z. It provides a structural summary of the codebase for LLM consumption. Read this file to understand the project's architecture, conventions, dependencies, and risk areas without reading source files.
Branch: master | Commit: 601981e Languages: typescript (99%), javascript (1%), go (0%), python (0%), vue (0%), rust (0%) | Files: 101 | LOC: 35933
Style: unknown (20% confidence) Framework: unknown
- .claude (46 files): .claude
- docs (3 files): docs
- grammars (1 files): grammars
- scripts (2 files): scripts
- .github (2 files): .github
- analyzers (6 files): analyzers
- cli (3 files): cli
- config (4 files): config
- core (8 files): core
- parsers (19 files): parsers
- mcp (2 files): mcp
- output (3 files): output
- test (75 files): test
code-dna/ [24 items]
.claude/ [5 items]
agents/ [17 items]
architect-agent.md
backend-agent.md
coordinators/ [4 items]
dev-lead.md
ops-lead.md
planning-lead.md
quality-lead.md
deep-research-agent.md
devops-agent.md
docs-agent.md
frontend-agent.md
fullstack-agent.md
marketing-agent.md
master-orchestrator.md
planning-agent.md
research-agent.md
saas-architect.md
security-agent.md
testing-agent.md
uiux-agent.md
writing-agent.md
commands/ [8 items]
fishi-board.md
fishi-gate.md
fishi-init.md
fishi-prd.md
fishi-reset.md
fishi-resume.md
fishi-sprint.md
fishi-status.md
rules/ [4 items]
conventions.md
delegation.md
pipeline.md
safety.md
settings.json
skills/ [13 items]
adaptive-taskgraph/ [1 items]
SKILL.md
api-design/ [1 items]
SKILL.md
brainstorming/ [1 items]
SKILL.md
brownfield-analysis/ [1 items]
SKILL.md
brownfield-discovery/ [1 items]
SKILL.md
code-gen/ [1 items]
SKILL.md
debugging/ [1 items]
SKILL.md
deep-research/ [1 items]
SKILL.md
deployment/ [1 items]
SKILL.md
documentation/ [1 items]
SKILL.md
prd/ [1 items]
SKILL.md
taskboard-ops/ [1 items]
SKILL.md
testing/ [1 items]
SKILL.md
.github/ [1 items]
workflows/ [2 items]
ci.yml
publish.yml
.gitignore
.mcp.json
.npmignore
.prettierrc
AGENTS.md
CLAUDE.md
CODEBASE-DNA.md
CODEBASE-DNA.yaml
Code-DNA.txt
LICENSE
README.md
SOUL.md
docs/ [3 items]
API.md
MCP.md
README.md
grammars/ [1 items]
.gitkeep
package.json
scripts/ [2 items]
copy-grammars.mjs
dogfood.mjs
src/ [8 items]
analyzers/ [6 items]
.gitkeep
architecture-detector.ts
convention-analyzer.ts
framework-detector.ts
git-analyzer.ts
risk-analyzer.ts
cli/ [3 items]
commands/ [1 items]
.gitkeep
index.ts [entry]
mcp-command.ts
config/ [4 items]
.gitkeep [config]
defaults.ts [config]
loader.ts [config]
schema.ts [config]
core/ [8 items]
.gitkeep
dependency-graph.ts
diff-engine.ts
engine.ts
file-discovery.ts
token-budget.ts
types.ts
watcher.ts
lib.ts
mcp/ [2 items]
.gitkeep
server.ts [entry]
output/ [3 items]
.gitkeep
markdown-formatter.ts
yaml-formatter.ts
parsers/ [5 items]
extractor-registry.ts
extractors/ [15 items]
.gitkeep
base-extractor.ts
cpp.ts
csharp.ts
go.ts
java.ts
kotlin.ts
php.ts
python.ts
ruby.ts
rust.ts
solidity.ts
swift.ts
typescript.ts
vue.ts
parallel-parser.ts
parse-worker.ts
parser-engine.ts
test/ [4 items]
benchmarks/ [2 items]
README.md [test]
performance.bench.ts [test]
fixtures/ [1 items]
repos/ [3 items]
.gitkeep [test]
mixed-monorepo/ [7 items]
.gitignore [test]
Cargo.toml [test]
go.mod [test]
libs/ [1 items]
core/ [2 items]
Cargo.toml [test]
src/ [1 items]
lib.rs [test] exports: User, validate_id, format_display_name
package.json [test]
packages/ [2 items]
shared/ [2 items]
package.json [test]
src/ [2 items]
types.ts [test]
utils.ts [test]
ui/ [2 items]
package.json [test]
src/ [2 items]
App.vue [test]
Button.vue [test]
services/ [3 items]
api/ [2 items]
package.json [test]
src/ [3 items]
index.ts [test]
middleware.ts [test]
routes.ts [test]
gateway/ [2 items]
handler.go [test]
main.go [test]
worker/ [3 items]
main.py [test]
requirements.txt [test]
tasks.py [test] exports:
tiny-ts/ [4 items]
node_modules/ [1 items]
.gitkeep [test]
package.json [test]
src/ [5 items]
controllers/ [1 items]
user.controller.ts [test]
index.ts [test]
models/ [1 items]
user.model.ts [test]
services/ [1 items]
user.service.ts [test] exports: UserService
utils/ [1 items]
helper.ts [test]
test/ [1 items]
user.test.ts [test]
integration/ [5 items]
.gitkeep [test]
full-pipeline.test.ts [test]
mcp.test.ts [test]
monorepo.test.ts [test]
pipeline.test.ts [test]
unit/ [7 items]
analyzers/ [6 items]
.gitkeep [test]
architecture-detector.test.ts [test]
convention-analyzer.test.ts [test]
framework-detector.test.ts [test]
git-analyzer.test.ts [test]
risk-analyzer.test.ts [test]
cli.test.ts [test]
config/ [1 items]
loader.test.ts [test]
core/ [7 items]
.gitkeep [test]
dependency-graph.test.ts [test]
diff-engine.test.ts [test]
file-discovery.test.ts [test]
token-budget.test.ts [test]
types.test.ts [test]
watcher.test.ts [test]
mcp/ [1 items]
server.test.ts [test]
output/ [4 items]
.gitkeep [test]
markdown-formatter.test.ts [test]
mock-dna-output.ts [test]
yaml-formatter.test.ts [test]
parsers/ [5 items]
extractor-registry-tier3.test.ts [test]
extractor-registry.test.ts [test]
extractors/ [14 items]
.gitkeep [test]
cpp.test.ts [test]
csharp.test.ts [test]
go.test.ts [test]
java.test.ts [test]
kotlin.test.ts [test]
php.test.ts [test]
python.test.ts [test]
ruby.test.ts [test]
rust.test.ts [test]
solidity.test.ts [test]
swift.test.ts [test]
typescript.test.ts [test]
vue.test.ts [test]
parallel-parser.test.ts [test]
parser-engine.test.ts [test]
tsconfig.json
tsup.config.ts [config]
vitest.bench.config.ts [config]
vitest.config.ts [config]
None detected.
| Area | Convention | Confidence |
|---|---|---|
| File naming | kebab-case | 71% |
| Functions | snake_case | 71% |
| Classes | PascalCase | 71% |
| Variables | unknown | 71% |
| Constants | unknown | 71% |
| Imports | alphabetical / relative | 71% |
| Exports | barrel | 71% |
| Error handling | try-catch | 71% |
| Tests | mirror-directory | 71% |
| File organization | by-feature | 71% |
| File | Commits | Authors | Last Modified | Why Hot |
|---|---|---|---|---|
| package.json | 4 | 1 | 2026-03-26 | package.json modified 4 times by 1 author |
| src/cli/index.ts | 4 | 1 | 2026-03-26 | index.ts modified 4 times by 1 author |
| test/unit/cli.test.ts | 4 | 1 | 2026-03-26 | cli.test.ts modified 4 times by 1 author |
| CODEBASE-DNA.md | 2 | 1 | 2026-03-26 | CODEBASE-DNA.md modified 2 times by 1 author |
| tsup.config.ts | 2 | 1 | 2026-03-26 | tsup.config.ts modified 2 times by 1 author |
| test/unit/parsers/extractors/csharp.test.ts | 2 | 1 | 2026-03-26 | csharp.test.ts modified 2 times by 1 author |
| test/unit/parsers/extractors/kotlin.test.ts | 2 | 1 | 2026-03-26 | kotlin.test.ts modified 2 times by 1 author |
| src/cli/mcp-command.ts | 2 | 1 | 2026-03-26 | mcp-command.ts modified 2 times by 1 author |
| src/mcp/server.ts | 2 | 1 | 2026-03-26 | server.ts modified 2 times by 1 author |
| scripts/copy-grammars.mjs | 2 | 1 | 2026-03-26 | copy-grammars.mjs modified 2 times by 1 author |
| CLAUDE.md | 2 | 1 | 2026-03-26 | CLAUDE.md modified 2 times by 1 author |
| .gitignore | 2 | 1 | 2026-03-26 | .gitignore modified 2 times by 1 author |
| .github/workflows/ci.yml | 1 | 1 | 2026-03-26 | ci.yml modified 1 times by 1 author |
| .github/workflows/publish.yml | 1 | 1 | 2026-03-26 | publish.yml modified 1 times by 1 author |
| .npmignore | 1 | 1 | 2026-03-26 | .npmignore modified 1 times by 1 author |
| LICENSE | 1 | 1 | 2026-03-26 | LICENSE modified 1 times by 1 author |
| CODEBASE-DNA.yaml | 1 | 1 | 2026-03-26 | CODEBASE-DNA.yaml modified 1 times by 1 author |
| scripts/dogfood.mjs | 1 | 1 | 2026-03-26 | dogfood.mjs modified 1 times by 1 author |
| src/lib.ts | 1 | 1 | 2026-03-26 | lib.ts modified 1 times by 1 author |
| test/unit/parsers/extractor-registry-tier3.test.ts | 1 | 1 | 2026-03-26 | extractor-registry-tier3.test.ts modified 1 times by 1 author |
| test/integration/pipeline.test.ts | 1 | 1 | 2026-03-26 | pipeline.test.ts modified 1 times by 1 author |
| test/benchmarks/README.md | 1 | 1 | 2026-03-26 | README.md modified 1 times by 1 author |
| test/benchmarks/performance.bench.ts | 1 | 1 | 2026-03-26 | performance.bench.ts modified 1 times by 1 author |
| vitest.bench.config.ts | 1 | 1 | 2026-03-26 | vitest.bench.config.ts modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/.gitignore | 1 | 1 | 2026-03-26 | .gitignore modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/Cargo.toml | 1 | 1 | 2026-03-26 | Cargo.toml modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/go.mod | 1 | 1 | 2026-03-26 | go.mod modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/libs/core/Cargo.toml | 1 | 1 | 2026-03-26 | Cargo.toml modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/libs/core/src/lib.rs | 1 | 1 | 2026-03-26 | lib.rs modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/package.json | 1 | 1 | 2026-03-26 | package.json modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/packages/shared/package.json | 1 | 1 | 2026-03-26 | package.json modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/packages/shared/src/types.ts | 1 | 1 | 2026-03-26 | types.ts modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/packages/shared/src/utils.ts | 1 | 1 | 2026-03-26 | utils.ts modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/packages/ui/package.json | 1 | 1 | 2026-03-26 | package.json modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/packages/ui/src/App.vue | 1 | 1 | 2026-03-26 | App.vue modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/packages/ui/src/Button.vue | 1 | 1 | 2026-03-26 | Button.vue modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/api/package.json | 1 | 1 | 2026-03-26 | package.json modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/api/src/index.ts | 1 | 1 | 2026-03-26 | index.ts modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/api/src/middleware.ts | 1 | 1 | 2026-03-26 | middleware.ts modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/api/src/routes.ts | 1 | 1 | 2026-03-26 | routes.ts modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/gateway/handler.go | 1 | 1 | 2026-03-26 | handler.go modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/gateway/main.go | 1 | 1 | 2026-03-26 | main.go modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/worker/main.py | 1 | 1 | 2026-03-26 | main.py modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/worker/requirements.txt | 1 | 1 | 2026-03-26 | requirements.txt modified 1 times by 1 author |
| test/fixtures/repos/mixed-monorepo/services/worker/tasks.py | 1 | 1 | 2026-03-26 | tasks.py modified 1 times by 1 author |
| test/integration/monorepo.test.ts | 1 | 1 | 2026-03-26 | monorepo.test.ts modified 1 times by 1 author |
| src/parsers/extractors/cpp.ts | 1 | 1 | 2026-03-26 | cpp.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/cpp.test.ts | 1 | 1 | 2026-03-26 | cpp.test.ts modified 1 times by 1 author |
| src/parsers/extractors/solidity.ts | 1 | 1 | 2026-03-26 | solidity.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/solidity.test.ts | 1 | 1 | 2026-03-26 | solidity.test.ts modified 1 times by 1 author |
| src/parsers/extractors/php.ts | 1 | 1 | 2026-03-26 | php.ts modified 1 times by 1 author |
| src/parsers/extractors/swift.ts | 1 | 1 | 2026-03-26 | swift.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/php.test.ts | 1 | 1 | 2026-03-26 | php.test.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/swift.test.ts | 1 | 1 | 2026-03-26 | swift.test.ts modified 1 times by 1 author |
| src/parsers/extractors/kotlin.ts | 1 | 1 | 2026-03-26 | kotlin.ts modified 1 times by 1 author |
| src/parsers/extractors/csharp.ts | 1 | 1 | 2026-03-26 | csharp.ts modified 1 times by 1 author |
| src/parsers/extractors/ruby.ts | 1 | 1 | 2026-03-26 | ruby.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/ruby.test.ts | 1 | 1 | 2026-03-26 | ruby.test.ts modified 1 times by 1 author |
| test/integration/mcp.test.ts | 1 | 1 | 2026-03-26 | mcp.test.ts modified 1 times by 1 author |
| test/unit/parsers/extractor-registry.test.ts | 1 | 1 | 2026-03-26 | extractor-registry.test.ts modified 1 times by 1 author |
| src/core/watcher.ts | 1 | 1 | 2026-03-26 | watcher.ts modified 1 times by 1 author |
| test/unit/core/watcher.test.ts | 1 | 1 | 2026-03-26 | watcher.test.ts modified 1 times by 1 author |
| test/unit/mcp/server.test.ts | 1 | 1 | 2026-03-26 | server.test.ts modified 1 times by 1 author |
| src/core/diff-engine.ts | 1 | 1 | 2026-03-26 | diff-engine.ts modified 1 times by 1 author |
| test/unit/core/diff-engine.test.ts | 1 | 1 | 2026-03-26 | diff-engine.test.ts modified 1 times by 1 author |
| src/parsers/extractors/vue.ts | 1 | 1 | 2026-03-26 | vue.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/vue.test.ts | 1 | 1 | 2026-03-26 | vue.test.ts modified 1 times by 1 author |
| src/parsers/extractors/java.ts | 1 | 1 | 2026-03-26 | java.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/java.test.ts | 1 | 1 | 2026-03-26 | java.test.ts modified 1 times by 1 author |
| src/parsers/extractors/rust.ts | 1 | 1 | 2026-03-26 | rust.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/rust.test.ts | 1 | 1 | 2026-03-26 | rust.test.ts modified 1 times by 1 author |
| src/parsers/extractors/go.ts | 1 | 1 | 2026-03-26 | go.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/go.test.ts | 1 | 1 | 2026-03-26 | go.test.ts modified 1 times by 1 author |
| src/core/engine.ts | 1 | 1 | 2026-03-26 | engine.ts modified 1 times by 1 author |
| test/integration/full-pipeline.test.ts | 1 | 1 | 2026-03-26 | full-pipeline.test.ts modified 1 times by 1 author |
| src/parsers/parallel-parser.ts | 1 | 1 | 2026-03-26 | parallel-parser.ts modified 1 times by 1 author |
| src/parsers/parse-worker.ts | 1 | 1 | 2026-03-26 | parse-worker.ts modified 1 times by 1 author |
| test/unit/parsers/parallel-parser.test.ts | 1 | 1 | 2026-03-26 | parallel-parser.test.ts modified 1 times by 1 author |
| src/analyzers/architecture-detector.ts | 1 | 1 | 2026-03-26 | architecture-detector.ts modified 1 times by 1 author |
| src/analyzers/convention-analyzer.ts | 1 | 1 | 2026-03-26 | convention-analyzer.ts modified 1 times by 1 author |
| src/analyzers/framework-detector.ts | 1 | 1 | 2026-03-26 | framework-detector.ts modified 1 times by 1 author |
| src/core/token-budget.ts | 1 | 1 | 2026-03-26 | token-budget.ts modified 1 times by 1 author |
| src/output/markdown-formatter.ts | 1 | 1 | 2026-03-26 | markdown-formatter.ts modified 1 times by 1 author |
| src/output/yaml-formatter.ts | 1 | 1 | 2026-03-26 | yaml-formatter.ts modified 1 times by 1 author |
| test/unit/analyzers/architecture-detector.test.ts | 1 | 1 | 2026-03-26 | architecture-detector.test.ts modified 1 times by 1 author |
| test/unit/analyzers/convention-analyzer.test.ts | 1 | 1 | 2026-03-26 | convention-analyzer.test.ts modified 1 times by 1 author |
| test/unit/analyzers/framework-detector.test.ts | 1 | 1 | 2026-03-26 | framework-detector.test.ts modified 1 times by 1 author |
| test/unit/core/token-budget.test.ts | 1 | 1 | 2026-03-26 | token-budget.test.ts modified 1 times by 1 author |
| test/unit/output/markdown-formatter.test.ts | 1 | 1 | 2026-03-26 | markdown-formatter.test.ts modified 1 times by 1 author |
| test/unit/output/mock-dna-output.ts | 1 | 1 | 2026-03-26 | mock-dna-output.ts modified 1 times by 1 author |
| test/unit/output/yaml-formatter.test.ts | 1 | 1 | 2026-03-26 | yaml-formatter.test.ts modified 1 times by 1 author |
| src/analyzers/risk-analyzer.ts | 1 | 1 | 2026-03-26 | risk-analyzer.ts modified 1 times by 1 author |
| test/unit/analyzers/risk-analyzer.test.ts | 1 | 1 | 2026-03-26 | risk-analyzer.test.ts modified 1 times by 1 author |
| src/core/dependency-graph.ts | 1 | 1 | 2026-03-26 | dependency-graph.ts modified 1 times by 1 author |
| test/unit/core/dependency-graph.test.ts | 1 | 1 | 2026-03-26 | dependency-graph.test.ts modified 1 times by 1 author |
| src/parsers/extractor-registry.ts | 1 | 1 | 2026-03-26 | extractor-registry.ts modified 1 times by 1 author |
| src/parsers/extractors/base-extractor.ts | 1 | 1 | 2026-03-26 | base-extractor.ts modified 1 times by 1 author |
| src/parsers/extractors/python.ts | 1 | 1 | 2026-03-26 | python.ts modified 1 times by 1 author |
| src/parsers/extractors/typescript.ts | 1 | 1 | 2026-03-26 | typescript.ts modified 1 times by 1 author |
| src/parsers/parser-engine.ts | 1 | 1 | 2026-03-26 | parser-engine.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/python.test.ts | 1 | 1 | 2026-03-26 | python.test.ts modified 1 times by 1 author |
| test/unit/parsers/extractors/typescript.test.ts | 1 | 1 | 2026-03-26 | typescript.test.ts modified 1 times by 1 author |
| test/unit/parsers/parser-engine.test.ts | 1 | 1 | 2026-03-26 | parser-engine.test.ts modified 1 times by 1 author |
| src/analyzers/git-analyzer.ts | 1 | 1 | 2026-03-26 | git-analyzer.ts modified 1 times by 1 author |
| test/unit/analyzers/git-analyzer.test.ts | 1 | 1 | 2026-03-26 | git-analyzer.test.ts modified 1 times by 1 author |
| src/core/file-discovery.ts | 1 | 1 | 2026-03-26 | file-discovery.ts modified 1 times by 1 author |
| test/fixtures/repos/tiny-ts/package.json | 1 | 1 | 2026-03-26 | package.json modified 1 times by 1 author |
| test/fixtures/repos/tiny-ts/src/controllers/user.controller.ts | 1 | 1 | 2026-03-26 | user.controller.ts modified 1 times by 1 author |
| test/fixtures/repos/tiny-ts/src/index.ts | 1 | 1 | 2026-03-26 | index.ts modified 1 times by 1 author |
| test/fixtures/repos/tiny-ts/src/models/user.model.ts | 1 | 1 | 2026-03-26 | user.model.ts modified 1 times by 1 author |
| test/fixtures/repos/tiny-ts/src/services/user.service.ts | 1 | 1 | 2026-03-26 | user.service.ts modified 1 times by 1 author |
| test/fixtures/repos/tiny-ts/src/utils/helper.ts | 1 | 1 | 2026-03-26 | helper.ts modified 1 times by 1 author |
| test/fixtures/repos/tiny-ts/test/user.test.ts | 1 | 1 | 2026-03-26 | user.test.ts modified 1 times by 1 author |
| test/unit/core/file-discovery.test.ts | 1 | 1 | 2026-03-26 | file-discovery.test.ts modified 1 times by 1 author |
| src/core/types.ts | 1 | 1 | 2026-03-26 | types.ts modified 1 times by 1 author |
| test/unit/core/types.test.ts | 1 | 1 | 2026-03-26 | types.test.ts modified 1 times by 1 author |
| src/config/defaults.ts | 1 | 1 | 2026-03-26 | defaults.ts modified 1 times by 1 author |
| src/config/loader.ts | 1 | 1 | 2026-03-26 | loader.ts modified 1 times by 1 author |
| src/config/schema.ts | 1 | 1 | 2026-03-26 | schema.ts modified 1 times by 1 author |
| test/unit/config/loader.test.ts | 1 | 1 | 2026-03-26 | loader.test.ts modified 1 times by 1 author |
| .prettierrc | 1 | 1 | 2026-03-26 | .prettierrc modified 1 times by 1 author |
| grammars/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| src/analyzers/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| src/cli/commands/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| src/config/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| src/core/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| src/mcp/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| src/output/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| src/parsers/extractors/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| test/fixtures/repos/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| test/integration/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| test/unit/analyzers/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| test/unit/core/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| test/unit/output/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| test/unit/parsers/extractors/.gitkeep | 1 | 1 | 2026-03-26 | .gitkeep modified 1 times by 1 author |
| tsconfig.json | 1 | 1 | 2026-03-26 | tsconfig.json modified 1 times by 1 author |
| vitest.config.ts | 1 | 1 | 2026-03-26 | vitest.config.ts modified 1 times by 1 author |
| Code-DNA.txt | 1 | 1 | 2026-03-26 | Code-DNA.txt modified 1 times by 1 author |
| .claude/agents/architect-agent.md | 1 | 1 | 2026-03-26 | architect-agent.md modified 1 times by 1 author |
| .claude/agents/backend-agent.md | 1 | 1 | 2026-03-26 | backend-agent.md modified 1 times by 1 author |
| .claude/agents/coordinators/dev-lead.md | 1 | 1 | 2026-03-26 | dev-lead.md modified 1 times by 1 author |
| .claude/agents/coordinators/ops-lead.md | 1 | 1 | 2026-03-26 | ops-lead.md modified 1 times by 1 author |
| .claude/agents/coordinators/planning-lead.md | 1 | 1 | 2026-03-26 | planning-lead.md modified 1 times by 1 author |
| .claude/agents/coordinators/quality-lead.md | 1 | 1 | 2026-03-26 | quality-lead.md modified 1 times by 1 author |
| .claude/agents/deep-research-agent.md | 1 | 1 | 2026-03-26 | deep-research-agent.md modified 1 times by 1 author |
| .claude/agents/devops-agent.md | 1 | 1 | 2026-03-26 | devops-agent.md modified 1 times by 1 author |
| .claude/agents/docs-agent.md | 1 | 1 | 2026-03-26 | docs-agent.md modified 1 times by 1 author |
| .claude/agents/frontend-agent.md | 1 | 1 | 2026-03-26 | frontend-agent.md modified 1 times by 1 author |
| .claude/agents/fullstack-agent.md | 1 | 1 | 2026-03-26 | fullstack-agent.md modified 1 times by 1 author |
| .claude/agents/marketing-agent.md | 1 | 1 | 2026-03-26 | marketing-agent.md modified 1 times by 1 author |
| .claude/agents/master-orchestrator.md | 1 | 1 | 2026-03-26 | master-orchestrator.md modified 1 times by 1 author |
| .claude/agents/planning-agent.md | 1 | 1 | 2026-03-26 | planning-agent.md modified 1 times by 1 author |
| .claude/agents/research-agent.md | 1 | 1 | 2026-03-26 | research-agent.md modified 1 times by 1 author |
| .claude/agents/saas-architect.md | 1 | 1 | 2026-03-26 | saas-architect.md modified 1 times by 1 author |
| .claude/agents/security-agent.md | 1 | 1 | 2026-03-26 | security-agent.md modified 1 times by 1 author |
| .claude/agents/testing-agent.md | 1 | 1 | 2026-03-26 | testing-agent.md modified 1 times by 1 author |
| .claude/agents/uiux-agent.md | 1 | 1 | 2026-03-26 | uiux-agent.md modified 1 times by 1 author |
| .claude/agents/writing-agent.md | 1 | 1 | 2026-03-26 | writing-agent.md modified 1 times by 1 author |
| .claude/commands/fishi-board.md | 1 | 1 | 2026-03-26 | fishi-board.md modified 1 times by 1 author |
| .claude/commands/fishi-gate.md | 1 | 1 | 2026-03-26 | fishi-gate.md modified 1 times by 1 author |
| .claude/commands/fishi-init.md | 1 | 1 | 2026-03-26 | fishi-init.md modified 1 times by 1 author |
| .claude/commands/fishi-prd.md | 1 | 1 | 2026-03-26 | fishi-prd.md modified 1 times by 1 author |
| .claude/commands/fishi-reset.md | 1 | 1 | 2026-03-26 | fishi-reset.md modified 1 times by 1 author |
| .claude/commands/fishi-resume.md | 1 | 1 | 2026-03-26 | fishi-resume.md modified 1 times by 1 author |
| .claude/commands/fishi-sprint.md | 1 | 1 | 2026-03-26 | fishi-sprint.md modified 1 times by 1 author |
| .claude/commands/fishi-status.md | 1 | 1 | 2026-03-26 | fishi-status.md modified 1 times by 1 author |
| .claude/rules/conventions.md | 1 | 1 | 2026-03-26 | conventions.md modified 1 times by 1 author |
| .claude/rules/delegation.md | 1 | 1 | 2026-03-26 | delegation.md modified 1 times by 1 author |
| .claude/rules/pipeline.md | 1 | 1 | 2026-03-26 | pipeline.md modified 1 times by 1 author |
| .claude/rules/safety.md | 1 | 1 | 2026-03-26 | safety.md modified 1 times by 1 author |
| .claude/settings.json | 1 | 1 | 2026-03-26 | settings.json modified 1 times by 1 author |
| .claude/skills/adaptive-taskgraph/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/api-design/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/brainstorming/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/brownfield-analysis/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/brownfield-discovery/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/code-gen/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/debugging/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/deep-research/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/deployment/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| .claude/skills/documentation/SKILL.md | 1 | 1 | 2026-03-26 | SKILL.md modified 1 times by 1 author |
| (truncated) |
| File | Risk Score | Factors |
|---|---|---|
| test/fixtures/repos/mixed-monorepo/services/worker/tasks.py | 0 | low-test-coverage |
| test/fixtures/repos/tiny-ts/src/services/user.service.ts | 0 | low-test-coverage |
| test/fixtures/repos/mixed-monorepo/libs/core/src/lib.rs | 0 | low-test-coverage |
Risk Legend:
- high-centrality: Many files depend on this; breakage cascades widely
- low-test-coverage: No corresponding test file detected
- high-churn: Frequently modified; likely unstable or evolving
- many-authors: Multiple contributors; coordination risk
| Symbol | Kind | File |
|---|---|---|
| EmailPayload | export | test/fixtures/repos/mixed-monorepo/services/worker/tasks.py |
| ReportPayload | export | test/fixtures/repos/mixed-monorepo/services/worker/tasks.py |
| send_email_task | export | test/fixtures/repos/mixed-monorepo/services/worker/tasks.py |
| process_report_task | export | test/fixtures/repos/mixed-monorepo/services/worker/tasks.py |
| UserService | export | test/fixtures/repos/tiny-ts/src/services/user.service.ts |
| User | export | test/fixtures/repos/mixed-monorepo/libs/core/src/lib.rs |
| validate_id | export | test/fixtures/repos/mixed-monorepo/libs/core/src/lib.rs |
| format_display_name | export | test/fixtures/repos/mixed-monorepo/libs/core/src/lib.rs |