You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Project updateability & new packages
Added
Project updateability — generated projects record how they were assembled in a committed .podokit/ directory (template, modules, answers, per-file ownership tier). New commands: podo status, podo diff, podo doctor, podo update (preview or --apply, 3-way merging your edits, never touching owned files), and podo eject. Injection points are bracketed by // podokit:begin:… / …:end fences.
@podosoft/podokit-contracts — shared Capabilities, REST error envelope, and AppException.
DB-backed runtime auth config — OAuth providers, SMTP, and server-enforced toggles move to a DB-backed auth_config with per-field env fallback, applied without a restart; secrets are AES-256-GCM envelope-encrypted.