feat(docs, api): Add Projects Discovery API, deploymentcenter project seed, public web docs endpoint, and minimal agent prompt template

This commit is contained in:
Deploymentcenter Bot
2026-08-07 10:24:30 +02:00
parent c437bdee6f
commit a21536f495
11 changed files with 578 additions and 1 deletions
@@ -48,6 +48,11 @@ DEALLOCATE PREPARE stmt;
SET FOREIGN_KEY_CHECKS = 1;
-- Seed Deployment Center Project
INSERT INTO dc_projects (id, slug, name, notes, default_cache_ttl_hours) VALUES
(4, 'deploymentcenter', 'Deployment Center', 'Zentrale Verwaltungs- & Update-Plattform', 168)
ON DUPLICATE KEY UPDATE name = VALUES(name);
-- Seed Sample Feature Idea
INSERT IGNORE INTO bugtracker_items (
id, project_slug, type, title, description, error_message, stack_trace, error_hash, build_version, environment, severity, status, occurrence_count, push_id, target_agent, tags, created_by