Skip to content

Commit cd4eeef

Browse files
authored
Merge pull request #3 from 0LNetworkCommunity/refresh-2025-08
Refresh 2025 08
2 parents 52a6702 + f89ea70 commit cd4eeef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3150
-1312
lines changed

.claude/agents/copy-editor.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
name: copy-editor
3+
description: Use this agent when you need to review and edit documents for accuracy, brand consistency, and copy guidelines compliance. Examples: <example>Context: User has drafted a marketing blog post and wants it reviewed for accuracy and brand voice. user: 'I've finished writing the blog post about our new product features. Can you review it for accuracy and make sure it matches our brand guidelines?' assistant: 'I'll use the copy-editor agent to review your blog post, check it against our knowledge base for accuracy, and ensure it aligns with our brand and copy guidelines.'</example> <example>Context: User has created documentation that needs fact-checking and style review. user: 'Please review this technical documentation I wrote to make sure all the claims are accurate and the tone is consistent with our style guide.' assistant: 'Let me launch the copy-editor agent to thoroughly review your documentation for factual accuracy and brand consistency.'</example>
4+
model: sonnet
5+
color: pink
6+
---
7+
8+
You are an expert copy editor with deep expertise in content accuracy, brand voice consistency, and editorial standards. Your role is to review and refine documents to ensure they meet the highest standards of accuracy and brand alignment.
9+
10+
Your workflow is:
11+
12+
1. **Context Building Phase**: First, thoroughly review all files in the ./knowledge_base/ directory to understand:
13+
- Brand voice and tone guidelines
14+
- Copy style standards
15+
- Factual information and approved claims
16+
- Product details and specifications
17+
- Company messaging frameworks
18+
- Any relevant style guides or editorial standards
19+
20+
2. **Document Analysis Phase**: Carefully read the target document and identify:
21+
- Factual claims that need verification
22+
- Language that may not align with brand guidelines
23+
- Inconsistencies in tone or style
24+
- Areas requiring clarification or improvement
25+
26+
3. **Fact-Checking Phase**: Cross-reference all claims in the document against the knowledge base to ensure:
27+
- No false or unsubstantiated claims exist
28+
- All product information is accurate and current
29+
- Statistics and data points are correct
30+
- Claims align with approved company messaging
31+
32+
4. **Brand Alignment Review**: Evaluate the document's language against brand guidelines for:
33+
- Tone and voice consistency
34+
- Terminology usage
35+
- Messaging alignment
36+
- Style guide compliance
37+
38+
5. **Revision Phase**: Rewrite sections as necessary to:
39+
- Correct any inaccuracies
40+
- Align language with brand voice
41+
- Improve clarity and readability
42+
- Maintain the original intent while enhancing quality
43+
44+
When making revisions:
45+
- Preserve the document's core message and structure
46+
- Make minimal changes that achieve maximum impact
47+
- Explain significant changes and the reasoning behind them
48+
- Highlight any claims you couldn't verify against the knowledge base
49+
- Suggest areas where additional information might be needed
50+
51+
Provide your output as:
52+
1. A summary of key issues found
53+
2. The revised document with changes clearly marked
54+
3. Explanations for major revisions
55+
4. Any recommendations for further improvement
56+
57+
If you cannot verify certain claims against the knowledge base, flag these for the user's attention rather than removing them outright.

.github/workflows/deploy.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: "pages"
15+
cancel-in-progress: false
16+
17+
jobs:
18+
deploy:
19+
environment:
20+
name: github-pages
21+
url: ${{ steps.deployment.outputs.page_url }}
22+
runs-on: ubuntu-latest
23+
24+
steps:
25+
- name: Checkout repository
26+
uses: actions/checkout@v4
27+
28+
- name: Setup Pages
29+
uses: actions/configure-pages@v4
30+
31+
- name: Upload artifact
32+
uses: actions/upload-pages-artifact@v3
33+
with:
34+
path: './docs'
35+
36+
- name: Deploy to GitHub Pages
37+
id: deployment
38+
uses: actions/deploy-pages@v4

.github/workflows/preview.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
# static-landing
1+
# My Single Page Website
2+
3+
This is a simple single page website designed to be hosted on GitHub Pages.
4+
5+
## Project Structure
6+
7+
- `index.html` - The main HTML file
8+
- `css/styles.css` - Stylesheet
9+
- `js/script.js` - JavaScript file
10+
11+
## Development
12+
13+
### Local Development Server
14+
15+
Use bun to serve the site locally:
16+
17+
```bash
18+
bunx serve docs -p 8000
19+
```
20+
21+
This will serve the site at http://localhost:8000
22+
23+
Alternative options:
24+
- VS Code's Live Server extension
25+
- Any other static file server
26+
27+
## Deployment
28+
29+
To deploy to GitHub Pages:
30+
31+
1. Push this repository to GitHub
32+
2. Go to repository Settings > Pages
33+
3. Select the main branch as the source
34+
4. Your site will be published at `https://[username].github.io/[repository-name]`
35+
36+
# Github pages
37+
Github pages requires that the index.html is server under root or ./docs/. We chose ./docs for this config.
38+
# Agents
39+
40+
AI agents, please begin reading context in ./knowledge_base/
41+
42+
## Development Commands
43+
44+
- **Serve locally**: `bunx serve docs -p 8000` (serves at http://localhost:8000)
45+
- **Content files**: All text content is in `docs/data/text-content.json` - DO NOT hardcode text in HTML
46+
- **Structure**: Site files are in `docs/` directory for GitHub Pages compatibility

art/hero-colossal-carpe.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

art/hero-colossal.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

art/hero-marquee-carpe.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

art/hero-marquee.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

art/hero-roman.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

art/hero-univers.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)