- .gitignore: .claude/docs, rules, commands tracken; settings.local weiter ignorieren - DOCUMENTATION.md: verbindliche Ablage functional/technical/working/issues - .claude/README.md: Agent-Einstieg; GITEA_ISSUES_INDEX aus MCP (Stand 2026-04-08) - Arbeitspapiere von docs/ nach .claude/docs/working/ verschoben - docs/MEMBERSHIP_SYSTEM.md als Stub; kanonisch technical/MEMBERSHIP_SYSTEM.md - CLAUDE.md Pflichtlektüre und Links angepasst; docs/README.md vereinfacht Made-with: Cursor
24 lines
422 B
Markdown
24 lines
422 B
Markdown
# Placeholder Export Specification
|
|
|
|
**Version:** 1.0.0
|
|
**Generated:** 2026-03-29 19:26:40
|
|
|
|
## API Endpoints
|
|
|
|
### Extended Export
|
|
|
|
```
|
|
GET /api/prompts/placeholders/export-values-extended
|
|
Header: X-Auth-Token: <token>
|
|
```
|
|
|
|
Returns complete metadata for all 116 placeholders.
|
|
|
|
### ZIP Export (Admin)
|
|
|
|
```
|
|
GET /api/prompts/placeholders/export-catalog-zip
|
|
Header: X-Auth-Token: <token>
|
|
```
|
|
|
|
Returns ZIP with all catalog files. |