From 7598dd45734798eab11ebd30dd83bd742aa1e4c7 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 12 May 2026 00:01:39 -0500 Subject: [PATCH] gitignore: exclude project management docs from repo --- .gitignore | 5 +++++ DEVELOPMENT_LOG.md | 8 -------- FUTURE.md | 8 -------- HISTORY.md | 6 ------ PROJECT.md | 31 ------------------------------- STRUCTURE.md | 25 ------------------------- 6 files changed, 5 insertions(+), 78 deletions(-) create mode 100644 .gitignore delete mode 100644 DEVELOPMENT_LOG.md delete mode 100644 FUTURE.md delete mode 100644 HISTORY.md delete mode 100644 PROJECT.md delete mode 100644 STRUCTURE.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cae78f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +DEVELOPMENT_LOG.md +PROJECT.md +STRUCTURE.md +FUTURE.md +HISTORY.md diff --git a/DEVELOPMENT_LOG.md b/DEVELOPMENT_LOG.md deleted file mode 100644 index 72a9734..0000000 --- a/DEVELOPMENT_LOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Queue-North-Website — Development Log - -## v0.0.1 — 2026-05-11 - -**Ripley** — Project initialized -- Created project directory at `/home/kaspa/.openclaw/Projects/Queue-North-Website/` -- Set up PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md -- Git repo not yet initialized (awaiting first code) \ No newline at end of file diff --git a/FUTURE.md b/FUTURE.md deleted file mode 100644 index 88fd046..0000000 --- a/FUTURE.md +++ /dev/null @@ -1,8 +0,0 @@ -# Queue-North-Website — Planning - -## Next Items -*Awaiting project requirements from _null.* - ---- - -*Add items here as they are defined. Priority levels: CRITICAL, HIGH, MEDIUM, LOW* \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md deleted file mode 100644 index b47c87b..0000000 --- a/HISTORY.md +++ /dev/null @@ -1,6 +0,0 @@ -# Queue-North-Website — Changelog - -## v0.0.1 - -### Added -- Project initialized with PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md \ No newline at end of file diff --git a/PROJECT.md b/PROJECT.md deleted file mode 100644 index 879af37..0000000 --- a/PROJECT.md +++ /dev/null @@ -1,31 +0,0 @@ -# Queue North Website - -## Overview -Project: Queue-North-Website -Created: 2026-05-11 -Status: Active - -## Description -Website for Queue North Technologies — an 8x8 Certified Partner delivering UCaaS, Contact Center, deployment, and managed lifecycle support for SMB and enterprise organizations. - -## Tech Stack -- Static HTML/CSS/JS (no framework) -- Google Fonts (Inter) -- No build step — served directly - -## Directory Structure -- `index.html` — Main page (SPA-style routing via JS) -- `main.js` — Client-side routing and interactions -- `styles.css` — All styles -- `assets/` — Images, icons, logos -- `assets/icons/` — Favicon/PWA icons - -## Git -- **Branch:** `dev` (working), `main` (stable) -- **Remote:** `ssh://forgejo/null/Queue-North-Website.git` - -## Conventions -- Follow AGENTS.md for agent dispatch protocol -- Ripley coordinates, Neo codes, Scarlett styles, Bishop verifies, Hudson secures -- All agents read STRUCTURE.md before starting tasks -- Ripley owns git — no agent touches git directly \ No newline at end of file diff --git a/STRUCTURE.md b/STRUCTURE.md deleted file mode 100644 index 4a725a6..0000000 --- a/STRUCTURE.md +++ /dev/null @@ -1,25 +0,0 @@ -# Queue-North-Website — Project Structure - -## Agent Roles - -| Agent | Role | Focus Area | -|-------|------|------------| -| Neo | Backend Coder | Server code, APIs, database, build system | -| Scarlett | UI/Design | Frontend components, Tailwind CSS, layout, visuals | -| Bishop | Verification | Build, runtime tests, documentation, version bumps | -| Private_Hudson | Security | Auth, data exposure, input validation, dependency audit | -| Ripley | Coordinator | Git, deploy, pipeline, task dispatch | - -## Code Ownership -TBD — will be defined as the project takes shape. - -## Key Files -- `PROJECT.md` — Project overview and conventions -- `STRUCTURE.md` — This file. Agent roles, code ownership, critical paths -- `FUTURE.md` — Planning doc (what to build next) -- `HISTORY.md` — Version changelog -- `DEVELOPMENT_LOG.md` — Agent activity log - -## Cross-Cutting Concerns -- All agents must read this file before starting any task -- All agents report back to Ripley — no agent-to-agent handoffs \ No newline at end of file