← Presentation

ingeniousfrog/SilentForge

Architecture

Top-level structure

Entry files

Repository map

graph TD root["Repository"] root --> _github[".github"] _github --> _github_workflows["workflows"] root --> docs["docs"] docs --> docs_screenshots["screenshots"] root --> examples["examples"] root --> src["src"] src --> src_analyzer["analyzer"] src --> src_codex["codex"] src --> src_commands["commands"] src --> src_github["github"] src --> src_i18n["i18n"] src --> src_presentation["presentation"] src --> src_readme["readme"] src --> src_shared["shared"] src --> src_site["site"] src --> src_workbench["workbench"] src_workbench --> src_workbench_ui["ui"] root --> tests["tests"]

Modules

.

Contains 9 tracked files, including .env.example, .gitignore, LICENSE, README-CN.md.

.github

Contains 1 tracked files, including .github/workflows/silentforge-pages.yml.

docs

Contains 3 tracked files, including docs/screenshots/deploy-dialog.png, docs/screenshots/workbench-home.png, docs/screenshots/workbench-preview.png.

examples

Contains 1 tracked files, including examples/README.md.

src

Contains 45 tracked files, including src/analyzer/codebase.ts, src/cli.ts, src/codex/detect.ts, src/codex/exec.ts.

tests

Contains 30 tracked files, including tests/ai-config.test.ts, tests/ai-status.test.ts, tests/archive.test.ts, tests/cli.test.ts.

Mermaid source
graph TD
  root["Repository"]
  root --> _github[".github"]
  _github --> _github_workflows["workflows"]
  root --> docs["docs"]
  docs --> docs_screenshots["screenshots"]
  root --> examples["examples"]
  root --> src["src"]
  src --> src_analyzer["analyzer"]
  src --> src_codex["codex"]
  src --> src_commands["commands"]
  src --> src_github["github"]
  src --> src_i18n["i18n"]
  src --> src_presentation["presentation"]
  src --> src_readme["readme"]
  src --> src_shared["shared"]
  src --> src_site["site"]
  src --> src_workbench["workbench"]
  src_workbench --> src_workbench_ui["ui"]
  root --> tests["tests"]