chore: archive add-initial-readme change and create project-documentation spec

Move completed change to archive (2025-11-19-add-initial-readme) and create
project-documentation specification with 4 requirements for README maintenance.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-19 22:29:22 +01:00
co-authored by Claude
parent 57b37c366d
commit 88a82b1e4e
4 changed files with 36 additions and 0 deletions
@@ -0,0 +1,16 @@
# Add Initial README
## Why
The project currently has no README.md file. According to `openspec/project.md`, we maintain a README.md as the primary project documentation and entry point for developers and AI assistants. A README is essential for anyone discovering this repository on Codeberg.
## What Changes
- Add README.md to project root describing current state
- Document the project's purpose and vision
- Explain OpenSpec-based development workflow
- Provide setup instructions for contributors
- **Note**: README describes *current* state only, not planned features
## Impact
- Affected specs: project-documentation (new capability)
- Affected code: None (documentation only)
- No breaking changes