Skip to content

Commit a1e5b1e

Browse files
committed
docs: rewrite project documentation for v2 architecture
Rewrite all documentation to reflect the new five-layer architecture, updated CLI surface, and current development workflows. - AGENTS.md: restructure for machine-first readability with decision trees, anti-patterns, and layer invariants - README.md: rewrite for current CLI commands and agent optimization - docs/architecture.md: document five-layer component organization - docs/development.md: add service/resolver/command templates - docs/testing.md: add mock patterns per layer - docs/build-system.md: document codegen pipeline - docs/files.md: update file catalog for new structure Remove obsolete files: - docs/Linear-API@current.graphql (26k-line schema dump) - docs/plans/ (completed implementation plans) Part of #45 Refs #54
1 parent 6291e65 commit a1e5b1e

15 files changed

Lines changed: 1477 additions & 30466 deletions

.github/FUNDING.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
# These are supported funding model platforms
2-
3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12-
polar: # Replace with a single Polar username
13-
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14-
thanks_dev: # Replace with a single thanks.dev username
15-
custom: ["https://actions.work/store/#sponsoring"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1+
custom: ["https://actions.work/store/#sponsoring"]

0 commit comments

Comments
 (0)