chore: initialize POM 2 repo (docs guards green; release gates recorded NOT RUN pending install)

This commit is contained in:
Antigravity
2026-08-19 10:31:00 +02:00
commit 7ffd00b5c5
111 changed files with 12522 additions and 0 deletions

14
docs/OFFICIAL_SOURCES.md Normal file
View File

@@ -0,0 +1,14 @@
# OMP integration sources
POM targets the public extension and TUI APIs exported by the installed OMP 16.4.x packages.
Primary references:
- OMP extension documentation: <https://github.com/can1357/oh-my-pi/blob/main/docs/extensions.md>
- OMP TUI documentation: <https://github.com/can1357/oh-my-pi/blob/main/docs/tui.md>
- OMP settings documentation: <https://github.com/can1357/oh-my-pi/blob/main/docs/settings.md>
- OMP package and Swarm documentation: <https://github.com/can1357/oh-my-pi/blob/main/docs/user-facing-packages.md>
- OMP repository: <https://github.com/can1357/oh-my-pi>
- Quartz Obsidian compatibility: <https://quartz.jzhao.xyz/features/Obsidian-compatibility>
Release compilation is performed against the actual TypeScript declarations installed from `@oh-my-pi/pi-coding-agent`, `@oh-my-pi/pi-tui`, and `@oh-my-pi/pi-utils`; POM does not ship replacement declaration shims.