Add isketch scan: a first architecture diagram of a repository - #89
Merged
Merged
Conversation
Compose files, SQL migrations, Prisma, OpenAPI and Drizzle schemas are imported, laid out and framed side by side in one .flow file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FL-86.
isketch scan [folder] [-o out.flow]gives an agent a first draft instead of a blank page.pickSources): compose files by name; OpenAPI specs and Drizzle schemas by looking inside YAML, JSON and TypeScript; Prisma schemas; and all SQL files together, in name order, since migrations build on each other. Dependencies, build output, tests and fixtures are skipped; the real CLI never walks into ignored folders.combineSources): each source is imported by the same readers as the Import dialog, laid out on its own, and framed side by side, the frame named after the file. Ids are renamed (prefixed with the source) only when two sources share one.isketch importdoes.On this repository:
Scanned . (docker-compose.yml; server/migrations/001_diagrams.sql): 5 shapes in 2 framesin 0.25s.Tests:
scan.spec.jsover a fixture repository (src/tests/fixtures/repo.js), and CLI scan end to end with a fake file system. vitest 300, e2e 140, lint and typecheck.