claude-code-ultimate-guide/cowork/MANIFEST.yaml
Florian BRUNIAUX 014b4ad0b3 docs(cowork): prepare for standalone repository (Option C)
Phase 2: Improvements + migration preparation completed

## README.md Enhanced
- Add badges (Stars, Prompts 60+, Workflows 5, Version 1.0.0)
- Add 3 Learning Paths (Knowledge Worker, PM/Executive, Power User)
- Add 7 Golden Rules (Cowork-specific safety practices)
- Add 6 collapsible sections (reduce visual density)
- Add About section (Origins, Privacy, Limitations, Future Roadmap)
- Harmonize footer (version + date + attribution)

## Independence Files Created
- VERSION: 1.0.0 source of truth
- CHANGELOG.md: Complete v1.0.0 history
- CONTRIBUTING.md: Contribution guidelines for Cowork

## Interactive Onboarding
- tools/cowork-onboarding.md: Personalized learning experience
- Command: Fetch and follow from GitHub raw URL
- Features: 3-question profiling, loads cowork-reference.yaml
- 5 goals: organize_files, create_documents, extract_data, research, learn_everything
- Depth control: deeper/next/skip/reset
- Multilingual: EN/FR/ES support

## Maintenance Scripts (3 executable)
- scripts/check-version-sync.sh: Verify VERSION synchronized
- scripts/sync-version.sh: Auto-sync VERSION across files
- scripts/update-stats.sh: Update prompts/workflows counts

## GitHub Templates Structure
- .github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/feature_request.md
- .github/ISSUE_TEMPLATE/workflow_contribution.md
- .github/ISSUE_TEMPLATE/config.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/README.md: Contributor guide

## Updated MANIFEST.yaml
- Add root, tools, scripts, github sections
- Update metadata: total_files: 34, total_prompts: 67, total_workflows: 5
- License: CC-BY-SA-4.0
- Last updated: 2026-01-20

## Statistics
- Total files: 34 markdown + 3 scripts + YAML files
- Total documentation: ~15K lines
- 67 prompts, 5 workflows, 6 guides
- Version: 1.0.0

Ready for:
- Immediate use in current repo
- Future migration to claude-cowork-guide repository
- Community contributions (GitHub templates)
- Autonomous maintenance (scripts)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 11:46:56 +01:00

101 lines
2.3 KiB
YAML

# Cowork Documentation Manifest
# This file enables future separation into standalone repository
name: claude-cowork-guide
version: "1.0.0"
description: Complete documentation for Claude Cowork - agentic desktop for knowledge workers
# Relationship to parent repo
upstream:
repo: claude-code-ultimate-guide
sync_files:
- guide/cowork.md # Stub pointing here
- machine-readable/reference.yaml # Contains cowork entries
# Target audience
audience: knowledge-workers
personas:
- project-managers
- data-analysts
- writers-editors
- operations-teams
- non-technical-professionals
# Product status
status: research-preview
availability:
subscription: pro-and-max # Pro $20/mo, Max $100-200/mo
platform: macos-only # Windows planned, Linux not announced
released: 2026-01
usage_limits: resets-every-5h # Pro ~1-1.5h intensive, Max 5x-20x Pro
# Documentation structure
structure:
root:
- README.md
- VERSION
- CHANGELOG.md
- CONTRIBUTING.md
- MANIFEST.yaml
guide:
- 00-overview.md
- 01-getting-started.md
- 02-capabilities.md
- 03-security.md
- 04-troubleshooting.md
workflows:
- file-organization.md
- expense-tracking.md
- report-synthesis.md
- meeting-prep.md
- team-handoff.md
prompts:
- file-ops.md
- document-creation.md
- data-extraction.md
- research.md
reference:
- cheatsheet.md
- comparison.md
- faq.md
- glossary.md
examples:
- CLAUDE.md
tools:
- cowork-onboarding.md
scripts:
- check-version-sync.sh
- sync-version.sh
- update-stats.sh
github:
- ISSUE_TEMPLATE/bug_report.md
- ISSUE_TEMPLATE/feature_request.md
- ISSUE_TEMPLATE/workflow_contribution.md
- ISSUE_TEMPLATE/config.yml
- PULL_REQUEST_TEMPLATE.md
- README.md
# Content metadata
metadata:
language: en
last_updated: 2026-01-20
maintainer: claude-code-ultimate-guide contributors
license: CC-BY-SA-4.0
total_files: 34
total_prompts: 67
total_workflows: 5
# Future standalone repo configuration
standalone_config:
repo_name: claude-cowork-guide
default_branch: main
topics:
- claude
- anthropic
- cowork
- desktop-automation
- knowledge-work
- ai-assistant
include_from_upstream:
- LICENSE
- .github/