Contains 9 tracked files, including .env.example, .gitignore, LICENSE, README-CN.md.
ingeniousfrog/SilentForge
Architecture
Top-level structure
.env.example.github.gitignoredocsexamplesLICENSEpackage-lock.jsonpackage.jsonREADME-CN.mdREADME.mdsrcteststsconfig.jsonvitest.config.ts
Entry files
src/cli.ts
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 1 tracked files, including .github/workflows/silentforge-pages.yml.
Contains 3 tracked files, including docs/screenshots/deploy-dialog.png, docs/screenshots/workbench-home.png, docs/screenshots/workbench-preview.png.
Contains 1 tracked files, including examples/README.md.
Contains 45 tracked files, including src/analyzer/codebase.ts, src/cli.ts, src/codex/detect.ts, src/codex/exec.ts.
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"]