forked from retoor/devplacepy
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:
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.admin-layout {
|
||||
display: grid;
|
||||
grid-template-columns: var(--sidebar-width) 1fr;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.attachment-gallery {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.auth-page {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.error-page {
|
||||
text-align: center;
|
||||
padding: 4rem 1rem;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.bugs-layout {
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.dialog-overlay {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.docs-layout {
|
||||
display: grid;
|
||||
grid-template-columns: var(--sidebar-width, 240px) 1fr;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.reaction-bar {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.feed-layout {
|
||||
display: grid;
|
||||
grid-template-columns: var(--sidebar-width) 1fr 280px;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.gist-length-error {
|
||||
margin-top: 0.5rem;
|
||||
padding: 0.75rem;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.landing {
|
||||
min-height: 100vh;
|
||||
background: var(--bg-gradient);
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
img[data-lightbox] {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.rendered-content {
|
||||
line-height: 1.65;
|
||||
word-break: break-word;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.media-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.mention-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.messages-layout {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 320px) 1fr;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.news-page {
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.notifications-page {
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.post-page {
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.profile-layout {
|
||||
display: grid;
|
||||
grid-template-columns: 280px 1fr;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.pf-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.projects-layout {
|
||||
display: grid;
|
||||
grid-template-columns: var(--sidebar-width) 1fr;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.services-page {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
.sidebar-card {
|
||||
position: sticky;
|
||||
top: calc(var(--nav-height) + 1rem);
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* retoor <retoor@molodetz.nl> */
|
||||
|
||||
:root {
|
||||
--bg-primary: #0f0a1a;
|
||||
--bg-secondary: #1a1028;
|
||||
|
||||
Reference in New Issue
Block a user