chore: add retoor header to all devplacepy source files and update style agent header rule

The diff adds the mandatory `retoor <retoor@molodetz.nl>` header comment to every `.py` file under `devplacepy/` (including `__init__.py` and `routers/__init__.py`), and updates the `StyleAgent` in `agents/style.py` to instruct agents to only add the header on created or already-edited files rather than sweeping the entire repo. The `agents/base.py` operating protocol is also revised to reorder and clarify tool discipline rules.
This commit is contained in:
2026-06-11 23:58:46 +00:00
parent fd64a6f1a7
commit 7fc9b0f715
127 changed files with 267 additions and 25 deletions
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.admin-layout {
display: grid;
grid-template-columns: var(--sidebar-width) 1fr;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.attachment-gallery {
display: flex;
flex-wrap: wrap;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.auth-page {
min-height: 100vh;
display: flex;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.error-page {
text-align: center;
padding: 4rem 1rem;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.bugs-layout {
max-width: 720px;
margin: 0 auto;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.dialog-overlay {
display: none;
position: fixed;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.docs-layout {
display: grid;
grid-template-columns: var(--sidebar-width, 240px) 1fr;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.reaction-bar {
display: inline-flex;
align-items: center;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.feed-layout {
display: grid;
grid-template-columns: var(--sidebar-width) 1fr 280px;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.gist-length-error {
margin-top: 0.5rem;
padding: 0.75rem;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.landing {
min-height: 100vh;
background: var(--bg-gradient);
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
img[data-lightbox] {
cursor: zoom-in;
}
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.rendered-content {
line-height: 1.65;
word-break: break-word;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.media-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.mention-wrapper {
position: relative;
width: 100%;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.messages-layout {
display: grid;
grid-template-columns: minmax(0, 320px) 1fr;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.news-page {
max-width: 960px;
margin: 0 auto;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.notifications-page {
max-width: 640px;
margin: 0 auto;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.post-page {
max-width: 720px;
margin: 0 auto;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.profile-layout {
display: grid;
grid-template-columns: 280px 1fr;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.pf-page {
display: flex;
flex-direction: column;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.projects-layout {
display: grid;
grid-template-columns: var(--sidebar-width) 1fr;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.services-page {
max-width: 900px;
margin: 0 auto;
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
.sidebar-card {
position: sticky;
top: calc(var(--nav-height) + 1rem);
+2
View File
@@ -1,3 +1,5 @@
/* retoor <retoor@molodetz.nl> */
:root {
--bg-primary: #0f0a1a;
--bg-secondary: #1a1028;