Skip to content

History

Revisions

  • docs: update Tree-Sitter docs as core feature - Remove installation/branch checkout instructions - Update to reflect Tree-Sitter is now a core feature - Rename Tree-Sitter-Intelligence-Feature.md to Tree-Sitter-Intelligence.md - Clean up section headers and remove "What's New" section AI: claude.ai/code Prompt: why do our docs mention git checkout feature/tree-sitter? we don't need an installation section for individual features like tree sitter Tools: Read, Edit, Bash, TodoWrite

    @djvolz djvolz committed Jul 10, 2025
    9bba772
  • docs: add comprehensive Tree-Sitter Intelligence documentation Add complete documentation suite for the Tree-Sitter Intelligence feature: - Feature overview with installation and quick start guide - Design document detailing architecture and implementation - Usage guide covering all tools and common workflows - Examples showcasing real-world usage patterns These docs were migrated from docs/wiki-staging/ to make them available in the project wiki for user reference. AI: claude.ai/code Prompt: please look at our wiki staging and add these docs to our wiki Tools: Read, Write, Bash, TodoWrite

    @djvolz djvolz committed Jul 10, 2025
    c67c4b7
  • docs: add C4 Level 1 System Context diagram - Create comprehensive system context diagram showing external integrations - Document all AI provider integrations (OpenAI, Anthropic, LiteLLM, OCI, Ollama) - Map local resource interactions (filesystem, Git, MCP servers) - Include data flow summary and security boundaries - Add architectural decision rationale with code references

    @djvolz djvolz committed Jul 9, 2025
    761d5a1
  • fix: update all GitHub links to correct repository URL - Fixed all links from /djvolz/coda/ to /djvolz/coda-code-assistant/ - Added GitHub links to CLI module Source Files section - Fixed class hierarchy diagram in Agents module (missing closing backticks)

    @djvolz djvolz committed Jul 9, 2025
    a6cd0b2
  • docs: hide line numbers in HTML comments for all architecture modules - Updated all module documentation to hide line numbers - Added Session module architecture documentation (Architecture-5-Session.md) - Updated Architecture overview with Session module link - Ensures line numbers don't drift but remain available for maintainers

    @djvolz djvolz committed Jul 9, 2025
    cfded3d
  • fix: update Architecture overview Next Steps with actual status - Mark Session Architecture as Coming Soon (not yet created) - Mark integration documentation as Coming Soon (directory empty) - Remove broken links to non-existent files

    @djvolz djvolz committed Jul 8, 2025
    320217c
  • refactor: rename architecture files for proper wiki ordering - Rename Architecture-Overview.md to Architecture.md (sorts first) - Add numbers to module files: Architecture-{#}-{Module}.md - This ensures overview appears first in wiki sidebar - Update all internal references and Home page links - Update documentation plan with new naming scheme - Update template instructions with naming convention

    @djvolz djvolz committed Jul 8, 2025
    b18c0be
  • refactor: rename architecture docs with consistent prefix pattern - Rename all architecture files to Architecture-{Component}.md format - Drop redundant 'Module' from file names for cleaner URLs - Update all links in Overview and Home pages - This creates clearer wiki navigation with all architecture docs grouped together

    @djvolz djvolz committed Jul 8, 2025
    a81044d
  • fix: restructure architecture documentation for proper wiki hierarchy - Move module docs from subdirectories to flat structure under architecture/ - Update all internal links to use new paths - Fix Home.md links to module documentation - This ensures modules appear as subpages under Architecture in wiki sidebar

    @djvolz djvolz committed Jul 8, 2025
    aa265ce
  • fix: rename module documentation files for proper wiki URLs - Rename README.md files to {Module}-Module.md format - Update all internal links in Architecture-Overview.md - Update Home.md with proper wiki links to modules - This fixes wiki URL generation to show module names instead of 'README'

    @djvolz djvolz committed Jul 8, 2025
    29977bb
  • refactor: remove template from wiki - moved to main repo docs/templates/

    @djvolz djvolz committed Jul 8, 2025
    e4a0aed
  • docs: add Providers and Tools module architecture documentation - Add comprehensive Providers module documentation - Add Tools module documentation with safety features - Both follow evidence-based approach with verified code references

    @djvolz djvolz committed Jul 8, 2025
    8727cc6
  • docs: add CLI and Agents module architecture documentation - Add comprehensive CLI module documentation with code references - Add Agents module documentation with tool system details - Both follow evidence-based template with verified line numbers

    @djvolz djvolz committed Jul 8, 2025
    77176a5
  • fix: correct project name from 'Coda Wiki' to 'Coda Code Assistant' in architecture docs

    @djvolz djvolz committed Jul 8, 2025
    392de29
  • docs: add architecture documentation framework - Add Architecture Overview with code references - Create module documentation template - Update Home page with architecture section

    @djvolz djvolz committed Jul 8, 2025
    c11e3bf
  • docs: update wiki documentation for agent tools system and recent features - Add comprehensive Agent-Tools.md documentation - Update Getting-Started.md with tools section and new config options - Update Command-Reference.md with /tools and /agent commands - Update Configuration.md with tool/agent settings and correct theme list - Update Session-Management.md with new features (rename, bulk delete, --resume) - Update Troubleshooting.md with tool/agent troubleshooting section - Update Development-Guide.md with current project structure and status - Update Home.md with latest features and new documentation links - Fix theme documentation to reflect actual available themes

    @djvolz djvolz committed Jul 8, 2025
    84e01e0
  • chore: remove CLAUDE.md from version control - Add CLAUDE.md to .gitignore - CLAUDE.md should not be version controlled in wiki repo

    @djvolz djvolz committed Jul 5, 2025
    869c60c
  • docs: enhance AI-Modes and OCI-GenAI-Integration documentation - Add SQL injection vulnerability example to AI-Modes.md - Add mode implementation details with system prompts - Add table of contents to OCI-GenAI-Integration.md for better navigation

    @djvolz djvolz committed Jul 5, 2025
    87c80d2
  • docs: add comprehensive wiki documentation - Add Roadmap.md with project phases and milestones - Add Release-Process.md with automated release workflow - Add Session-Management.md with complete session features - Add Configuration.md with TOML config examples - Update Home.md with new wiki structure and links - Update CLAUDE.md to note ROADMAP.md and AGENTS.md importance - Fix GitHub URLs from dannyl1u to djvolz - Update feature descriptions with current capabilities

    @djvolz djvolz committed Jul 5, 2025
    b6e413b
  • docs: add comprehensive session management documentation - Create detailed Session-Management.md covering all session features - Add Command-Reference.md with complete command documentation - Update Home.md to include session management in navigation and features - Update Getting-Started.md to introduce session commands early - Document auto-save functionality, context management, and best practices - Include troubleshooting guide for common session issues - Add future enhancements roadmap for session features

    @djvolz djvolz committed Jul 5, 2025
    c956886
  • docs: migrate comprehensive documentation to wiki - Migrate installation guide, AI modes, development guide - Add troubleshooting guide and OCI GenAI integration docs - Create structured wiki with cross-references - Maintain roadmap link to main repository - Preserve GitHub special features (CONTRIBUTING.md, etc.) Migrated content: - Getting Started: Installation, prerequisites, provider setup - AI Modes: All 7 specialized modes with examples and workflows - Development Guide: Code style, testing, provider implementation - OCI GenAI Integration: Technical deep-dive with streaming details - Troubleshooting: Common issues and debugging tips AI Prompt: "see /Users/danny/Developer/coda-code-assistant. I would like to write up a complete wiki for this project. let's start first by migrating as much of our markdown docs as makes sense to the wiki. Is that common practice and does that make sense?" AI Tools: Read, Write, Edit, Bash, Task, TodoWrite

    @djvolz djvolz committed Jul 5, 2025
    edefbfc
  • Initial Home page

    @djvolz djvolz committed Jul 5, 2025
    8f0b121