Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

README files were outdated (v0.3.2/v0.3.1) and missing documentation for daemon mode, configuration, and verbose flags.

Changes

  • Version: Updated badges to v0.3.3 in both English and Korean READMEs
  • Daemon Mode: Added section documenting amdb daemon for real-time file watching and auto-sync
  • Configuration: Documented amdb.toml with server_port and exclude_patterns options
  • Verbose Flag: Documented --verbose/-v flag usage across all commands
  • Korean README: Added related documents section and logo for consistency; fixed typo ("볼수 았는" → "볼 수 있는")

Example Usage

The daemon mode can now be discovered through documentation:

# Watch current directory for changes
amdb daemon

# Auto-update vector database on file changes
amdb daemon ./my-project --verbose

Configuration is now documented:

# amdb.toml
server_port = 3000
exclude_patterns = ["target", ".git", "node_modules"]

All CLI commands (init, generate, daemon) and 14 supported languages are now comprehensively documented.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 9, 2026 15:55
Co-authored-by: BETAER-08 <109971893+BETAER-08@users.noreply.github.com>
Co-authored-by: BETAER-08 <109971893+BETAER-08@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README file to match current version Update README to v0.3.3 with daemon mode and configuration docs Feb 9, 2026
Copilot AI requested a review from BETAER-08 February 9, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants