Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 967 Bytes

File metadata and controls

27 lines (20 loc) · 967 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Monorepo scaffolding (apps/, packages/, .github/, fastlane/).
  • Flutter app placeholder structure at apps/mobile/.
  • TypeScript bridge placeholder structure at packages/bridge/.
  • Documentation set under docs/ (architecture, integrations, wireframes, research).
  • Repository governance and contributor docs:
    • CODE_OF_CONDUCT.md
    • CONTRIBUTING.md
    • SECURITY.md
  • Agentic AI contributor guidance: AGENTS.md.

Changed

  • Documentation updated to reflect Claude Code integration constraints (first‑party Remote Control; supported Hooks + Agent SDK approach).

Fixed

  • N/A