From 32e33e14481cc578bb4bf4d2e1765472c61fbd15 Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Tue, 30 Dec 2025 18:08:14 -0500 Subject: [PATCH] Add CLAUDE.md for AI-assisted development --- CLAUDE.md | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..c6b726c --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,72 @@ +# Claude Code Project Memory - Hive.blog FAQ Repository + +## Project Overview + +Documentation-only repository containing the official Hive.blog Frequently Asked Questions (FAQ) document. Provides comprehensive user-facing documentation covering the Hive blockchain platform, account management, token economics, posting, security, and developer resources. + +## Tech Stack + +- **Format:** HTML/Markdown hybrid (UTF-8) +- **Version Control:** Git (GitLab at gitlab.syncad.com) +- **No build system or dependencies** - pure documentation + +## Directory Structure + +``` +faq/ +├── README.md # Minimal readme placeholder +├── faq.md # Main FAQ document (~83KB, 1100+ lines) +└── CLAUDE.md # This file +``` + +## Development Commands + +No build/test/lint commands - this is a documentation-only repository. + +**Editing:** Direct edit `faq.md` using any text editor. + +## Key Files + +| File | Purpose | +|------|---------| +| `faq.md` | Main FAQ document with 131+ Q&A entries across 15+ sections | +| `README.md` | Minimal project description | + +## FAQ Structure + +The `faq.md` document is organized into major sections: + +1. General - Platform overview, token earning +2. Accounts - Username, deactivation +3. Community - Identity verification +4. Site Navigation - UI features, feeds, wallet +5. Posting - Content creation, Markdown, tags +6. Comments - Earning, frequency +7. Economics - Token generation, exchanges, fees +8. Voting and Curating - Voting mana, curation +9. Plagiarism, Spam, and Abuse - Policies, reporting +10. Reputation - Scoring system +11. Followers, Feeds and Reblogging - Social features +12. Blockchain - Technical concepts, Resource Credits +13. Security - Keys, recovery, vulnerability reporting +14. Developers - APIs, cli_wallet, GitHub links +15. Witnesses - Validator roles +16. Miscellaneous - Help channels + +## Coding Conventions + +- **Anchor links:** Use HTML `` tags with ID anchors for internal navigation +- **Section headers:** Use `#` for main sections, `##` for subsections +- **Q&A format:** Bold questions followed by detailed answers +- **Line format:** Long lines (up to 620 chars), minimal line breaks within paragraphs +- **References:** Link to external resources (Discord, GitHub, developer portal) where appropriate + +## CI/CD Notes + +No CI/CD configuration present. This is a static documentation repository. + +## Related Resources + +- Hive Developer Portal: https://developers.hive.io +- Hive GitHub: https://github.com/openhive-network +- OpenHive.Chat: Community chat platform -- GitLab