Skip to content

ZelAnton/SpecDesk

Repository files navigation

SpecDesk

Author and review GitHub-hosted Markdown specs from the desktop — automated git, rendered diffs, inline comments, and AI assist. SpecDesk lets non-technical authors edit Markdown specs stored in GitHub without ever touching git, branches, or pull requests directly.

Working title. SpecDesk is a placeholder name; rename before any registry/namespace work.

Documentation

Repository layout

Multi-language monorepo: a .NET solution (C# + F#) plus a TypeScript webview bundle.

SpecDesk.slnx              # .NET solution — all C#/F# projects
src/
  SpecDesk.Contracts/      # C#  — IPC message DTOs
  SpecDesk.Core/           # F#  — domain, lifecycle state machine, image rules
  SpecDesk.Markdown/       # F#  — Markdig wrapper, AST DU, HTML render
  SpecDesk.Diff/           # F#  — semantic (AST) diff
  SpecDesk.Git/            # C#  — LibGit2Sharp wrapper
  SpecDesk.GitHub/         # C#  — Octokit wrapper
  SpecDesk.Ai/             # C#  — Microsoft Agent Framework (PoC-8)
  SpecDesk.Host/           # C#  — Photino bootstrap, IPC router (the exe)
tests/
  SpecDesk.Core.Tests/     # F#
  SpecDesk.Markdown.Tests/ # F#
  SpecDesk.Diff.Tests/     # F#
webview/                   # TS  — CodeMirror editor, preview, IPC client (esbuild)

See CONTRIBUTING.md for build/test/lint commands and contributor conventions.

Quick start

dotnet build SpecDesk.slnx          # build the .NET side
dotnet test SpecDesk.slnx           # run F# tests
cd webview && npm install && npm run build   # build the webview bundle

Requires .NET SDK 10 and Node 24.

About

Author and review GitHub-hosted Markdown specs from the desktop — automated git, rendered diffs, inline comments, and AI assist.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors