docs: add AI manual section index

This commit is contained in:
KOKO\Mimi
2026-08-18 03:00:21 +09:00
parent d455e0843e
commit c5dfb7ae99
4 changed files with 6033 additions and 0 deletions
+12
View File
@@ -47,3 +47,15 @@
- Decide `PROPS`/`JPROPS` ordering and orientation-vector convention in the interface step.
- Decide exact no-Abaqus Fortran source and test file layout in the reference model step.
- External Abaqus validation artifacts still need to be supplied by the user before solver-result comparison.
## Concurrent Documentation Task: Manual Index
- Objective: create an AI-agent-oriented index for the Markdown chunks under `docs/AbaqusUserSubroutineManual`.
- Scope: document the index schema in `docs/AbaqusUserSubroutineManual/INDEX_DESIGN.md` and index all numbered leaf sections in `docs/AbaqusUserSubroutineManual/INDEX.md`.
- Success criteria:
- all `# <chapter>.<section>.<entry>` and `# A.<entry>` leaf headings are represented exactly once;
- every source range uses 1-based inclusive line numbers and resolves to an existing file;
- multi-file sections list every file span explicitly;
- indexed heading text and location match the source Markdown;
- agents are instructed to treat the manual, not the summary, as authoritative.
- Out of scope: editing the source manual chunks or adding a persistent index generator.