Skip to content
ToddSpect edited this page May 23, 2026 · 5 revisions

Todd of AIDLC logo

Wiki source (GitHub Wiki)

This folder is the source of truth for the GitHub Wiki.

Branding

Logo: images/toddspect-icon.png. After adding a new wiki page, run:

node scripts/wiki-branding.mjs

Publish to GitHub Wiki

node scripts/publish-wiki.mjs

Requires:

  • Wiki enabled on the repository (Settings → Features → Wikis)
  • Push access to https://github.com/nbsjunior/todd.wiki.git

Structure

Page Description
Home.md Wiki home
Why-Todd-of-AIDLC.md Value proposition — one IDE, multi-provider, SDD, context
_Sidebar.md Left navigation
Getting-Started.md Quick start
Agent-Connectors.md All agents including Cursor Cloud API
See _Sidebar.md

Editing

  1. Edit markdown files in wiki/
  2. Run node scripts/publish-wiki.mjs
  3. Or push manually to the .wiki git repository

GitHub Wiki uses the master branch by default.

Clone this wiki locally