diff --git a/.github/workflows/ci-and-labels.yml b/.github/workflows/ci-and-labels.yml index a5185502..754d81d6 100644 --- a/.github/workflows/ci-and-labels.yml +++ b/.github/workflows/ci-and-labels.yml @@ -115,7 +115,6 @@ jobs: timeout-minutes: 30 needs: [changes, quality-gate, unit-tests] if: needs.changes.outputs.any_code == 'true' - continue-on-error: true steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/README.md b/README.md index 41272e85..9d71856c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > A local-first knowledge management studio โ€” rich notes, knowledge graph, mind maps, full-text search, and AI agent integration in a single browser-based app. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Version](https://img.shields.io/badge/version-0.1.0-blue)](VERSION) +[![Version](https://img.shields.io/badge/version-0.2.5-blue)](VERSION) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) [![Built with React](https://img.shields.io/badge/React-19-61DAFB?logo=react)](https://react.dev) [![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript)](https://www.typescriptlang.org) @@ -35,8 +35,9 @@ This project is in active development. See [PHASES.md](docs/PHASES.md) for progr - **๐Ÿ“ค Static Site Export** โ€” Turn your knowledge base into a shareable, self-contained static site (Markdown, JSON, HTML) - **๐Ÿค– AI Agent Harness** โ€” Unified workflow across 6+ AI coding tools with skills, quality gates, and sub-agent patterns - **๐Ÿ”ฌ Swarm Analysis** โ€” Parallel AI-powered web research using git worktrees -- **โšก CLI** โ€” TypeScript CLI for scripting and automation tasks -- **๐Ÿงช Full Test Suite** โ€” Vitest unit tests + Playwright end-to-end tests +- **๐Ÿ”’ AES-256-GCM Encryption** โ€” API keys encrypted at rest via Web Crypto API +- **โšก CLI** โ€” TypeScript CLI with 20 commands for scripting and automation +- **๐Ÿงช Full Test Suite** โ€” 310 Vitest unit tests + 31 Playwright end-to-end tests --- @@ -256,6 +257,12 @@ See [SETUP.md](docs/SETUP.md) for detailed CLI instructions and how to connect t - ๐Ÿ”„ **[Migration](agents-docs/MIGRATION.md)** โ€” Adopting in existing projects - ๐Ÿ”’ **[Security](SECURITY.md)** โ€” Security policy and reporting - ๐Ÿ“ **[Changelog](CHANGELOG.md)** โ€” Release history +- ๐Ÿ”ง **[CLI Reference](docs/CLI.md)** โ€” All 20 CLI commands +- ๐Ÿ—„๏ธ **[Database Schema](docs/DATABASE.md)** โ€” Tables, ER diagram, migrations +- ๐Ÿ” **[Search Architecture](docs/SEARCH.md)** โ€” Dual FTS5 + Orama search +- ๐Ÿค– **[LLM Setup](docs/LLM-SETUP.md)** โ€” Provider configuration +- ๐Ÿ“ฆ **[Repository API](docs/REPOSITORY-API.md)** โ€” Full API reference +- ๐Ÿ‘ฉโ€๐Ÿ’ป **[Developer Guide](docs/DEVELOPMENT.md)** โ€” Onboarding and common tasks ---